Skip to content

Commit

Permalink
Merge pull request #2864 from sohailc/changelog_0.24.0
Browse files Browse the repository at this point in the history
added change log for release 0.24.0
  • Loading branch information
sohailc authored Mar 31, 2021
2 parents fc07470 + 401e1b4 commit 72075c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/changes/0.24.0.rst
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)
1 change: 1 addition & 0 deletions docs/changes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 72075c4

Please sign in to comment.