Skip to content

Commit

Permalink
Merge pull request #5525 from jenshnielsen/changelog_042
Browse files Browse the repository at this point in the history
Add Changelog for 0.42.0
  • Loading branch information
jenshnielsen committed Nov 16, 2023
2 parents 136ee26 + ce42bd2 commit c619a7b
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 13 deletions.
31 changes: 31 additions & 0 deletions docs/changes/0.42.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
QCoDeS 0.42.0 (2023-11-16)
==========================

Breaking Changes:
-----------------

- Tests are no longer shipped as part of the qcodes package. The `qcodes.tests`
namespace still exists but will be deprecated in QCoDeS 0.43.0.
`qcodes.test` is deprecated and will be removed in a future release.
To run the tests against an installed version clone git repo to matching tag and
run `pytest tests` from the root of the repo. (:pr:`5452`)


Improved:
---------

- Fixed a bug in the Agilent 8257D where on and off would call a non existing parameter. The methods have been updated to call ``output_enabled``. (:pr:`5496`)
- QCoDeS in memory datasets exported to netcdf with MultiIndexes are now
correctly decompressed when reloaded with load_by_id and friends. (:pr:`5517`)
- Lakeshore 335 Output: Add parameter mapping for input=None (:pr:`5520`)
- The size calculation used to estimate when a dataset should be exported in chuncks has been improved.
This will prevent "small" dataset with many rows from being exported in chuncks when not required. (:pr:`5523`)


New:
----

- Mark python 3.12 as supported and fix deprecation warnings with python 3.12 (:pr:`5408`)
- Mock instruments have been moved from `qcodes.tests.instrument_mocks` to `qcodes.instrument_drivers.mock_instruments` and `DriverTestCase` from
`qcodes.tests.driver_test_case` to `qcodes.extensions`. This is in preparation for no longer shipping `qcodes.tests` as part of the
public api. The previous locations remain functional but will be deprecated after one release. (:pr:`5486`)
1 change: 1 addition & 0 deletions docs/changes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelogs

.. toctree::
Unreleased <unreleased>
0.42.0 <0.42.0>
0.41.1 <0.41.1>
0.41.0 <0.41.0>
0.40.0 <0.40.0>
Expand Down
1 change: 0 additions & 1 deletion docs/changes/newsfragments/5408.new

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changes/newsfragments/5452.breaking

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/newsfragments/5486.new

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/5496.improved

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changes/newsfragments/5517.improved

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/5520.improved

This file was deleted.

0 comments on commit c619a7b

Please sign in to comment.