Skip to content

Commit

Permalink
RLS Version 1.4.14
Browse files Browse the repository at this point in the history
Removes deprecated C++
  • Loading branch information
luispedro committed Mar 23, 2024
1 parent 5a9771a commit 06305da
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,4 +1,4 @@
Version 1.4.14 2024-03-22 by luispedro
Version 1.4.14 2024-03-24 by luispedro
* Update for C++17 (remove use of std::random_shuffle)

Version 1.4.13 2022-06-28 by luispedro
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -235,6 +235,11 @@ questions.

## Recent Changes

### Version 1.4.14 (Mar 24 2024)

- Fix code for C++17 (issue #146)


### Version 1.4.13 (Jun 28 2022)

- Fix freeimage testing (and make freeimage loading more robust, see #129)
Expand Down
5 changes: 5 additions & 0 deletions docs/source/history.rst
Expand Up @@ -2,6 +2,11 @@
History
=======

Version 1.4.14 (Mar 24 2024)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Fix code for C++17 (issue #146)

Version 1.4.13 (Jun 28 2022)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion mahotas/mahotas_version.py
@@ -1 +1 @@
__version__ = '1.4.13'
__version__ = '1.4.14'

0 comments on commit 06305da

Please sign in to comment.