Skip to content

Commit

Permalink
get ready for 1.4.16 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins authored Sep 27, 2023
1 parent e52cfe4 commit a62627b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions doc/source/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Release Notes
=============


Version 1.4.16 (2023-09-28)
---------------------------

Bug Fixes:
* Add missing FlushCache call when doing statistics https://github.com/ubarsc/rios/pull/66
* Suppress GDAL warning when running testsuite with recent GDAL. https://github.com/ubarsc/rios/pull/65

Improvements:
* Remove old stats caching code from readerinfo and RAT writing code from imagewriter.
These were both inherited from the original PyModeller code and are no longer
needed. https://github.com/ubarsc/rios/pull/57 and https://github.com/ubarsc/rios/pull/58
* Improvements to ReadTheDocs formating. https://github.com/ubarsc/rios/pull/59
and https://github.com/ubarsc/rios/pull/60
* Implement parallel processing with AWS Batch https://github.com/ubarsc/rios/pull/61
and https://github.com/ubarsc/rios/pull/67
* Remove vendored cloudpickle. This standalone package now must be present before
using the parallel processing functionality. https://github.com/ubarsc/rios/pull/63,
https://github.com/ubarsc/rios/pull/68 and https://github.com/ubarsc/rios/pull/69.
* Add new entry points without extensions. This should help Windows users.
https://github.com/ubarsc/rios/pull/64


Version 1.4.15 (2023-01-25)
---------------------------

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

RIOS_VERSION = '1.4.15'
RIOS_VERSION = '1.4.16'
__version__ = RIOS_VERSION


Expand Down

0 comments on commit a62627b

Please sign in to comment.