Skip to content

Commit

Permalink
Add changelog for 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 22, 2024
1 parent 085c3e3 commit 5efe9b7
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
26 changes: 26 additions & 0 deletions docs/changes/0.50.0.rst
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`)
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.50.0 <0.50.0>
0.49.0 <0.49.0>
0.48.0 <0.48.0>
0.47.0 <0.47.0>
Expand Down
1 change: 0 additions & 1 deletion docs/changes/newsfragments/6599.new

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/6616.new

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/6643.improved

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changes/newsfragments/6647.breaking

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changes/newsfragments/6648.improved

This file was deleted.

0 comments on commit 5efe9b7

Please sign in to comment.