Skip to content

Commit

Permalink
Changelog for QCoDeS v0.26.0 Release (#3035)
Browse files Browse the repository at this point in the history
* Add changelog for v0.26.0

* update changelog with latest merges

* update changelog index toctree with 0.26.0 entry

* update changelog

* Update 0.26.0.rst

Co-authored-by: Dominik Vogel <[email protected]>
  • Loading branch information
Akshita07 and Dominik-Vogel authored May 27, 2021
1 parent 5a8fa81 commit 91486c1
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/changes/0.26.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
Changelog for QCoDeS 0.26.0
===========================

The May 2021 release of QCoDeS.

----
New:
----

- DelegateInstrument and InstrumentGroup drivers (#2928, #3031)
- Introducing merge_yaml function in Station and allow Station to load
multiple config yaml files (#2936)
- Keysight VNA P9374A driver (#3034)

---------
Improved:
---------

- Ensure that plot dataset uses axis in the expected order (#3017)
- Make doNd reset original post_delay values + fix to keyboard interrupt (#2996)
- [Bug fix] Return parameter data with same type as before applying scale or
offset (#2980)
- Improved plotting of pre-shaped 2d data (#3024)
- replace the use of Dict with Mapping for input args within instrument
module (#3040)
- Convert input arguments to Mapping in dataset module (#3051)
- use nan + i*nan as placeholder for complex numbers (#3049)
- Add information about name keyword argument of Measurement module in
relevant docs (#3052)

-----------------
Improved drivers:
-----------------

- Make wait times in blocking AMI430 field ramps adjustable (#3032)
- Keithley 2600: 4 probe current sweep support (#3023)

---------------
Under the hood:
---------------

- Add darker to precommit hooks (#2979)
- tests: cleanup warning handling (#2834)
- Fix NumpyJSONEncoder docstring (#2994)
- remove scientific deps job (#3014)
- upgrade precommit hooks to latest version (#3037)
1 change: 1 addition & 0 deletions docs/changes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changelogs
==========

.. toctree::
0.26.0 <0.26.0>
0.25.0 <0.25.0>
0.24.0 <0.24.0>
0.23.0 <0.23.0>
Expand Down

0 comments on commit 91486c1

Please sign in to comment.