Skip to content

Commit

Permalink
RLS Version 1.4.16
Browse files Browse the repository at this point in the history
Big change is support for NumPy 2.0

Also, adds a deprecation warning for use of the FreeImage functionality

closes #148
  • Loading branch information
luispedro committed Jul 3, 2024
1 parent 5e75706 commit a5f1b63
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
Version 1.4.16 2024-07-03 by luispedro
* io: Add deprecated warning for freeimage
* mahotas: update for NumPy 2

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

## Recent Changes

### Version 1.4.16 (Jul 3 2024)

- update for NumPy 2
- Add deprecated warning for freeimage


### Version 1.4.15 (Mar 24 2024)

- Update build system (thanks to @Czaki, see #147)
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.16 (Jul 3 2024)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- update for NumPy 2
- Add deprecated warning for freeimage

Version 1.4.15 (Mar 24 2024)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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.15'
__version__ = '1.4.16'

0 comments on commit a5f1b63

Please sign in to comment.