File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
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
+
4
16
5
17
Version 1.4.16 (2023-09-28)
6
18
---------------------------
Original file line number Diff line number Diff line change 24
24
# Used to fill in the rest of the comparison methods
25
25
from functools import total_ordering
26
26
27
- RIOS_VERSION = '1.4.16 '
27
+ RIOS_VERSION = '1.4.17 '
28
28
__version__ = RIOS_VERSION
29
29
30
30
You can’t perform that action at this time.
0 commit comments