Skip to content

Releases: luispedro/mahotas

Version 1.4.14

23 Mar 23:45
Compare
Choose a tag to compare

Removes use of outdated C++ function

Version 1.4.13

28 Jun 14:25
Compare
Choose a tag to compare

Update for newer NumPy (version 1.22 and above).

Version 1.4.12

27 Jun 20:48
v1.4.12
Compare
Choose a tag to compare

Updated for newer NumPy versions

Version 1.4.8

10 Oct 18:17
v1.4.8
Compare
Choose a tag to compare

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

1.4.4

05 Nov 15:33
v1.4.4
Compare
Choose a tag to compare

Bugfix release: fixes Bernsen thresholding.

Version 1.4.3

04 Oct 10:26
v1.4.3
Compare
Choose a tag to compare

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)