From 6af138b6e853a6687b8fad80c4120d3b49fe6354 Mon Sep 17 00:00:00 2001 From: Andrew Champion Date: Tue, 13 Feb 2018 15:28:03 -0500 Subject: [PATCH] Version 0.0.6 --- HISTORY.rst | 11 +++++++++++ diluvian/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9ddf880..a308a53 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ------------------ diff --git a/diluvian/__init__.py b/diluvian/__init__.py index 4cb660c..9472c7f 100644 --- a/diluvian/__init__.py +++ b/diluvian/__init__.py @@ -2,4 +2,4 @@ __author__ = """Andrew S. Champion""" __email__ = 'andrew.champion@gmail.com' -__version__ = '0.0.5' +__version__ = '0.0.6' diff --git a/setup.cfg b/setup.cfg index 2eaaf07..4db049f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.5 +current_version = 0.0.6 commit = True tag = True diff --git a/setup.py b/setup.py index 2150fce..d0abfad 100644 --- a/setup.py +++ b/setup.py @@ -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",