Skip to content

Commit 3b2171f

Browse files
committed
RLS Version 1.4.17
Fix a _bona fides_ bug that was triggered on certain Windows configurations
1 parent 1a1b7f3 commit 3b2171f

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-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.17 2024-07-13 by luispedro
2+
* mahotas: fix bug triggered on Windows
3+
14
Version 1.4.16 2024-07-03 by luispedro
25
* io: Add deprecated warning for freeimage
36
* mahotas: update for NumPy 2

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.17 (Jul 13 2024)
239+
240+
- Fix bug that stopped mahotas from working on Windows
241+
238242
### Version 1.4.16 (Jul 3 2024)
239243

240244
- update for NumPy 2

docs/source/history.rst

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

5+
Version 1.4.17 (Jul 13 2024)
6+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
7+
- Fixes for Windows (actually a bona fides bug that was only triggered in a very specific case)
8+
59
Version 1.4.16 (Jul 3 2024)
610
~~~~~~~~~~~~~~~~~~~~~~~~~~~
711
- update for NumPy 2

mahotas/mahotas_version.py

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

0 commit comments

Comments
 (0)