Recent Releases of NOMAD CAMELS

NOMAD CAMELS - v1.8.8

1.8.8

Fixes: - fixed displaying readme and license of instruments - protocols with while-loops that went too far above 100% progress could break because of a negative estimated remaining time; now fixed - removed mesh of 2D plot, as it is not calculated correctly, depending whether x or y is the "inner loop"

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh 6 months ago

NOMAD CAMELS - v1.8.7

1.8.7

Features: - right click on channel-table now allows to (un-)check all boxes in a column (can be reverted!)

Changes: - many improvements regarding the sample selection

Fixes: - fixed changing settings of manual controls - stopping stage control now more stable - fixed renaming instruments not taking effect sometimes - fixed new version of PySide6 breaking the plots - fixed tables sometimes loading in wrong order - aliases now "survive" when they are undefined - usage of an undefined alias in a protocol now throw an error before starting execution

Scientific Software - Peer-reviewed - Python
Published by A-D-Fuchs 7 months ago

NOMAD CAMELS - v1.8.6

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh 8 months ago

NOMAD CAMELS - v1.8.5

1.8.5

Features: - the protocol buttons now have the option to duplicate the protocol (a new protocol-configuration opens with a copy of the old protocol)

Changes: - hiding data-output selection for sub-protocol, simple- and ND-sweep, as only sub-stream works well - made sample selection NOMAD / non-NOMAD more clear - not asking whether to discard changes in protocol if no changes were made (works in most cases, sometimes still asking)

Fixes: - now correctly triggering fits of subprotocols - app symbol now shows correctly in task bar - fixed error "color" for edit sample and edit user info - installation of instruments was broken because of infinite waiting, now fixed - Fixed NOMAD entry selection, now not destroying communication anymore - fixed changing NOMAD Oasis URL in login dialog, now being saved

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh 8 months ago

NOMAD CAMELS - v1.8.4

1.8.4

Features: - added functionality to create a new file after a given number of hours (file includes same metadata) - can rename channels and instruments for single protocol ("alias") to allow easier sharing of protocols - can now manually enter resource names for VISA instruments - added more visual feedback for boxes that have validity checks

Changes: - added a possible function that instruments can have to hide settings for a config sub-widget for change config step - reconfigured design of general protocol config - entry name not anymore showing up in filename - now only writing packages for startup when file does not exist yet, might improve startup speed - optics of splitters changed to make it easier to see them - changed the design of the settings window (not affecting any settings)

Fixes: - Change device config protocol step should now work again. - Made Change device config a bit clearer by removing settings that are not changed. - Default API host is 0.0.0.0 instead of 127.0.0.1. This allows all devices on the same network to access the API server. Make sure you firewall settings are adjusted accordingly. - Removed deprecated additional data from Fit-UI - Cannot make a Manual control with a name that is already in use anymore, i.e. not overwriting the old one - now warning when trying to log into central NOMAD as an oasis (which does not work, need to select "central NOMAD" for it)

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh 9 months ago

NOMAD CAMELS - v1.8.3

1.8.3

UI-Improvements: - Next to the progress bar is now the elapsed time and an estimated remaining time - NOMAD entry selection vastly improved in speed - no more bad values in NOMAD entry selection - NOMAD entry selection layout slightly adjusted to better fit - NOMAD entry selection now remembers last selected entry (at least if it was in user scope)

Changes: - trying to improve sability of saved files if program crashes, by closing more often in between. Please contact us if you have issues! - many messages, that were previously only printed are now being logged - protocol-json of subprotocol now also in main protocol-json

Fixes: - progress bar does not jump back to 0 after going to 1 first - fixed broken file saving when queuing protocols - For-loop step now calculates progress bar value correctly when changing a variable that is used in the step - stage-control now also moves stage with "Go To" when it was moved away from same position by a protocol

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh 10 months ago

NOMAD CAMELS - v1.8.2

1.8.2 UI-Improvements, minor fixes

UI-Improvements: - Notification when log in to NOMAD was (not) successful - Added a maximum height and scrollbar for description of protocol steps - Added more tooltips in the UI - modernized tooltip style - increased startup size of instrument management, to decrease number of resize-events - driver-builder now pre-creates the finalize-steps method - table with channels can now be sorted - read channels of gradient-descent step now same table type as for all other steps

