Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cgevans committed Jan 7, 2022
1 parent ae4b5e6 commit 60493c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

## Version 0.5.0

- Implement EDS-file (in-progress and complete) synchronization for monitor.
- Units throughout protocols, thanks to Pint: you can now use strings like '1 hr' or '52 °C' when defining protocols.
- Automatic connections throughout Machine and Experiment, by default.
- Change safe titles from spaces-as-"-" to spaces-as-"_", consistent with machine.
- Deprecated paramiko tunnel.
- Documentation!
- Documentation rewrite
- Implement EDS-file (in-progress and complete) synchronization for monitor.
- Reorganization of modules: common is no longer needed

## Version 0.4.1

Expand All @@ -16,15 +17,15 @@

## Version 0.4.0

- Much faster `Experiment.sync_from_machine`, only transferring additional log
- Much faster `Experiment.sync_from_machine`, only transferring additional log
entries rather than the entire log.
- Common plotting routines for fluorescence data.
- More reliable monitoring.
- More reliable connections, and testing.
- `Stage.stepped_ramp` convenience function.
- Fixes to bugs inhibiting exposure setting, and some basic
implementations for this.
- Fixes to qs-monitor for cycle counts > 999 (and other large stage / step /
- Fixes to qs-monitor for cycle counts > 999 (and other large stage / step /
cycle counts).

## Version 0.3.1
Expand Down

0 comments on commit 60493c0

Please sign in to comment.