Skip to content

Commit 2ce748d

Browse files
committed
RLS Version 1.4.18
- Fix bug in Haralick features and NumPy 2 (thanks to @Czaki, see [#150](#150))
1 parent f91e0c8 commit 2ce748d

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.4.18 2024-07-18 by luispedro
2+
* Fix bug in Haralick features and NumPy 2 (thanks to @Czaki, see #150)
3+
14
Version 1.4.17 2024-07-13 by luispedro
25
* mahotas: fix bug triggered on Windows
36

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ questions.
235235

236236
## Recent Changes
237237

238+
### Version 1.4.18 (Jul 18 2024)
239+
240+
- Fix bug in Haralick features and NumPy 2 (thanks to @Czaki, see [#150](https://github.com/luispedro/mahotas/pull/150))
241+
238242
### Version 1.4.17 (Jul 13 2024)
239243

240244
- Fix bug that stopped mahotas from working on Windows

docs/source/history.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
Version 1.4.18 (Jul 18 2024)
6+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7+
8+
Fix bug in Haralick features and NumPy 2 (thanks to @Czaki, see `#150 <https://github.com/luispedro/mahotas/pull/150>`__)
9+
510
Version 1.4.17 (Jul 13 2024)
611
~~~~~~~~~~~~~~~~~~~~~~~~~~~
712
- Fixes for Windows (actually a bona fides bug that was only triggered in a very specific case)

mahotas/mahotas_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.17'
1+
__version__ = '1.4.18'

0 commit comments

Comments
 (0)