Skip to content

Commit

Permalink
Merge pull request #797 from opendatacube/for_1_8_26
Browse files Browse the repository at this point in the history
Increment default version number.
  • Loading branch information
SpacemanPaul authored Jan 30, 2022
2 parents 93e0163 + 9bf1d0a commit 873c5f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ History

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

1.8.26 (2022-01-31)
-------------------

Optimisation release. Performance improvements to colour-map style rendering algorithm.
For large, complex value_map rule sets the improvement is dramatic (e.g. DEA LCCS level4 style,
which contains over 100 rules, rendering speed is increased by 70-80%).

* Minor improvements to unit and docker testing (#792, #793)
* Optimisation of colour-map style rendering algorithm (#795)
* Increment default version number and update HISTORY.rst (#797)

1.8.25 (2022-01-19)
-------------------
Bug fix release.
Expand Down
2 changes: 1 addition & 1 deletion datacube_ows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "1.8.25+?"
__version__ = "1.8.26+?"

0 comments on commit 873c5f2

Please sign in to comment.