Fixes: - instrument do not change anymore when "cancel" clicked in manage instruments - if default file association for .py is running python, protocols are not run anymore right away when opening externally, but instead revealed in os-file explorer - sometimes breaking for-loops or sweeps when point distance could not be calculated after copying or reloading should be fixed - ignore failed readings in simple sweep and ND-sweep now actually doing something

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh 11 months ago

NOMAD CAMELS - v1.8.1

1.8.1 Fixed broken Plots in Loops

UI-Improvements: - Tabs now have an "x" button to close them (right-click still works)

Fixed: - Fixed plots in subprotocols not updating when called from loops (For Loop, Simple Sweep). - Error message now only appears once when trying to plot and fit something that is not being read - When adding a new protocol, the view does not jump back to the first tab anymore - Fixed broken export to csv files and prevent overwriting of existing csv files. - Deleting tabs now works again

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh 11 months ago

NOMAD CAMELS - v1.8.0

1.8.0 Parallel Async Reading and New Plot Backend

Features: - can now asynchronously read channels during a running protocol

Changes: - Plots now use a different backend. Should make the run engine faster and more stable. Plots now run in their own threads and should not interefere as much with the main protocol execution. - Now saves data files with an .h5 file extension if no NeXus output was enabled. Only uses .nxs file extension if NeXus output is saved to the file. Should clarify that the standard CAMELS data files do NOT follow rigid NeXus standards.

Fixed: - You can now run the same subprotocol multiple times. Each subprotocol execution creates it own data stream. This means the datafile has separate entires for each subprotocol run - When dragging / dropping a step in the protocol sequence, the moved step is now selected afterwards - Cannot drop a step in a simple sweep anymore - Manual controls could not work with channels that need to call trigger, now fixed - Made aborting a protocol more stable - Generic set and read manual control now closes its thread more stably - Fixed expression evaluation for subprotocols - Protocol and device description field is now max 130px high. After that it becomes scrollable.

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh 12 months ago

NOMAD CAMELS - v1.7.2

1.7.2

Features: - Can now break loops in the if-step - can now play a sound effect (select checkbox in settings) when protocol is doen

UI: - SimpleConfig of instruments now supports tool tips for config channels - Layout of SimpleConfig now scrollable and can support more / less columns - Stage control manual control with ctrl + arrow keys now also if some part of the control is selected

Fixes: - Changing plot color now does not always affect the first item anymore - setting a number of plot points in the definition window now works again - progress bar in wait sometimes crashed, now fixed - updated custom function signal to better support list / tuple ... setting-types by handling kwargs from bluesky - Made plotting much more robust. You can now define multiple plots and read at multiple points in your protocol. The plots are only updated if data concerning the y-axis of your plot is actually read. - updating instrument never worked, only installing, now fixed - update all instruments now skips local drivers - users and samples are now saved in a more robust way

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 1 year ago

NOMAD CAMELS - v1.7.1

Minor Patch regarding uploads

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 1 year ago

NOMAD CAMELS - v1.7.0

1.7.0 Browser plots and improved install

Features: - can now show plots in the browser - support of Python 3.9 is back! - Live comments now come with timestamps

Changes: - Cleaned up the protocol builder to only import modules when necessary - When selecting an upload for automatic upload to NOMAD, the Uploads drop-down list is now automatically updated. - Added warning and option to install flask, dash and plotly when selecting "Show plot in browser" - installation and dependency management now via poetry to keep dependencies clean

Fixes: - fits now have at least the number of data points in the plot view - could insert variables at channel names in set channels and similar, now only possible for the value - improved exception handling for instrument (un-)install

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 1 year ago

NOMAD CAMELS - v1.6.0

1.6.0 Ignore failed read, new manual control

Features: - can ignore failed readings of specific channels now, so the protocol does not break if some sensor fails once - new manual control to generically set / read any kind of channel - can now manually adjust size and position of plots in protocol configuration

Changes: - order of steps in menu now alphabetically - default value of read variables in "Read Channels" now True - in the Set Value Popup, now a messagebox asks, whether the user is sure if they click on "cancel"

Fixes: - changelog is now actually shown - waiting bars could crash if executed in a fast loop, now fixed

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 1 year ago

NOMAD CAMELS - v1.5.3

1.5.3 Less Confusion!

