Skip to content

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Blancas Reyes committed Feb 6, 2018
1 parent e4ff857 commit c93fa1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

0.6dev
------
0.6 (2018-02-05)
-----------------
* New stability metric
* New batch module
* Rewritten preprocessor
Expand All @@ -11,8 +11,6 @@ Changelog
* Removed a lot of legacy code
* Removed batching logic from old functions, they are now using the `batch` module
* Rewritten CLI interface `yass` command is now `yass sort`
* New CLI tool for training neural networks `yass train`
* New CLI tool for exporting results to phy `yass export`


0.5 (2018-01-31)
Expand Down
2 changes: 1 addition & 1 deletion src/yass/__init__.py
Expand Up @@ -7,7 +7,7 @@

logging.getLogger(__name__).addHandler(NullHandler())

__version__ = '0.6dev'
__version__ = '0.6'

CONFIG = None

Expand Down

0 comments on commit c93fa1f

Please sign in to comment.