Skip to content

Commit

Permalink
Release 2.0.2 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilflood authored Jun 18, 2024
1 parent aa516c8 commit 514421a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/source/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

Version 2.0.2 (2024-06-19)
--------------------------

Bug Fixes
* Cope with numpy-2.0 changes in scalar handling (https://github.com/ubarsc/rios/pull/90).
* Fix the now-deprecated ImageReader class so it does not depend on the
now-deprecated ReaderInfo.setBlockDataset (https://github.com/ubarsc/rios/pull/89).
The ImageReader class should be avoided in future.

Version 2.0.1 (2024-06-12)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion rios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Used to fill in the rest of the comparison methods
from functools import total_ordering

RIOS_VERSION = '2.0.1'
RIOS_VERSION = '2.0.2'
__version__ = RIOS_VERSION


Expand Down

0 comments on commit 514421a

Please sign in to comment.