forked from microsoft/Qcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
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 prevent_save_config_to_home
- Loading branch information
Showing
44 changed files
with
3,038 additions
and
769 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 |
---|---|---|
@@ -1 +1,4 @@ | ||
qcodes/_version.py export-subst | ||
* text=auto eol=lf | ||
*.{cmd,[cC][mM][dD]} text eol=crlf | ||
*.{bat,[bB][aA][tT]} text eol=crlf |
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,31 @@ | ||
Changelog for QCoDeS 0.15.0 (Unreleased) | ||
======================================== | ||
|
||
The June 2020 release of QCoDeS | ||
|
||
Breaking Changes: | ||
_________________ | ||
|
||
* ``GroupParameter.group``, ``Group.parameters`` and ``Group.instrument`` are now | ||
all read only properties (#2031). | ||
* The public attributes ``Group.get_cmd`` and `Group.get_cmd`` have | ||
been removed (#2031). | ||
|
||
|
||
Improved drivers: | ||
_________________ | ||
|
||
|
||
Improved: | ||
_________ | ||
|
||
* GroupParameter now correctly update their cache when a single parameter in | ||
the group has been set or captured (#2031) | ||
* GroupParameter now correctly implements mappings between | ||
``value`` and ``raw_value`` e.g. ``scale`` and ``offset`` (#2031) | ||
|
||
|
||
|
||
Under the hood: | ||
_______________ | ||
|
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 |
---|---|---|
|
@@ -30,3 +30,4 @@ Changelogs | |
0.12.1 <0.12.1> | ||
0.13.0 <0.13.0> | ||
0.14.0 <0.14.0> | ||
0.15.0 <0.15.0> |
Oops, something went wrong.