v0.3
We are happy for our new release of scikit-matter after almost two years 🥳!
What's Changed
- Add
_BasePCovclass (#248) - Add
PCovCclass that inherits shared functionality from_BasePCov(#248) - Add
PCovCtesting suite and examples (#248) - Modify
PCovRto 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
SparseKDEandQuickShift(#236) - Updating
FPSto allow a numpy array of ints as an initialize parameter (#145) - Supported Python versions are now ranging from 3.9 - 3.13.
- Updating
skmatter.datasetssubmodule to support sklearn 1.5.0 (#229) - Add
SparseKDEclass (#222) - Add
QuickShiftclass (#222) - Add an example on how to conduct PAMM algorithm with
SparseKDEandQuickShift
(#222) - Add H2O-BLYP-Piglet dataset (#222)
- Add two distance metrics that support the periodic boundry condition,
periodic_pairwise_euclidean_distancesandpairwise_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