-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into driver/Keithley2600_buffering
- Loading branch information
Showing
14 changed files
with
111 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Changelog for QCoDeS 0.1.7 | ||
========================== | ||
|
||
New & Improved | ||
-------------- | ||
|
||
- New and Improved drivers: | ||
|
||
- Fixes to DecaDac driver (#713) | ||
- Driver for Oxford Kelvinox (#707) | ||
- Driver for Oxford ILM 200 Helium Level Meter (#706) | ||
- IPS120 Magnet driver (#660) | ||
- New AMI430 driver (#700) | ||
- Driver for tektronics awg5200 (#724) | ||
- Benchmark Keysight DMM software trigger (#729) | ||
- Faster qdac (#730, #737) | ||
- Ivvi triggers (#739) | ||
|
||
- Features: | ||
|
||
- Improved PyQtGraph performance (#712) | ||
- Improve default_parameter_name (#714) | ||
- Function to Close all instruments (#715) | ||
- Automatic Foreground qt window (#716) Requires pywin32 on windows not | ||
installed by default | ||
- Handle snapshot update failing better (#717) | ||
- Cleanup dependencies for easier install (#721) | ||
- Update Slack contact information (#727) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ Changelogs | |
0.1.4 <0.1.4> | ||
0.1.5 <0.1.5> | ||
0.1.6 <0.1.6> | ||
0.1.7 <0.1.7> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ensuring backwards compatibility | ||
|
||
from .ZNB import ZNB as ZNB20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.