File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.
9
9
10
+ 1.8.26 (2022-01-31)
11
+ -------------------
12
+
13
+ Optimisation release. Performance improvements to colour-map style rendering algorithm.
14
+ For large, complex value_map rule sets the improvement is dramatic (e.g. DEA LCCS level4 style,
15
+ which contains over 100 rules, rendering speed is increased by 70-80%).
16
+
17
+ * Minor improvements to unit and docker testing (#792, #793)
18
+ * Optimisation of colour-map style rendering algorithm (#795)
19
+ * Increment default version number and update HISTORY.rst (#797)
20
+
10
21
1.8.25 (2022-01-19)
11
22
-------------------
12
23
Bug fix release.
Original file line number Diff line number Diff line change 6
6
try :
7
7
from ._version import version as __version__
8
8
except ImportError :
9
- __version__ = "1.8.25 +?"
9
+ __version__ = "1.8.26 +?"
You can’t perform that action at this time.
0 commit comments