Skip to content

Releases: QCoDeS/Qcodes_contrib_drivers

v0.15.0

07 Jun 15:21
c824b73
Compare
Choose a tag to compare

What's Changed

  • Analog modulation for NI RFSG driver by @mgunyho in #130
  • AFG3000: Use on_off_val_mapping instead of custom vals and get_parser by @mgunyho in #131
  • Use valid identifers for instrument names in examples by @jenshnielsen in #134
  • Fix: EraSynth++ duplicated parameters error by @JoelPerezDiaz in #133
  • QDevil QDAC2: Getter functions for Lists and Sweeps by @jpsecher in #135
  • AFG3000: Add support for arbitrary waveform generation by @mgunyho in #132

New Contributors

  • @JoelPerezDiaz made their first contribution in #133

Full Changelog: v0.14.0...v0.15.0

v0.14.0

23 May 14:09
26a495c
Compare
Choose a tag to compare

What's Changed

  • fix typecheck with more strict channellist def in new qcodes version by @jenshnielsen in #124
  • Feat cm m5180 improvements by @simonzihlmann in #121
  • Convert version management from Versioneer to versioningit by @jenshnielsen in #125
  • QDAC2 current measurements should be returned as floats by @jpsecher in #126
  • Two 2D scan examples & refuse non-identifier instrument name by @jpsecher in #127
  • Added temperature measurement to DMM6500 by @mtiggelman in #128
  • Add Holzworth HS9008B, General Microwave GM349, and NI DAQ drivers by @ty-zhao in #129

New Contributors

Full Changelog: v0.13.1...v0.14.0

v0.13.1

23 Feb 12:09
2fd9c39
Compare
Choose a tag to compare

What's Changed

  • QDevil: Correct typo in init file by @jenshnielsen in #119
    This prevented the QDevil drivers from being included in the released package for 0.12.0 and 0.13.0

Full Changelog: v0.13.0...v0.13.1

v0.13.0

22 Feb 07:36
f63bd4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

21 Dec 13:11
af6ec17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

08 Nov 10:09
8cc993a
Compare
Choose a tag to compare

This release includes following new driver:

  • ERASynth instrument driver from ERAInstruments and example notebook of the driver by @caenrigen (#98 )
  • Holzworth HS900 driver and example notebook by @simonzihlmann (#105 )

This release have the following driver improvements:

v0.11.0dev0

05 Nov 08:10
8cc993a
Compare
Choose a tag to compare
v0.11.0dev0 Pre-release
Pre-release
Merge pull request #98 from caenrigen/erasynth

ERASynth drivers

v0.10.0

21 Sep 08:11
e8bcefa
Compare
Choose a tag to compare

This release have the following driver improvements:

  • Fix bluefors driver permission error if the log file is blocked by another process by @simonzihlmann
  • Add channel name to labels in Vaunix LDA by @mgunyho
  • Added Keysight sd1 version 3.1, improved background threading and API documenation by @sldesnoo-Delft

Updates and fixes under the hood:

  • fixed pyvisa intersphinx link by @FarBo

v0.9.1

20 May 08:59
Compare
Choose a tag to compare

This is a patch release on top of v0.9.0 including a minor bug fix: changed readme.rst to README.rst

v0.9.0

20 May 05:52
f7dd516
Compare
Choose a tag to compare

This release includes following new driver:

Updates and Fixes under the hood:

  • Clarify license of the repository by @jenshnielsen
  • Migrate mypy.ini, setup.py and static data to setup.cfg (min. Python version is 3.7) by @jenshnielsen
  • fix get function of state parameter for ITest driver by @simonzihlmann
  • Remove out of date conda comment by @jenshnielsen