Skip to content

Releases: wmayner/pyemd

1.0.0

28 Jul 18:01
1e11dc3
Compare
Choose a tag to compare
  • Use modern packaging

0.5.1

29 Jan 04:16
0.5.1
Compare
Choose a tag to compare
  • Fix issue with setup.py that prevented installation on some systems (#27).

0.5.0

22 Jan 23:25
Compare
Choose a tag to compare
  • 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

19 Jul 05:26
Compare
Choose a tag to compare

Clarify docstrings and error messages.

0.4.3

19 Jul 05:25
Compare
Choose a tag to compare

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

0.4.2

12 Jan 23:31
Compare
Choose a tag to compare

Re-add support for Python 3.3 and NumPy 1.9.

0.4.1

06 Jan 21:26
Compare
Choose a tag to compare

Python 3.2 and 3.3 are no longer officially supported.

0.4.0

06 Jan 21:08
Compare
Choose a tag to compare
  • The minimum-cost flow associated with the EMD value is now accessible with emd_with_flow.
  • Updated minimum numpy version from 0.8.0 to 1.10.0.

0.3.0

02 Jun 22:20
Compare
Choose a tag to compare
  • Add input validation.
  • Fix setup.py.

0.2.0

09 Nov 20:46
Compare
Choose a tag to compare

Expose the extra mass penalty option (defaults to -1, which means the maximum entry in the distance matrix). See the documentation for the underlying C++ library for more information.