Skip to content

Releases: apduncan/cvanmf

v0.3.1

10 Sep 09:26
Compare
Choose a tag to compare

Minor fixes

  • Use online kneed
  • Sort stability rank selection values by rank during rank suggestion

v0.3.0

05 Sep 16:23
Compare
Choose a tag to compare

Adds the ability to look at 'signature stability' across random initialisations.

What's Changed

  • feat(stability): add methods to show stability of signatures by @apduncan in #10

Full Changelog: v0.2.0...v0.3.0

v0.2.0

30 Aug 14:39
Compare
Choose a tag to compare

This includes many bugfixes and changes, the main ones of which are:

  • Support user specified Gabriel holdout patterns, not just 3x3
  • Automated elbow point detection for bicrossvalidation
  • Replaced patchworklib with Marsilea for plot_relative_weight
  • Refactored bicrossvalidation shuffling to be a generator, to avoid all shuffles having to be held in memory for large inputs
  • Fixed loading decompositions from gzip
  • Added cophenetic correlation and dispersion as methods to select rank

v0.1.0

18 Jul 16:01
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial pre-release for cva-nmf, just prior to automating versioning.