File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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+
14Version 1.4.17 2024-07-13 by luispedro
25 * mahotas: fix bug triggered on Windows
36
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22History
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+
510Version 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)
Original file line number Diff line number Diff line change 1- __version__ = '1.4.17 '
1+ __version__ = '1.4.18 '
You can’t perform that action at this time.
0 commit comments