-
Notifications
You must be signed in to change notification settings - Fork 317
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 #2864 from sohailc/changelog_0.24.0
added change log for release 0.24.0
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 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,27 @@ | ||
Changelog for QCoDeS 0.24.0 | ||
=========================== | ||
|
||
The March 2021 release of QCoDeS. | ||
|
||
----------------- | ||
Breaking Changes: | ||
----------------- | ||
|
||
- Because the mode of the Infiniium instrument driver is no longer set in the constructor, the change introduced by #2837 is a breaking change. | ||
|
||
--------- | ||
Improved: | ||
--------- | ||
|
||
- Support export to xarray for data with non unique indices (#2848). | ||
- Update use of Slack API in qcodes.utils.slack.Slack class (#2813) | ||
- Support dataset export to NetCDF or CSV after measurement ends (#2782) | ||
- Export more metadata to xarray dataset (#2854) | ||
- Extra explanation for Experiment and database in 15_minutes notebook (#2838) | ||
|
||
----------------- | ||
Improved drivers: | ||
----------------- | ||
|
||
- Remove hardcoded acquire mode and allow users to set acquire mode for trace on Infiniium driver (#2837) | ||
- Updating SR830 driver with adding autorange method and its example notebook (#2832) |
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ Changelogs | |
========== | ||
|
||
.. toctree:: | ||
0.24.0 <0.24.0> | ||
0.23.0 <0.23.0> | ||
0.22.0 <0.22.0> | ||
0.21.0 <0.21.0> | ||
|