-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved utils to submodule
pyqt_labutils
- Loading branch information
Sam Schott
committed
Jul 10, 2019
1 parent
36865f2
commit 9013c91
Showing
10 changed files
with
188 additions
and
2,030 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,3 @@ | ||
[submodule "keithleygui/pyqt_labutils"] | ||
path = keithleygui/pyqt_labutils | ||
url = https://github.com/OE-FET/pyqt-labutils |
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,22 +1,32 @@ | ||
#### v1.1.3-dev1 (2019-07-10): | ||
|
||
_Changed:_ | ||
|
||
- Moved utils to submodule `pyqt_labutils`. | ||
|
||
#### v1.1.2 (2019-05-20): | ||
|
||
_Changed:_ | ||
|
||
- Fixed a bug which caused `from keithleygui.config import CONF` to fail in Python 2.7. | ||
- Fixed a critical error which would prevent IV sweeps from returning a dataset. | ||
|
||
#### v1.1.1 (2019-05-16): | ||
|
||
_Changed:_ | ||
|
||
- Adaptations to driver changes. | ||
- `KeithleyGuiApp` must now be explicitly imported from main. | ||
|
||
#### v1.1.0 (2019-05-01): | ||
|
||
_Changed:_ | ||
|
||
- Unified and simplified code across all settings panels. This results in some GUI | ||
changes as well: All settings panels now have a two-column layout. | ||
|
||
#### v1.0.2 (2019-03-12): | ||
|
||
_Changed:_ | ||
|
||
- Switched from Matplotlib to PyQtGraph as plotting library. |
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
Submodule pyqt_labutils
added at
01487e
File renamed without changes.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.