Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Oct 9, 2019
2 parents 60fe1b6 + 8392a7b commit 7620943
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 1

releases/1.2.0.rst
releases/1.1.1.rst
releases/1.1.0.rst
releases/1.0.1.rst
Expand Down
32 changes: 32 additions & 0 deletions doc/releases/1.2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Version 1.2.0
-------------

2019-10-09

Mouse and keyboard enhancements
...............................

* Adjust offsets and gains of individual traces in TraceViewer using the mouse
(`#75 <https://github.com/NeuralEnsemble/ephyviewer/pull/75>`__)

* Add EpochEncoder shortcuts for toggling range, setting left/right limits
(`#76 <https://github.com/NeuralEnsemble/ephyviewer/pull/76>`__)

* Add EpochEncoder shortcut for saving and smarter prompt to save at exit
(`#77 <https://github.com/NeuralEnsemble/ephyviewer/pull/77>`__,
`#78 <https://github.com/NeuralEnsemble/ephyviewer/pull/78>`__)

Other enhancements
..................

* Add a parameter to NavigationToolBar for setting datetime string format
(`#70 <https://github.com/NeuralEnsemble/ephyviewer/pull/70>`__)

* Use scientific notation in TraceViewer gain spin boxes less often
(`#71 <https://github.com/NeuralEnsemble/ephyviewer/pull/71>`__)

Documentation
.............

* Add links to RawIO list in Neo's docs
(`#69 <https://github.com/NeuralEnsemble/ephyviewer/pull/69>`__)
2 changes: 1 addition & 1 deletion ephyviewer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.1.2.dev'
version = '1.2.0'

0 comments on commit 7620943

Please sign in to comment.