Skip to content

Commit

Permalink
update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinberg committed Oct 16, 2017
1 parent 42c0632 commit 2092b58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Release 0.6.4
=============

Hotfix: Make a ab.MaskInputLayer for binary mask inputs when we don't want to
tile the inputs.

Release 0.6.3
=============

- Make ab.InputLayer always make at least 1 sample of the networks for
consistency and simplicity.
- Make a ab.MaskInputLayer for binary mask inputs when we don't want to tile
the inputs.
- This also makes the quick start guide examples work.

Release 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion aboleth/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Aboleth version."""
__version__ = '0.6.3'
__version__ = '0.6.4'

0 comments on commit 2092b58

Please sign in to comment.