QCoDeS 0.41.0 #5441
jenshnielsen
announced in
Announcements
QCoDeS 0.41.0
#5441
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
QCoDeS 0.41.0 (2023-10-18)
Breaking Changes:
qcodes.data
,qcodes.loop
,qcodes.actions
,qcodes.plots
,qcodes.measure
,qcodes.extensions.slack
,qcodes.utils.magic
, qcodes.utils.qt_helpershas been removed. The modules can be found in
qcodes_loop https://github.com/qcodes/qcodes_loop`_ (remove deprecated loop moved to qcodes loop. #5367)The unused attributes
qcodes.utils.types.numpy_non_concrete_floats_instantiable
andqcodes.utils.types.numpy_non_concrete_complex_instantiable
have been removed from QCoDeS. (Update qcodes to support numpy 2.0 #5399)All dependencies on slack and pyqtgraph have moved to qcodes_loop. (remove slack and qtplot extra install targets #5425)
New:
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. (Export non gridded data to MultiIndex Xarray and compressed netcdf file #5334)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. (Add register_name to register parameters by in datasets #5381)
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. (Use Dask delayed to export large datasets to NetCDF #5391)
See
here <../examples/Parameters/Parameters.ipynb>
__ for examples of how to use this. (Allow additional validators on parameter at runtime #5426)This discussion was created from the release QCoDeS 0.41.0.
Beta Was this translation helpful? Give feedback.
All reactions