Release 0.3.1
Changelog 0.3.1 (2021-02-11)
Misc release of quantify-core (v0.3.1).
- Added installation instructions for windows
- Added function to load settings from previous experiments onto instruments (load_settings_onto_instrument)
- Added support for @Property as attributes of Settables/Gettables
- Migrated code style to black
- Fixed support for python3.9
- Various bugfixes
Merged branches and closed issues
- Windows install instr (!79 (merged))
- Load instrument settings (!29 (merged))
- Docs/general fixes (!82 (merged))
- updated copyright years (!84 (merged))
- Hotfix makefile docs (!83 (merged))
- Hot fix tuids max num (!85 (merged))
- added reqs for scipy, fixes #133 (closed) (!87 (merged))
- Added link on cross-fork collaboration (!90 (merged))
- Allow easy access to the tests datadir from a simple import (!95 (merged))
- Add custom css for rtd (!27 (merged))
- Dset units attr, closes #147 (closed) (!101 (merged))
- Add setGeometry method to instrument monitor and plotmon (!88 (merged))
- Enforce a datadir choice to avoid potential data loss (!86 (merged))
- Migrated code style to black (!93 (merged))
- Fixed support for python3.9 (!94 (merged))
- Added support for dynamic change of datadir for plotmon (!97 (merged))
- Added support for @Property as attributes of Settables/Gettables (!100 (merged))
Breaking changes
Please see merge request !101 (merged) for a python snippet that will make all previous datasets compliant with this breaking change!
- "unit" attr of xarray variables in dataset changed to "units" for compatibility with xarray utilities. (!101 (merged))
Edited by Damien Crielaard