Changes: - no more confusion when opening a protocol configuration, cannot open the same twice anymore, but raises the already opened window to the front

Fixes: - ElapsedTime for List and 2D plots fixed - not necessary to read channels when waiting for condition anymore (condition might be due to variable for example) - driver builder does not create read-functions for set-channels anymore - list-plot can now display other types than numbers and bool again - throwing an error when trying to execute python file without specifying a file - variables in protocols run by a watchdog should now work - replace with menu now looks as the others, cannot replace step with same type anymore

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 1 year ago

NOMAD CAMELS - v1.5.2

1.5.2 The team of NOMAD CAMELS wishes you a measuring christmas and bug-free new year!

Features: - now showing the changelog after an update

Changes: - the log-window now has a maximum number of lines (default for the moment at 10000) - menu of steps renamed from "Additional" to "Advanced"

Fixes: - manage instruments could not be opened without internet connection, now fixed - instruments that depend on others sometimes were closed in the wrong order, should now be fixed (example: first de-instantiate the PID, then its read / set channels) - fixed a bug where in some Qt versions the window could not be loaded anymore by changing requirement of PySide6, fixed warning that happened in versions where it worked - wrong movement of stage manual control when using buttons after keyboard move fixed - read only config data (e.g. IDN for some instruments) were not read if they had a default value, now fixed

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 1 year ago

NOMAD CAMELS - v1.5.1

1.5.1

Features: - Can now live-control the variables of a protocol while it is running - Can now skip some datapoints in plotting, useful for long measurements to free up some memory or improve speed

Changes: - added a button to the API settings that redirects you to the API documentation - session now also creates a sub-folder

Fixes: - opening the data path opened several windows in some cases, now fixed - samples can now be deleted again - "Channels" or "Variables" do not appear in set value popup anymore if None of these are set - tree of protocol sequence not scrolling back to the top anymore on every click - the button for adding a step now displays the same menu as a right click in the sequence - folder with python files might have been missing on first start, now fixed

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 1 year ago

NOMAD CAMELS - v1.5.0

1.5.0 metadata structuring

Features: There is a new data output structure, making it clearer to understand, mostly consistent with old versions. The data / metadata are not saved in a rigid NeXus shape anymore. However, it is possible (turned on by default) to add the NX structure as an additional entry in the hdf5. If doing this, the data is not duplicated, everything is done by soft-links in the hdf5.

Fixes: - can now paste again with ctrl+v in most outer part of protocol - fixed throwing errors when entering bad values in variable-boxes - removed additional appearance of plot_data in metadata

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.4.3

1.4.3

Features: - Can now make a protocol stop on an if condition

Changes in UI: - steps now grouped in menu - renamed plots button

Fixes: - removed bad version numbers from metadata - fixed an issue with the databroker catalog not being set - channel-metadata is now consistent over several measurements (metadata was lost because of mutable datatype) - Plots from sub-steps are now in the data - databroker should now load correclty again - added export of bytes into json - not always focusing the new box in tables anymore

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.4.2

1.4.2

Changes: - improved the NOMAD identifier for samples, user and instruments

Fixes: - fixed error from empty 2D plot - fixed several issues with how the NOMAD Oasis URL is handled - fixed session name not being used in data file

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.4.1

Changelog

1.4.1 2D plot features

Features: - Clear plot no possible for 2D plots - 2D plot now has maximum number of data points

Fixes: - fixed compatibility of 2D plot with newer numpy versions (np.ptp(x) instead of x.ptp())

Scientific Software - Peer-reviewed - Python
Published by A-D-Fuchs over 1 year ago

NOMAD CAMELS - v1.4.0

1.4.0

Features: - Added a new protocol step called API Call. This step allows you the user to call other APIs via HTTP requests. There is native support for CAMELS API calls. Results returned by the API calls can then be used in the following steps. - CAMELS API server now accessible from network. (Changed host setting to 0.0.0.0) - CAMELS API now lets you get a JSON string containing the protocol and all its settings - CAMELS API now lets you get a JSON string containing the current CAMELS settings. - A protocol to execute at the end of a protocol, no matter wether it finishes correctly or breaks can now be added - Instruments can now get metadata from ELNs

