Skip to content

Commit

Permalink
[Release 0.2.0] (#71)
Browse files Browse the repository at this point in the history
* release notes 0.2.0

* increment version
  • Loading branch information
briannemsick authored Oct 25, 2019
1 parent 8141ff8 commit 4d34803
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ Barrage

.. contents:: **Versions**:

-------------
Version 0.2.0
-------------

``barrage`` improves ``sequential_from_config`` utility and updates documentation.

~~~~~~~~~~~
New Feature
~~~~~~~~~~~

* ``sequential_from_config`` supports references to ``network_params`` computed inside ``Transformers`` by specifying ``{{variable name}}``.

~~~~~~~~~~~~
Improvements
~~~~~~~~~~~~

* Assorted docstring and documentation improvements

-------------
Version 0.1.0
-------------

Initial release of ``barrage``.
``barrage`` initial release.
2 changes: 1 addition & 1 deletion barrage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

from .log import logger # noqa
from .engine import BarrageModel # noqa
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="barrage",
version="0.1.0",
version="0.2.0",
description="A supervised deep learning tool.",
long_description=long_description,
author="Brian Nemsick",
Expand Down

0 comments on commit 4d34803

Please sign in to comment.