Skip to content

STNMF version 1.1.0

Latest
Compare
Choose a tag to compare
@szapp szapp released this 25 Sep 16:06

See README.md or Read the Docs for installation instructions and examples.

Changes

Fix incompatibility with newer numpy versions due to breaking changes in numpy>=2.

  • Replace numpy.ndarray.ptp with numpy.ptp.
  • Explicitly cast numpy integer to Python integer to avoid overflow.

Full Changelog: v1.0.0...v1.1.0