-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
52 additions
and
4 deletions.
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
releases/1.0.0 | ||
releases/0.7.0 | ||
releases/0.6.0 | ||
releases/0.5.1 | ||
|
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,47 @@ | ||
.. _v1.0.0: | ||
|
||
neurotic 1.0.0 | ||
============== | ||
|
||
2019-07-27 | ||
|
||
🎊 First stable release! 🎉 | ||
|
||
Improvements | ||
------------ | ||
|
||
* Major API changes | ||
(`#104 <https://github.com/jpgill86/neurotic/pull/104>`__, | ||
`#100 <https://github.com/jpgill86/neurotic/pull/100>`__, | ||
`#106 <https://github.com/jpgill86/neurotic/pull/106>`__) | ||
|
||
* In preparation for this stable release, many formerly public classes and | ||
functions were made private. This was done to minimize the number of | ||
public classes/functions, which beginning with this release will be | ||
treated as stable APIs that are ideally modified only in backwards | ||
compatible ways. Users should trust that public classes and functions | ||
will not be changed without good reason and a major version bump. | ||
|
||
* Many improvements to the documentation, including the addition of an `API | ||
Reference Guide <https://neurotic.readthedocs.io/en/latest/api.html>`__ | ||
|
||
* Add example Jupyter notebook and command line argument for launching it | ||
(`#108 <https://github.com/jpgill86/neurotic/pull/108>`__) | ||
|
||
* Add file overwrite option to download functions | ||
(`#106 <https://github.com/jpgill86/neurotic/pull/106>`__) | ||
|
||
* Reserve the metadata keyword ``neurotic_config`` for global parameters | ||
(`#93 <https://github.com/jpgill86/neurotic/pull/93>`__) | ||
|
||
* The ``remote_data_root`` key must now be nested under | ||
``neurotic_config``. | ||
|
||
Bug fixes | ||
--------- | ||
|
||
* Fix crash when epoch encoder file contains labels not listed in metadata | ||
(`#97 <https://github.com/jpgill86/neurotic/pull/97>`__) | ||
|
||
* Allow amplitude discriminators to be specified with arbitrary units | ||
(`#99 <https://github.com/jpgill86/neurotic/pull/99>`__) |
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