File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ## v1.0.1 (2021-05-05)
2+
3+ ### Fix
4+
5+ - fix various typo and improve instructions in notebook
6+
17## v1.0.0 (2021-05-03)
28
39### Highlight
Original file line number Diff line number Diff line change 22import os
33from .utilities import custom_arr_optimize , custom_delay_optimize
44
5- __version__ = "1.0.0 "
5+ __version__ = "1.0.1 "
66
77da .config .set (
88 array_optimize = custom_arr_optimize , delayed_optimize = custom_delay_optimize
Original file line number Diff line number Diff line change 1313DEMO_FILES = [f"demo_movies/msCam{ i } .avi" for i in range (1 , 11 )] + [
1414 f"demo_data/session{ i } /minian.nc" for i in range (1 , 3 )
1515]
16- VERSION = "1.0.0 "
16+ VERSION = "1.0.1 "
1717
1818
1919def _get_file (filename : str , version : str ):
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77[tool ]
88[tool .commitizen ]
99name = " cz_conventional_commits"
10- version = " 1.0.0 "
10+ version = " 1.0.1 "
1111tag_format = " v$version"
1212changelog_incremental = true
1313version_files = [
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def _get_requirements(requirement_file):
1717
1818setuptools .setup (
1919 name = NAME ,
20- version = "1.0.0 " ,
20+ version = "1.0.1 " ,
2121 author = "MiniAn Developers" ,
2222 author_email = "denisecailab@gmail.com" ,
2323 description = "MiniAn is an analysis pipeline and visualization tool inspired by both CaImAn and MIN1PIPE package specifically for Miniscope data." ,
You can’t perform that action at this time.
0 commit comments