-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6427 from jenshnielsen/changelog_048
Add changelog for 0.48.0
- Loading branch information
Showing
4 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.