Changes: - Renamed comment / uncomment to enable / disable for protocol steps to make it more clear - Data passing from the Execute Python Script step was changed. Now should be more stable, as it looks for the Data between the ###Start Data und ###End Data strings. See our documentation for more details. - Refactored the way metadata is saved in instruments

Fixes: - fixed a bug where a protocol would show multiple times - installed version should now be found correctly when searching for updates - removing / moving of buttons in tabs fixed - requirement updated to camels suitcase 0.2.2, fixing datasets in instruments - some raised exceptions now provide additional traceback - errors raised by plots now only raised once, not for each datapoint - number of datapoints set in plot definition now correctly taken over to plot - fixed a bug that would stop users from logging in to the central NOMAD - logging used a bad file handler that would stop logs, now corrected

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.3.1

1.3.1

Features: - API: Now adds a UUID to all protocol executions performed via API. Allows you to track and retrieve the results of each protocol run. - Set Value Popup step now allows to define comboboxes - Can allow prompt step to abort protocol now

Changes: - Resetting positions for plots at each run, hoping to keep plots visible for remote-sessions - Allowed for stopping a protocol during instrument instantiation

Fixes: - Removed unnecessary import in protocols - Having quotation marks in a prompt or a step description could break the protocol, now fixed - Fixed tabs on first startup of CAMELS - Fixed naming of empty tabs - Packages that could not be loaded might have hindered opening the instrument manager, now fixed - Making new preset now actually loads said one and does not overwrite the old one - API: Fixed changing variables of protocols already added to the queue - API: You can now use negative index in the API calls - Evaluator does not break on non-string inputs, but simply returns them - Fixed different read-channel steps when using a subprotocol - fixed subprotocol evaluator not updating - fixed usage of quotation marks for advanced instrument config step - when switching the preset, the tabs now load correctly - tab order is now remembered - log plots might not show correctly, now they have a minimum size - quotation mark problems with protocol overview fixed - links now open correctly on unix and mac - ctrl+v now works in container-steps - should now correctly handle /gui urls for NOMAD oasis - ElapsedTime now displays correctly in plots - Adding while-loop counter earlier to namespace so it can be part of the while condition - fixed a bug where a short queued protocol would be run endlessly - when the most recent preset was no viable json, it might break camels, now the second newest will be loaded instead of breaking

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.3.0

1.3.0

Major Features:

  • Added an API web server. The homepage http:\\localhost:<PORT> gives you an overview of the available API calls and how to use them. You need to create an API key in the settings to be able to use most of the API calls. You can get a list of the available protocols you can execute with GET /protocols and run a specific protocol by using POST /protocols/{protocol_name} For more information check the documentation.
  • Added a Watchdog feature to monitor certain values and execute operations when their condition is met.

Features: - The Execute Python Files step passes the current value of variables passed to the script if no value is entered in the value field. - "Shared" scope now possible in NOMAD sample selection - Added more metadata to instruments in the data

Changes: - Variable signal is now saved as group instead of dataset - Can now read variables also without channels - moved databroker catalog loading to import thread, should speed up starting

Fixes: - Can now save variables with non-scalar size - x-y plot now working with array-data again - Multiple occurances of same protocol in tab-dictionary in save-json removed - Pause would trigger unsubscribe of run-router for live data saving, now moved so it does not happen - List-plot now shows again on new data - Fixed a bug that would not allow extension-users to show up in data - Fixed bug where a custom function signal that does not use force-sequential would not work - Fixed bug that prevented fits from being displayed if the fit had many variables - Number of databroker files setting never did anything, now it does - Would upload wrong file to NOMAD if always new file

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.2.2

Changelog

1.2.2

Features: - Included the protocol's json used by the configuration in CAMELS into the data file - Added functionality to replace loopsteps (instead of delete + add a new one) - Included exception handling for manual control threads and allow for restarting them on error - Added a progress bar functionality for the wait-step - Added conditional waiting to the wait-step - More info on python file step in protocol overview

Fixes: - Cannot move protocols or manual controls to empty tab containing the "+" button anymore - If instrument instantiation fails, only the actual error should now be raised - Improved thread stability of stage control - plots that were once closed now behave correctly, not throwing an error on closing again and can be closed by the close plots button - Read Channels with the same channels but different state of reading variables now work - Search bar of menu of editable boxes now appears at the top instead of bottom - cannot display empty menus for insert-variables anymore --> search does not break menu anymore

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.2.1

