Skip to content

Commit

Permalink
Prepare for release 0.2, our first release!
Browse files Browse the repository at this point in the history
  • Loading branch information
natezb committed Dec 16, 2015
1 parent cc9df0b commit 0aa4dad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
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)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "Instrumental"
description = "Instrumentation library from the Mabuchi Lab"
author = "MabuchiLab"
version = "0.1.0"
version = "0.2"

if __name__ == '__main__':
setup(
Expand Down

0 comments on commit 0aa4dad

Please sign in to comment.