Skip to content

Commit 3e4c608

Browse files
authored
Merge pull request #6427 from jenshnielsen/changelog_048
Add changelog for 0.48.0
2 parents fdaac34 + a1a79f1 commit 3e4c608

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

docs/changes/0.48.0.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
QCoDeS 0.48.0 (2024-09-09)
2+
==========================
3+
4+
Improved:
5+
---------
6+
7+
- Improve handling of corner cases where `Instrument.remove_parameter` could raise an exception. (:pr:`6394`)
8+
- `dond` now takes an optional `squeeze` flag as input. Inspired by Matplotlib's `plt.subplots` argument
9+
of the same name, this allows the user to always get the same type returned from the function if set to False.
10+
This makes it easier to write type checked code that uses `dond` as a function. (:pr:`6422`)

docs/changes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelogs
33

44
.. toctree::
55
Unreleased <unreleased>
6+
0.48.0 <0.48.0>
67
0.47.0 <0.47.0>
78
0.46.0 <0.46.0>
89
0.45.0 <0.45.0>

docs/changes/newsfragments/6394.improved

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/newsfragments/6422.improved

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)