Changelog

1.2.1

Features: - added NOMAD metadata to NOMAD samples

Fixes: - For loop for which no distance was ever defined was broken, now fixed - Fixed bug that prevented the app from starting when no tabs were used before - Fixed issue with dots in path

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.2.0

Changelog

1.2.0

Features: - Data can now be exported to hdf5 during the measurement. This should remove long waiting times after running protocols with lots of data. - Added a filter functionality to the right-click menu when setting channels or variables. This filters all available channels, variables or functions by the string that is entered. - Added the Execute Python File loop step. This allows the user to specify a Python file and a Python environment to run the file with. The environment can either be the same as the one running CAMELS (default), a different already existing one, or is created dynamically by giving it the required packages and versions. The Python file can return (realized by printing) a dictionary with key value pairs. To read these, give the name of the key in the Values returned by the Python file list. - Added a tab that allows you to add new tabs simply by clicking it. - Point Distance can now be used for For-loops.

Changes: - Running a protocol with a subprotocol also builds the subprotocol now. This makes it easier to change sub-protocols for more complex measurement routines. - start-min-max-stop sweeps in a for loop now behave differently, the number of points is now the total number of points, not the number between min and max

Fixes: - Description fields now change their size dynamically. - Filtering the channels by name does not break if no matches were found. - Filtering Set Channels now does not reset the value if the channel does not match the query. - Fixed the hide/show information when installing instruments

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.1.1

Features: - parsing now understands physical constants with const.<constant_name> by using scipy.constants as const

Changes: - Now displaying errors together with fit values

Fixes: - Too few characters were allowed in plot labels, now most characters are allowed again - Failed fits do not throw an error that crashes the protocol anymore - Title and icon of plot windows

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS -

Features: - Protocols and manual controls are now sortable into tabs! - Protocols can now be run in a queue - added possibility to force sequential on/off for single channels - Plots are now done with pyqtgraph, improving interactivity and performance

Fixes: - Plots being placed somewhere should now not kill the program anymore

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 1 year ago

NOMAD CAMELS - v1.0.6

Features: - Added an "owner" field to the samples, it is automatically populated when a new sample is created. This should stop cluttering the samples for all users. Only the current user's samples will show in the comboBox, or those without owner. - Added possibility to use instruments that generate their channels at runtime. - Added SequentialDevice that forces every call to the instrument to wait for the previous one to finish. - Added the *.py and *_ophyd.py file contents as metadata to each instrument in the final measurement file.

Fixes: - "Hide info" button in instrument installer now working

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh almost 2 years ago

NOMAD CAMELS - v1.0.5

Changelog

1.0.5

Changes: - Driver versions now have a separate branch on CAMELS_drivers to improve keeping them up to date - Same for extensions - Now checking filenames of protocols for invalid characters - Improved speed of looking for updates

Fixes: - Fixed checking for currently used version - Extensions can now actually be downloaded

Scientific Software - Peer-reviewed - Python
Published by A-D-Fuchs almost 2 years ago

NOMAD CAMELS - v1.0.4

Fixes: - NOMAD upload now uses the correct file if new file for every run - Dependency updated to python>=3.11.3

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh almost 2 years ago

NOMAD CAMELS - v1.0.3

Changelog

1.0.3

Changes: - Removed "environment" from saved hdf5 files, moved instrument information up on step in hirarchy - changed file extension to .nxs for better NOMAD integration

Fixes: - fixed bug that prevented set panels from starting - fixed issue with uploads to NOMAD if an unnamed upload exists - fixed trigger for CustomFunctionSignalRO - fixed parameters for custom function in fits

Scientific Software - Peer-reviewed - Python
Published by A-D-Fuchs almost 2 years ago

NOMAD CAMELS - v1.0.2

Scientific Software - Peer-reviewed - Python
Published by lapmk almost 2 years ago

NOMAD CAMELS - v1.0.1

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh almost 2 years ago

NOMAD CAMELS - v1.0.0

What's Changed

  • Update README.md by @lapmk in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/55
  • Update README.md by @lapmk in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/56
  • E lab ftw by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/57
  • Delete LICENSE.txt by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/63
  • Development by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/64

New Contributors

  • @lapmk made their first contribution in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/55

