-
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
49 additions
and
3 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.4.1 | ||
releases/1.4.0 | ||
releases/1.3.0 | ||
releases/1.2.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,45 @@ | ||
.. _v1.4.1: | ||
|
||
neurotic 1.4.1 | ||
============== | ||
|
||
2020-03-15 | ||
|
||
Improvements | ||
------------ | ||
|
||
* Add ``neurotic_version`` parameter to metadata | ||
(:pr:`247`) | ||
|
||
* Revised and added new example datasets | ||
(:pr:`250`, :pr:`251`) | ||
|
||
Bug fixes | ||
--------- | ||
|
||
* Fix broken import of Neo's ``generate_one_simple_block`` in example notebook | ||
(:pr:`253`) | ||
|
||
* Fix default font size determination in scripts and Jupyter notebooks | ||
(:pr:`249`) | ||
|
||
Other changes | ||
------------- | ||
|
||
* Make "large" UI scale larger and "huge" UI scale huger | ||
(:pr:`244`) | ||
|
||
* Scale loading message with other fonts | ||
(:pr:`245`) | ||
|
||
* Address numpy FutureWarning when epoch list is empty | ||
(:pr:`248`) | ||
|
||
Documentation | ||
------------- | ||
|
||
* Add project acronym to package description, app, and docs | ||
(:pr:`252`) | ||
|
||
* Building of standalone installers is now automated | ||
(:pr:`254`) |
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