From 031963f2c02bdd965cc6589e849c53becdbf6abb Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Sat, 24 May 2014 10:40:07 +0200 Subject: [PATCH] Release 0.2.1 --- README.md | 1 - doc/gh-pages.py | 2 +- doc/source/release/release_0.2.txt | 2 ++ sktracker/version.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9118e7..59ee66b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Build Status](https://travis-ci.org/bnoi/scikit-tracker.png?branch=master)](https://travis-ci.org/bnoi/scikit-tracker) [![scikit-tracker DOI](https://zenodo.org/badge/4163/bnoi/scikit-tracker.png)](http://dx.doi.org/10.5281/zenodo.10067) - **scikit-tracker** aims to be a robust Python library to work with cell biology microscopy images. [OME XML and OME Tiff](https://www.openmicroscopy.org/site/support/ome-model/ome-tiff/) are supported to handle input/output to the lib. The two main goals of the library is to implement **detection** and **tracking** algorithms relevant to analyse biological microscopy dataset. Several algorithms are featured and it is planned to add others: diff --git a/doc/gh-pages.py b/doc/gh-pages.py index 1e7bc6c..28dcff7 100644 --- a/doc/gh-pages.py +++ b/doc/gh-pages.py @@ -79,7 +79,7 @@ def init_repo(path): if "dev" in version: tag = "dev" else: - tag = version + tag = version[:3] startdir = os.getcwd() if not os.path.exists(pages_dir): diff --git a/doc/source/release/release_0.2.txt b/doc/source/release/release_0.2.txt index 70e7f55..a43e5fb 100644 --- a/doc/source/release/release_0.2.txt +++ b/doc/source/release/release_0.2.txt @@ -16,3 +16,5 @@ Both algorithms are parallelized. - fill gaps in tracked trajectories with :class:`sktracker.tracker.solver.GapCloseSolver` We hope to provide you some code examples in the documentation soon. + +*scikit-tracker* has released a v0.2.1 due to a bug preventing users to install from pip. diff --git a/sktracker/version.py b/sktracker/version.py index 6398968..3708a36 100644 --- a/sktracker/version.py +++ b/sktracker/version.py @@ -12,7 +12,7 @@ __all__ = ["__version__"] -version = '0.3.dev' +version = '0.2.1' if 'dev' in version: try: