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 1
1
[bumpversion]
2
- current_version = 0.1.8
2
+ current_version = 0.1.9
3
3
commit = True
4
4
tag = True
5
5
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}"
9
9
10
10
[bumpversion:file:qolmat/_version.py]
11
11
search = __version__ = " {current_version}"
Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
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
+
5
11
0.1.7 (2024-06-13)
6
12
------------------
7
13
* Little's test implemented in a new hole_characterization module
Original file line number Diff line number Diff line change 27
27
author = "Quantmetry"
28
28
29
29
# The full version, including alpha/beta/rc tags
30
- version = "0.1.8 "
30
+ version = "0.1.9 "
31
31
release = version
32
32
33
33
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 2
2
3
3
[tool .poetry ]
4
4
name = " qolmat"
5
- version = " 0.1.8 "
5
+ version = " 0.1.9 "
6
6
description = " A Python library for optimal data imputation."
7
7
authors = [
8
8
" 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