Skip to content

QCoDeS 0.12.0 - March 2020 (prerelease)

Pre-release
Pre-release
Compare
Choose a tag to compare
@WilliamHPNielsen WilliamHPNielsen released this 11 Mar 10:53
· 7 commits to release/v0.12.x since this release

Changelog for QCoDeS 0.12.0 Prerelease

The March 2020 release of QCoDeS Prerelease

Breaking Changes:


  • The DataSet.add_results method no longer returns an int, but now returns None.

New Instrument drivers:


  • Keithley 3706A High Performance DMM/Switch System. (#1884)
  • QDevil QDAC High Precision Voltage Generator. (#1613)

Improved drivers:


  • Yokogawa GS200 no longer throws snapshot exception during initialization. (#1930)
  • Keysight 34465A DMM now returns ±numpy.inf for out-of-range values and not 9e±37. (#1929)

Improved:


  • The DataSet and Measurement classes now support out-of-thread data saving. Shave off up to 50% of your measurement time! (#1896)

Documentation:


No documentation updates in this release.

Deprecations:


Nothing deprecated :)

Under the hood:


  • The database version is now 9. An index was added for the captured_run_id. (#1925)