Skip to content

Commit

Permalink
Add changelog for 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Sep 9, 2024
1 parent 9407788 commit a1a79f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions docs/changes/0.48.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
QCoDeS 0.48.0 (2024-09-09)
==========================

Improved:
---------

- Improve handling of corner cases where `Instrument.remove_parameter` could raise an exception. (:pr:`6394`)
- `dond` now takes an optional `squeeze` flag as input. Inspired by Matplotlib's `plt.subplots` argument
of the same name, this allows the user to always get the same type returned from the function if set to False.
This makes it easier to write type checked code that uses `dond` as a function. (:pr:`6422`)
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.48.0 <0.48.0>
0.47.0 <0.47.0>
0.46.0 <0.46.0>
0.45.0 <0.45.0>
Expand Down
1 change: 0 additions & 1 deletion docs/changes/newsfragments/6394.improved

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/newsfragments/6422.improved

This file was deleted.

0 comments on commit a1a79f1

Please sign in to comment.