Skip to content

Tags: cvxgrp/pymde

Tags

v0.1.18

v0.1.18

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

v0.1.17

v0.1.17

Build arm64 wheel; better build isolation to improve installation
on M1 macs specifically.

v0.1.16

v0.1.16

Fix for SVD computation

v0.1.15

version 0.1.15

v0.1.14

v0.1.14

Bug fix: fix `preserve_neighbors` on GPU (PR #46, @frederikschubert)

v0.1.13

v0.1.13

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.

v0.1.11

v0.1.11

Includes new dataset and example (word embedding)