File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.8
2+ current_version = 0.1.9
33commit = True
44tag = True
55
6- [bumpversion:file:setup.py ]
7- search = VERSION = " {current_version}"
8- replace = VERSION = " {new_version}"
6+ [bumpversion:file:pyproject.toml ]
7+ search = version = " {current_version}"
8+ replace = version = " {new_version}"
99
1010[bumpversion:file:qolmat/_version.py]
1111search = __version__ = " {current_version}"
Original file line number Diff line number Diff line change 22History
33=======
44
5+ 0.1.8 (2024-08-29)
6+ ------------------
7+ * Tutorials reproducibility improved with random_state parameters
8+ * RPCA now accepts random_state parameters
9+ * Dependency management improved with poetry
10+
5110.1.7 (2024-06-13)
612------------------
713* Little's test implemented in a new hole_characterization module
Original file line number Diff line number Diff line change 2727author = "Quantmetry"
2828
2929# The full version, including alpha/beta/rc tags
30- version = "0.1.8 "
30+ version = "0.1.9 "
3131release = version
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 22
33[tool .poetry ]
44name = " qolmat"
5- version = " 0.1.8 "
5+ version = " 0.1.9 "
66description = " A Python library for optimal data imputation."
77authors = [
88 " Julien ROUSSEL <[email protected] >" ,
Original file line number Diff line number Diff line change 1- __version__ = "0.1.8 "
1+ __version__ = "0.1.9 "
You can’t perform that action at this time.
0 commit comments