-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for release 0.2, our first release!
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
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,17 @@ | ||
Change Log | ||
========== | ||
|
||
(0.2) - 2015-12-15 | ||
------------------ | ||
|
||
### Added | ||
- Everything, technically, but recent changes include: | ||
- `NiceLib`, a class to aid wrapping typical DLLs | ||
- Unit-checking decorators | ||
- `RemoteInstrument`s for using instruments controlled by a separate computer | ||
|
||
### Changed | ||
- Camera class is now an abstract base class with abstract methods and properties | ||
|
||
### Removed | ||
- `FakeVISA` (in favor of `RemoteInstrument`s) |
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