Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed May 24, 2014
1 parent 636405f commit 031963f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion doc/gh-pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 2 additions & 0 deletions doc/source/release/release_0.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion sktracker/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__all__ = ["__version__"]

version = '0.3.dev'
version = '0.2.1'

if 'dev' in version:
try:
Expand Down

0 comments on commit 031963f

Please sign in to comment.