Mahotas Versions Save

Computer Vision in Python

v1.4.14

2 months ago

Removes use of outdated C++ function

v1.4.13

1 year ago

Update for newer NumPy (version 1.22 and above).

v1.4.12

1 year ago

Updated for newer NumPy versions

v1.4.8

4 years ago

Bugfix release: fixes co-occurrence matrix computation (important for Haralick features computation), contributed by @databaaz (PR #105)

v1.4.4

6 years ago

Bugfix release: fixes Bernsen thresholding.

v1.4.3

7 years ago

Release 1.4.3

The README file changed extension (from rst to md) and this was not reflected in the MANIFEST.in file, which is used for generating the distribution file.

Release 1.4.2

Bugfix release. Full ChangeLog:

  • Fix resize_to return exactly the requested size
  • Fix hard crash when computing texture on arrays with negative values (issue #72)
  • Added distance argument to haralick features (pull request #76, by Guillaume Lemaitre)