Skip to content

Commit

Permalink
RLS Version 1.4.18
Browse files Browse the repository at this point in the history
- Fix bug in Haralick features and NumPy 2 (thanks to @Czaki, see [#150](#150))
  • Loading branch information
luispedro committed Jul 17, 2024
1 parent f91e0c8 commit 2ce748d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.4.18 2024-07-18 by luispedro
* Fix bug in Haralick features and NumPy 2 (thanks to @Czaki, see #150)

Version 1.4.17 2024-07-13 by luispedro
* mahotas: fix bug triggered on Windows

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ questions.

## Recent Changes

### Version 1.4.18 (Jul 18 2024)

- Fix bug in Haralick features and NumPy 2 (thanks to @Czaki, see [#150](https://github.com/luispedro/mahotas/pull/150))

### Version 1.4.17 (Jul 13 2024)

- Fix bug that stopped mahotas from working on Windows
Expand Down
5 changes: 5 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

Version 1.4.18 (Jul 18 2024)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Fix bug in Haralick features and NumPy 2 (thanks to @Czaki, see `#150 <https://github.com/luispedro/mahotas/pull/150>`__)

Version 1.4.17 (Jul 13 2024)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fixes for Windows (actually a bona fides bug that was only triggered in a very specific case)
Expand Down
2 changes: 1 addition & 1 deletion mahotas/mahotas_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.17'
__version__ = '1.4.18'

0 comments on commit 2ce748d

Please sign in to comment.