Skip to content

Releases: LuisScoccola/persistable

Persistable 0.5.3

23 Jul 20:42
Compare
Choose a tag to compare

Expose a filtered graph class for persistence-based clustering independently of persistable's choices.

Persistable 0.5.2

17 Jun 22:08
Compare
Choose a tag to compare

Pin numpy version to be strictly less than 2 for now to address incompatibilities with cython.

Persistable 0.5.1

22 Sep 15:57
Compare
Choose a tag to compare

Bump sklearn dependency version.

Persistable 0.5.0

21 Jul 17:40
Compare
Choose a tag to compare
  • Save session feature to export and import parameters set with the UI.
  • Small changes to interface: flattening style and inline app.
  • Remove jupyter_dash dependency and rely on dash 2.11 instead.

Persistable 0.4.6

19 Jul 16:37
Compare
Choose a tag to compare

Pin cython version to be strictly less than 3 for now to address incompatibilities with cython 3.

Persistable 0.4.5

02 Jul 18:45
Compare
Choose a tag to compare

Fix incompatibility with scikit-learn 1.3.0.

Persistable 0.4.4

29 Mar 20:24
fd46435
Compare
Choose a tag to compare

Fix incompatibility with latest dash release (2.9.2).

Persistable 0.4.3

27 Mar 13:47
30860d4
Compare
Choose a tag to compare

Set flattening with fewer clustered points as default. The current implementation of the clustering resulting in more clustered points is also more unstable, so it won't be the default until that is addressed.

Persistable 0.4.2

08 Mar 11:47
Compare
Choose a tag to compare
  • Add parameter selection option using a single line and a persistence diagram.

  • Add subsampling feature.

  • Add non-conservative flattening procedure, which results in many fewer unclustered points.

  • Various performance improvements.

Persistable 0.4.0

03 Mar 19:33
4bea5e0
Compare
Choose a tag to compare
  • Fix issues pointed out by JOSS reviewers.

  • Automatically publish to pypi on new release.