Releases: QCoDeS/Qcodes_contrib_drivers
Releases · QCoDeS/Qcodes_contrib_drivers
v0.15.0
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
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
- @mtiggelman made their first contribution in #128
- @ty-zhao made their first contribution in #129
Full Changelog: v0.13.1...v0.14.0
v0.13.1
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
What's Changed
- Add SignalCore driver by @edumur in #114
- Fix typechecking with newest qcodes and Numpy by @jenshnielsen in #116
- AFG3000: use PermissiveMultiples until MultiType can AND by @jakeogh in #117
- Add typing to afg3000 driver by @jenshnielsen in #118
New Contributors
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Fix smw driver by @simonzihlmann in #111
- Add marker configuration capabilities by @alexsludds in #99
- QDevil QDAC-II driver by @jpsecher in #110
- add writing to .wave format for the HDAWG8 driver by @eendebakpt in #112
- Copper mountain S5048 driver by @Saba-Mehshar in #78
New Contributors
- @alexsludds made their first contribution in #99
- @jpsecher made their first contribution in #110
- @eendebakpt made their first contribution in #112
- @Saba-Mehshar made their first contribution in #78
Full Changelog: v0.11.0...v0.12.0
v0.11.0
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:
- Docstrings improvements of Agilent_N9000A and CopperMountain M5180 by @caenrigen @simonzihlmann (#98 , #106 )
- conf.py improvements and adding the link to repository docs in Readme by @caenrigen (#98 )
- Spectrum m4i improvements (#103 )
- Improved github CI by @FarBo (#107 , #108 , #109 )
v0.11.0dev0
Merge pull request #98 from caenrigen/erasynth ERASynth drivers
v0.10.0
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
v0.9.0
This release includes following new driver:
- CopperMountain VNA M5180 with example by @simonzihlmann
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