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
+
1
4
Version 1.4.17 2024-07-13 by luispedro
2
5
* mahotas: fix bug triggered on Windows
3
6
Original file line number Diff line number Diff line change @@ -235,6 +235,10 @@ questions.
235
235
236
236
## Recent Changes
237
237
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
+
238
242
### Version 1.4.17 (Jul 13 2024)
239
243
240
244
- Fix bug that stopped mahotas from working on Windows
Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
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
+
5
10
Version 1.4.17 (Jul 13 2024)
6
11
~~~~~~~~~~~~~~~~~~~~~~~~~~~
7
12
- 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