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:
1111
1212.. inclusion-marker-changelog-start
1313
14- 0.3.0 (XXXX/XX/XX )
14+ 0.3.0 (2025/06/12 )
1515------------------
1616- Add ``_BasePCov`` class (#248)
1717- Add ``PCovC`` class that inherits shared functionality from ``_BasePCov`` (#248)
1818- Add ``PCovC`` testing suite and examples (#248)
1919- 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 )
2121- Fixed moved function import from scipy and bump scipy dependency to 1.15.0 (#236)
2222- Fix rendering issues for `SparseKDE` and `QuickShift` (#236)
2323- 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 .
2525- Updating ``skmatter.datasets`` submodule to support sklearn 1.5.0 (#229)
2626- Add `SparseKDE` class (#222)
2727- Add `QuickShift` class (#222)
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ classifiers = [
3131 " Operating System :: MacOS :: MacOS X" ,
3232 " Operating System :: Microsoft :: Windows" ,
3333 " Programming Language :: Python :: 3" ,
34- " Programming Language :: Python :: 3.9" ,
3534 " Programming Language :: Python :: 3.10" ,
3635 " Programming Language :: Python :: 3.11" ,
3736 " Programming Language :: Python :: 3.12" ,
37+ " Programming Language :: Python :: 3.13" ,
3838 " Topic :: Scientific/Engineering" ,
3939]
4040dependencies = [
Original file line number Diff line number Diff line change 77coding guidelines to promote usability and interoperability with existing workflows.
88"""
99
10- __version__ = "0.3.0-dev "
10+ __version__ = "0.3.0"
You can’t perform that action at this time.
0 commit comments