-
Notifications
You must be signed in to change notification settings - Fork 320
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 #6660 from jenshnielsen/changelog_0_50_0
Add changelog for 0.50.0
- Loading branch information
Showing
7 changed files
with
27 additions
and
10 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,26 @@ | ||
QCoDeS 0.50.0 (2024-11-22) | ||
========================== | ||
|
||
Breaking Changes: | ||
----------------- | ||
|
||
- QCoDeS no longer attempts to automatically disable Sypders User module reloader (UMR). | ||
The code was no longer working correctly with the latest version of Spyder and is not | ||
maintainable since Spyder does not have a public api to disable UMR. If you use | ||
QCoDeS from an editable install it is strongly recommended to disable UMR for QCoDeS. | ||
See :ref:`gettingstarted` for more details. (:pr:`6647`) | ||
|
||
|
||
Improved: | ||
--------- | ||
|
||
- Improves the DataSetDefinition class to allow users to specify metadata to be added to the resulting dataset (:pr:`6643`) | ||
- DelegateParameter now reads delegated properties from source rather than setting them at source change. | ||
This resolves an issue when delegating from another delegate parameter may result in incorrect attributes. (:pr:`6648`) | ||
|
||
|
||
New: | ||
---- | ||
|
||
- Added a new feature to find links in a parameter chain by parameter type (:pr:`6599`) | ||
- Added new methods to find instruments in a parameter chain by parameter type (:pr:`6616`) |
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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.