@@ -13,10 +13,26 @@ The rules for CHANGELOG file:
13
13
14
14
0.3.0 (XXXX/XX/XX)
15
15
------------------
16
+ - Add ``_BasePCov`` class (#248)
17
+ - Add ``PCovC`` class that inherits shared functionality from ``_BasePCov`` (#248)
18
+ - Add ``PCovC`` testing suite and examples (#248)
19
+ - Modify ``PCovR`` to inherit shared functionality from ``_BasePCov_`` (#248)
20
+ - Update to sklearn >= 1.6.0 and scipy >= 1.15.0 (#239)
21
+ - Fixed moved function import from scipy and bump scipy dependency to 1.15.0 (#236)
22
+ - Fix rendering issues for `SparseKDE` and `QuickShift` (#236)
23
+ - Updating ``FPS`` to allow a numpy array of ints as an initialize parameter (#145)
24
+ - Supported Python versions are now ranging from 3.9 - 3.12.
25
+ - Updating ``skmatter.datasets`` submodule to support sklearn 1.5.0 (#229)
26
+ - Add `SparseKDE` class (#222)
27
+ - Add `QuickShift` class (#222)
28
+ - Add an example on how to conduct PAMM algorithm with `SparseKDE` and `QuickShift`
29
+ (#222)
30
+ - Add H2O-BLYP-Piglet dataset (#222)
31
+ - Add two distance metrics that support the periodic boundry condition,
32
+ `periodic_pairwise_euclidean_distances` and `pairwise_mahalanobis_distances` (#222)
16
33
17
34
0.2.0 (2023/08/24)
18
35
------------------
19
-
20
36
- Add this ``CHANGELOG`` file (#198)
21
37
- Update example of WHO feature selection (#212)
22
38
- Rename ``RidgeRegression2FoldCV`` -> ``Ridge2FoldCV`` (#211)
@@ -40,14 +56,12 @@ The rules for CHANGELOG file:
40
56
41
57
0.1.4 (2023/03/14)
42
58
------------------
43
-
44
59
- documentation formatting fixes for math and datasets (#161, #163)
45
60
- changing the way the distance to the convex hull is computed in the
46
61
``DirectionalConvexHull`` due to numerical issues with the old method (#165)
47
62
48
63
0.1.3 (2023/03/02)
49
64
------------------
50
-
51
65
- Refactor ``scikit-cosmo`` to ``scikit-matter`` (#157, #151)
52
66
- Deprecation warning was added to link to renamed package (#154)
53
67
- dropped Python `<3.8` support, because we are now using ``scikit-learn`` version
@@ -62,7 +76,6 @@ The rules for CHANGELOG file:
62
76
63
77
0.1.2 (2022/07/04)
64
78
------------------
65
-
66
79
- fixed a bug in the orthonormalization step of ``PCov-CUR`` (#118)
67
80
- users can now initialize ``FPS`` selecting using a list of selected points, allowing
68
81
to restart the selection in the middle (#116)
@@ -71,15 +84,13 @@ The rules for CHANGELOG file:
71
84
72
85
0.1.1 (2021/11/30)
73
86
------------------
74
-
75
87
- fixed a bug in the ``orthonormalization`` step of ``PCov-CUR`` (#118)
76
88
- users can now initialize ``FPS`` selecting using a list of selected points, allowing to
77
89
restart the selection in the middle (#116)
78
90
- KPCovR is now able to use pre-fitted regressor in the same way that ``PCovR`` can (#113)
79
91
80
92
0.1.0 (2021/05/12)
81
93
------------------
82
-
83
94
- first release out of the lab
84
95
85
96
.. inclusion-marker-changelog-end
0 commit comments