Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@THuckemann THuckemann released this 05 Dec 13:57
e13dc6a

To provide better overview over changes (especially with changes to the interface), updates of the main branch are from now on released with changelogs and follow semantic versioning, starting with this release v1.0.0.

There were some recent changes that might cause some minor issues with existing user scripts:

  • map_triggers() does not take "properties" and "gate_parameters" arguments anymore as they were not required. The only required argument are now the station.components. You might have to remove outdated arguments.
  • map_triggers() now has an optional "path" argument to provide a json file with an existing mapping
  • Allowed parameters for measurement scripts and devices are not listed at the beginning of the measurement_script class and in the parameters class of the device anymore. Instead they are now listed in json-files in qumada/instrument/parameter_whitelists/ folder to allow a better overview and easier addition of custom parameters in separate files in this folder.

Note that there are major changes in the documentation in one of the next releases. As parts of the current documentation are slightly outdated, it is recommended to switch to the "documentation" version at readthedocs (bottom right corner).
To have a glance at updated example scripts feel free to have a look at the documentation branch of QuMada.