Skip to content

Commit 873c5f2

Browse files
authored
Merge pull request #797 from opendatacube/for_1_8_26
Increment default version number.
2 parents 93e0163 + 9bf1d0a commit 873c5f2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ History
77

88
Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.
99

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+
1021
1.8.25 (2022-01-19)
1122
-------------------
1223
Bug fix release.

datacube_ows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
try:
77
from ._version import version as __version__
88
except ImportError:
9-
__version__ = "1.8.25+?"
9+
__version__ = "1.8.26+?"

0 commit comments

Comments
 (0)