Skip to content

Tags: wmayner/pyemd

Tags

1.0.0

Verified

This commit was signed with the committer’s verified signature.
wmayner William Mayner
Merge branch 'release/0.6.0' into main

0.5.1

Verified

This tag was signed with the committer’s verified signature.
wmayner William Mayner
Release v0.5.1

- Fix issue with `setup.py` that prevented installation on some systems
  (#27).

0.5.0

Release v0.5.0

- Add the `emd_samples()` function (PR #26).
- Clarify docstrings.
- Update documentation in README.
- Refactor tests.
- Explicitly support Python 3.4 and 3.5.

0.4.4

Release v0.4.4

- Clarify docstrings and error messages

0.4.3

Release v0.4.3

- Use MANIFEST.in to include files for compilation and distribution.

0.4.2

Release v0.4.2

Re-add support for Python 3.3 and NumPy >=1.9.

0.4.1

Release v0.4.1

Python 3.2 and 3.3 are no longer officially supported.

0.4.0

Release v0.4.0

API Additions
- The minimum-cost flow associated with the EMD value is now accessible with
  `emd_with_flow`.

0.3.0

Release v0.3.0

- Add input validation.
- Fix `setup.py`.

0.2.0

Release v0.2.0

- Exposed extra mass penalty option (defaults to the maximum entry in the
  distance matrix)