Skip to content

Commit

Permalink
Merge pull request #1927 from astafan8/release-11-notes
Browse files Browse the repository at this point in the history
Changelog for 0.11.0 release
  • Loading branch information
astafan8 authored Feb 18, 2020
2 parents 2a43ed4 + 298658a commit 5e295d7
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 5 deletions.
60 changes: 60 additions & 0 deletions docs/changes/0.11.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
Changelog for QCoDeS 0.11.0
===========================

The February 2020 release of QCoDeS


New Instrument drivers:
_______________________

* Keithley 7510 digital multimeter (#1912)


Improved drivers:
_________________

* New features for Keithley 2450 (#1906)
* Keysight B1500: Add units to current/voltage parameters to B1571A SMU module (#1920)
* Keysight 344xx (#1918)
* Yokogawa GS200 (#1901)
* Agilent instruments' drivers (#1904)
* Rohde Schwarz instruments' drivers (#1911)

Improved:
_________

* Allow passing database connection object to ``experiments()`` function (#1894)


Documentation:
______________

* Add notes to instrument driver example about Windows-specific drivers (#1902)
* Fix links to issues in ``contributing.rst`` (#1919)
* Remove unused imports in ``15_minutes_to_QCoDeS`` notebook (#1923)


Deprecations:
_____________

* Deprecate ``DataSet.add_result`` as a duplicate of ``DataSet.add_results`` (#1926)


Under the hood:
_______________

* Continuing improvements on typing:

* Fix type of timestamp in monitor (#1922)
* Remove some doc types (#1905)
* Complete typing of logging module (#1907)
* Add types to monitor (#1908)

* Avoid calling pip script (#1910)
* Convert hypothesis args to kwargs (#1916)


Recommended Dependencies:
_________________________

* Build docs with sphinx 2.4.1 (#1924)
52 changes: 47 additions & 5 deletions docs/changes/0.12.0.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,51 @@
Changelog for QCoDeS 0.12.0
===========================
Changelog for QCoDeS 0.12.0 (not released yet)
==============================================

The March 2020 release of QCoDeS
The March 2020 release of QCoDeS (not released yet)

Breaking Changes:
_________________

* .


New Instrument drivers:
_______________________

* .


Improved drivers:
_________________

* .


Improved:
_________

* .


Documentation:
______________

* .


Deprecations:
-------------
* The `DataSet` method `add_result` is now deprecated in favour of the `add_results` method. (#1926)
_____________

* .


Under the hood:
_______________

* .


Recommended Dependencies:
_________________________

* .
1 change: 1 addition & 0 deletions docs/changes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Changelogs
0.8.1 <0.8.1>
0.9.0 <0.9.0>
0.10.0 <0.10.0>
0.11.0 <0.11.0>
0.12.0 <0.12.0>

0 comments on commit 5e295d7

Please sign in to comment.