AIMSim v2.2.0
AIMSim Minor Release 2.2.0
A new pypi-only, developer-friendly version of aimsim called aimsim_core has been released, which follows the same version numbers as aimsim but does not include the visualization capabilities. This makes it easier to re-use the core functions for distance metrics and featurization.
This minor release also removes support for clustering via kmedoids because the underlying package that supports it has been abandoned and is no longer compatible with Python 3.12
What's Changed
- Build a minimal dependency, core-only package by @JacksonBurns in #268
- Drop k-medioids Clustering by @JacksonBurns in #269
Full Changelog: v2.1.3...v2.2.0