File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ The rules for CHANGELOG file:
11
11
12
12
.. inclusion-marker-changelog-start
13
13
14
- 0.3.0 (XXXX/XX/XX )
14
+ 0.3.0 (2025/06/12 )
15
15
------------------
16
16
- Add ``_BasePCov`` class (#248)
17
17
- Add ``PCovC`` class that inherits shared functionality from ``_BasePCov`` (#248)
18
18
- Add ``PCovC`` testing suite and examples (#248)
19
19
- Modify ``PCovR`` to inherit shared functionality from ``_BasePCov_`` (#248)
20
- - Update to sklearn >= 1.6 .0 and scipy >= 1.15.0 (#239)
20
+ - Update to sklearn >= 1.7 .0 and scipy >= 1.15.0 (#239, #257 )
21
21
- Fixed moved function import from scipy and bump scipy dependency to 1.15.0 (#236)
22
22
- Fix rendering issues for `SparseKDE` and `QuickShift` (#236)
23
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 .
24
+ - Supported Python versions are now ranging from 3.9 - 3.13 .
25
25
- Updating ``skmatter.datasets`` submodule to support sklearn 1.5.0 (#229)
26
26
- Add `SparseKDE` class (#222)
27
27
- Add `QuickShift` class (#222)
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ classifiers = [
31
31
" Operating System :: MacOS :: MacOS X" ,
32
32
" Operating System :: Microsoft :: Windows" ,
33
33
" Programming Language :: Python :: 3" ,
34
- " Programming Language :: Python :: 3.9" ,
35
34
" Programming Language :: Python :: 3.10" ,
36
35
" Programming Language :: Python :: 3.11" ,
37
36
" Programming Language :: Python :: 3.12" ,
37
+ " Programming Language :: Python :: 3.13" ,
38
38
" Topic :: Scientific/Engineering" ,
39
39
]
40
40
dependencies = [
Original file line number Diff line number Diff line change 7
7
coding guidelines to promote usability and interoperability with existing workflows.
8
8
"""
9
9
10
- __version__ = "0.3.0-dev "
10
+ __version__ = "0.3.0"
You can’t perform that action at this time.
0 commit comments