Skip to content

Commit 69baec3

Browse files
authored
get ready for 1.4.17 (#77)
1 parent 5a25204 commit 69baec3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

doc/source/releasenotes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Release Notes
22
=============
33

4+
Version 1.4.17 (2024-03-01)
5+
---------------------------
6+
7+
Bug Fixes:
8+
* Workaround for float images that are all the same value https://github.com/ubarsc/rios/pull/72
9+
10+
Improvements:
11+
* add section about command line programs in the docs https://github.com/ubarsc/rios/pull/71
12+
* Improve doc for examples of controlling reading/writing https://github.com/ubarsc/rios/pull/73
13+
* add new controls method 'setWindowSize' which allows X and Y window sizes to be set at once https://github.com/ubarsc/rios/pull/74
14+
* use GDAL's type conversion functions instead https://github.com/ubarsc/rios/pull/75
15+
416

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

rios/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Used to fill in the rest of the comparison methods
2525
from functools import total_ordering
2626

27-
RIOS_VERSION = '1.4.16'
27+
RIOS_VERSION = '1.4.17'
2828
__version__ = RIOS_VERSION
2929

3030

0 commit comments

Comments
 (0)