Skip to content

Commit

Permalink
Version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion committed Feb 13, 2018
1 parent 665c3fe commit 6af138b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
History
=======

0.0.6 (2018-02-13)
------------------

* Add CREMI evaluation command.
* Add 3D region filling animation.
* Fix region filling animations.
* F_0.5 validation metrics.
* Fix pip install.
* Many other fixes and tweaks (see git log).


0.0.5 (2017-10-03)
------------------

Expand Down
2 changes: 1 addition & 1 deletion diluvian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Andrew S. Champion"""
__email__ = '[email protected]'
__version__ = '0.0.5'
__version__ = '0.0.6'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.0.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name='diluvian',
version='0.0.5',
version='0.0.6',
description="Flood filling networks for segmenting electron microscopy of neural tissue.",
long_description=readme + '\n\n' + history,
author="Andrew S. Champion",
Expand Down

0 comments on commit 6af138b

Please sign in to comment.