Skip to content

v0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 15:36
6d7a3f8

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 and QuickShift (#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 and QuickShift
    (#222)
  • Add H2O-BLYP-Piglet dataset (#222)
  • Add two distance metrics that support the periodic boundry condition,
    periodic_pairwise_euclidean_distances and pairwise_mahalanobis_distances (#222)

New Contributors

Full Changelog: v0.2.0...v0.3