Full Changelog: https://github.com/FAU-LAP/NOMAD-CAMELS/compare/0.2.3...v1.0.0

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 2 years ago

NOMAD CAMELS - v0.2.3

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 2 years ago

NOMAD CAMELS - v0.2.3

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh about 2 years ago

NOMAD CAMELS -

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 2 years ago

NOMAD CAMELS - 0.2.0

0.2.0

Major new feature: - Callable functions of instruments, that are not channels

Minor features: - Reference drive and stop of stage control are now callable functions

Quality of life: - startup speed increased, but first run of protocol now slowed down - added plot all available channels as possibility for List-Plot - improved layout of set-panel

Fixes: - Can now set log scale when using only one y-axis - now using settings of log-scale from definition window at startup of plot

0.1.9

New features: - Retry on error for VISA-devices - Set_Panel added as a new manual control, this may be used to easily control channels that often have to be set to certain values in preparation of an experiment

Quality of life: - waiting cursor when adding instrument and it takes some time

Fixes: - Now the For-Loop (and children of it) display the "start - min - max - stop" preview correctly - import of instruments should now work correctly when running protocol outside the UI - int in instrument config is now saved as int - pyvisa added to requirements to support local drivers

0.1.8

Fixes: - finalize steps of instruments are now being called - fixed issue with handing variables to subprotocol - fixed update function for Windows, function for Unix/Mac not tested

0.1.7

Added functionalities: - Added functionality to import protocols

Fixes: - Fixed error message appearing when closing List-Plot - Fixed login for central NOMAD - fixed comment/uncomment of steps being saved correctly

0.1.6

Added functionalities: - Added capabilities to interact with NOMAD (Oasis), uploading files, getting user information and using a NOMAD entry as sample - Functionality to comment / uncomment steps in a protocol for testing / quickly changing a protocol

Fixes: - CAMELS should not crash completely anymore when an instrument cannot be initialised - Variables should mostly be refreshed for step configs without clicking around - addmetadata removed from CustomFunction_Signal - search in channels-tables not case sensitive anymore - fixed that protocol without plots starts QApplication when run outside CAMELS

0.1.5

  • Fixed the 'Update CAMELS' tool.\
  • Renamed input and output to read and set in the 'Update CAMELS' tool.\
  • Small fix to the VISA device builder.

0.1.4

  • Added a timeout setting to all VISA instruments. Setting the timeout determines how long the instrument waits after sending a command before raising a timeout exception

0.1.3

  • First stable and working release

0.1.0 to 0.1.2

  • ⚠ Broken releases due to minor bugs that were fixed in 0.1.3

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 2 years ago

NOMAD CAMELS - 0.1.6

Changelog

0.1.6

Added functionalities:

Added capabilities to interact with NOMAD (Oasis), uploading files, getting user information and using a NOMAD entry as sample
Functionality to comment / uncomment steps in a protocol for testing / quickly changing a protocol

Fixes:

CAMELS should not crash completely anymore when an instrument cannot be initialised
Variables should mostly be refreshed for step configs without clicking around
add_metadata removed from Custom_Function_Signal
search in channels-tables not case sensitive anymore
fixed that protocol without plots starts QApplication when run outside CAMELS

0.1.5

Fixed the 'Update CAMELS' tool.\
Renamed input and output to read and set in the 'Update CAMELS' tool.\
Small fix to the VISA device builder.

0.1.4

Added a timeout setting to all VISA instruments. Setting the timeout determines how long the instrument waits after sending a command before raising a timeout exception

0.1.3

First stable and working release

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 2 years ago

NOMAD CAMELS - first release

What's Changed

  • Development by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/19
  • K237 dev by @A-D-Fuchs in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/21
  • Development by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/28
  • Merge Development into main by @A-D-Fuchs in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/30
  • Testing by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/33
  • Documentation by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/34
  • Development by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/35
  • Update nomadcamelsversion.txt by @A-D-Fuchs in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/37
  • Instrument revamp by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/41
  • Development by @Jo-Leh in https://github.com/FAU-LAP/NOMAD-CAMELS/pull/42

Full Changelog: https://github.com/FAU-LAP/NOMAD-CAMELS/compare/v0.1.8...0.1.23

Scientific Software - Peer-reviewed - Python
Published by Jo-Leh over 2 years ago