Skip to content

Commit c2bb671

Browse files
authored
Merge pull request #193 from yfukai/beta_release
Beta release
2 parents 2efc836 + 5726998 commit c2bb671

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Credits
8686

8787
- Inspired by TrackMate_ a lot. See documentation_ for its detailed algorithm, the `2016 paper`_, and the `2021 paper`_.
8888

89+
- The data in `examples/interactive_example_data` are generated by cropping images in `10.5281/zenodo.6087728`_, which is distributed with `Creative Commons Attribution 4.0 International`_.
90+
8991
- This project was generated from `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.
9092

9193

@@ -109,6 +111,8 @@ If you use this program for your research, please cite it and help us build more
109111
.. _documentation: https://imagej.net/plugins/trackmate/algorithms
110112
.. _2016 paper: https://doi.org/10.1016/j.ymeth.2016.09.016
111113
.. _2021 paper: https://doi.org/10.1101/2021.09.03.458852
114+
.. _10.5281/zenodo.6087728: https://doi.org/10.5281/zenodo.6087728
115+
.. _Creative Commons Attribution 4.0 International: https://creativecommons.org/licenses/by/4.0/legalcode
112116

113117
.. _@cjolowicz: https://github.com/cjolowicz
114118
.. _Cookiecutter: https://github.com/audreyr/cookiecutter

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "laptrack"
3-
version = "0.3.6"
3+
version = "0.4.0"
44
description = "LapTrack"
55
authors = ["Yohsuke Fukai <ysk@yfukai.net>"]
66
license = "BSD-3-Clause"
@@ -9,7 +9,7 @@ homepage = "https://github.com/yfukai/laptrack"
99
repository = "https://github.com/yfukai/laptrack"
1010
documentation = "https://laptrack.readthedocs.io"
1111
classifiers = [
12-
"Development Status :: 3 - Alpha",
12+
"Development Status :: 4 - Beta",
1313
"Intended Audience :: Developers",
1414
"Intended Audience :: Science/Research",
1515
"Natural Language :: English",

0 commit comments

Comments
 (0)