-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* flesh out release * docs: Add changelog * bump version
- Loading branch information
1 parent
aed8460
commit 954f9f2
Showing
3 changed files
with
32 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Changelog for QCoDeS 0.1.3 | ||
========================== | ||
|
||
Breaking Changes | ||
---------------- | ||
|
||
- New and slightly improved parameter (#403) | ||
- Units is deprecated (with a warning and a redirect to unit) | ||
|
||
New & Improved | ||
-------------- | ||
|
||
- Human readable snapshot | ||
|
||
- Drivers: | ||
|
||
- add yokogawa gs200 (#393) | ||
- add SG384 (#318) | ||
- new awg5014 driver | ||
- add Spectrum M4i.44xx-x8 driver | ||
|
||
- Automatic build / test system | ||
|
||
Fixed | ||
----- | ||
- fix Keithely 2600 precision | ||
- Cosmetic issues | ||
|
||
|
||
- |
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 |
---|---|---|
|
@@ -4,5 +4,4 @@ Changelogs | |
.. toctree:: | ||
0.1.0 <0.1.0> | ||
0.1.2 <0.1.2> | ||
|
||
0.1.2 is where we are now. | ||
0.1.3 <0.1.3> |
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.1.2' | ||
__version__ = '0.1.3' |