Skip to content

Commit a1a79f1

Browse files
committed
Add changelog for 0.48.0
1 parent 9407788 commit a1a79f1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

docs/changes/0.48.0.rst

+10
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

+1
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

-1
This file was deleted.

docs/changes/newsfragments/6422.improved

-3
This file was deleted.

0 commit comments

Comments
 (0)