We are happy for our new release of scikit-matter after almost two years 🥳!
What's Changed
- Add
_BasePCov
class (#248) - Add
PCovC
class that inherits shared functionality from_BasePCov
(#248) - Add
PCovC
testing suite and examples (#248) - Modify
PCovR
to inherit shared functionality from_BasePCov_
(#248) - Update to sklearn >= 1.7.0 and scipy >= 1.15.0 (#239, #257)
- Fixed moved function import from scipy and bump scipy dependency to 1.15.0 (#236)
- Fix rendering issues for
SparseKDE
andQuickShift
(#236) - Updating
FPS
to allow a numpy array of ints as an initialize parameter (#145) - Supported Python versions are now ranging from 3.9 - 3.13.
- Updating
skmatter.datasets
submodule to support sklearn 1.5.0 (#229) - Add
SparseKDE
class (#222) - Add
QuickShift
class (#222) - Add an example on how to conduct PAMM algorithm with
SparseKDE
andQuickShift
(#222) - Add H2O-BLYP-Piglet dataset (#222)
- Add two distance metrics that support the periodic boundry condition,
periodic_pairwise_euclidean_distances
andpairwise_mahalanobis_distances
(#222)
New Contributors
- @GardevoirX made their first contribution in #232
- @AtharvaRai07 made their first contribution in #249
Full Changelog: v0.2.0...v0.3