-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5440 from jenshnielsen/changelog_041
add changelog for 0.41.0
- Loading branch information
Showing
9 changed files
with
34 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
QCoDeS 0.41.0 (2023-10-18) | ||
========================== | ||
|
||
Breaking Changes: | ||
----------------- | ||
|
||
- The deprecated modules | ||
`qcodes.data`, `qcodes.loop`, `qcodes.actions`, `qcodes.plots`, | ||
`qcodes.measure`, `qcodes.extensions.slack`, `qcodes.utils.magic`, qcodes.utils.qt_helpers` | ||
`qcodes.utils.slack` has been removed. | ||
The modules can be found in `qcodes_loop <https://github.com/qcodes/qcodes_loop>`_ (:pr:`5367`) | ||
- Update QCoDeS to work with the upcoming release of numpy 2.0. | ||
The unused attributes `qcodes.utils.types.numpy_non_concrete_floats_instantiable` and | ||
`qcodes.utils.types.numpy_non_concrete_complex_instantiable` have been removed from QCoDeS. (:pr:`5399`) | ||
- The extra install targets qcodes[slack] and qcodes[qtplot] have been removed. | ||
All dependencies on slack and pyqtgraph have moved to qcodes_loop. (:pr:`5425`) | ||
|
||
|
||
New: | ||
---- | ||
|
||
- QCoDeS now exports data that isn't measured on a grid to a XArray using `MultiIndex`. | ||
Support for exporting these datasets to NetCDF has also been implemented. | ||
See `this notebook <../examples/DataSet/Working-With-Pandas-and-XArray.ipynb>`__ for additional details. (:pr:`5334`) | ||
- Add a register_name keyword to the ParameterBase constructor. If supplied, this value | ||
will be used to register parameters in datasets instead of the default full_name. | ||
Note that the MultiParameter and ArrayParameter classes do not currently support use | ||
of the register_name. (:pr:`5381`) | ||
- Large datasets are now exported to NetCDF4 using Dask delayed writer. | ||
This avoids allocating a large amount of memory to process the whole dataset at the same time. | ||
Size threshold at the moment is set to approximately 1 GB. (:pr:`5391`) | ||
- The QCoDeS Parameters have now gained the ability to use multiple validators. | ||
See `here <../examples/Parameters/Parameters.ipynb>`__ for examples of how to use this. (:pr:`5426`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.