Skip to content

Commit 6d7a3f8

Browse files
authored
release v0.3 (#258)
1 parent b18991a commit 6d7a3f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]
4040
dependencies = [

src/skmatter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
coding guidelines to promote usability and interoperability with existing workflows.
88
"""
99

10-
__version__ = "0.3.0-dev"
10+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)