Skip to content

Commit

Permalink
Merge 8b6ca5a into 6155f22
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jan 7, 2020
2 parents 6155f22 + 8b6ca5a commit 94f8ab1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/releasenotes.rst
Expand Up @@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 1

releases/1.3.0
releases/1.2.1
releases/1.2.0
releases/1.1.1
Expand Down
36 changes: 36 additions & 0 deletions docs/releases/1.3.0.rst
@@ -0,0 +1,36 @@
.. _v1.3.0:

neurotic 1.3.0
==============

2020-01-07

Improvements
------------

* Add burst detection via firing rate thresholding
(:pr:`156`)

* Add button for auto-scaling signals to main window
(:pr:`150`)

* Add metadata color parameters for ``amplitude_discriminators``
(:pr:`166`)

* Add metadata parameters ``rauc_baseline`` and ``rauc_bin_duration``
(:pr:`151`)

* Make ``data_dir`` default to metadata file directory
(:pr:`163`)

Bug fixes
---------

* Unmask FileNotFoundError when local data file is missing
(:pr:`154`)

Documentation
-------------

* Add Zenodo archive badge
(:pr:`162`)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
MAJOR = 1 # increment for backwards-incompatible changes
MINOR = 3 # increment for backwards-compatible feature additions
MICRO = 0 # increment for backwards-compatible bug fixes
IS_RELEASED = False # determines whether version will be marked as development
IS_RELEASED = True # determines whether version will be marked as development
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'

# Try to fetch the git revision number from the .git directory if it exists,
Expand Down

0 comments on commit 94f8ab1

Please sign in to comment.