Skip to content

Releases: cvxgrp/pymde

v0.1.18

21 Nov 17:34
Compare
Choose a tag to compare

This release includes fixes to make pymde.plot code compatibile with
newer versions of matplotlib.

v0.1.17

18 Nov 20:32
Compare
Choose a tag to compare

Make installation on Apple Silicon easier.

Build arm64 wheels, and better build isolation.

v0.1.16

17 Nov 23:53
Compare
Choose a tag to compare

Fix related to SVD computation, used when the standardization constraint is used.

v0.1.13

06 Oct 16:44
Compare
Choose a tag to compare

Adds a function pymde.seed() for controlling randomness.

PyMDE's internal random state can be set by passing an integer seed
to this function (e.g., pymde.seed(0)). This is useful when
exact reproducibility is required.

See https://pymde.org/getting_started/index.html#reproducibility

v0.1.12

21 Jun 17:21
Compare
Choose a tag to compare
  • addresses some deprecation warnings raised when using torch 1.9.0
  • includes some plotting fixes