Skip to content

Commit

Permalink
Prep for 1.8.41 release. (#1034)
Browse files Browse the repository at this point in the history
* Prep for 1.8.41 release.

* Add this PR to HISTORY.rst
  • Loading branch information
SpacemanPaul authored Jul 16, 2024
1 parent 41daa21 commit 6c75bb2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ History

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

1.8.41 (2024-07-16)
-------------------

New Feature! Multi-date handler aggregator functions for colour-ramp type styles can now receive
either the results of the index function, or the raw band data by setting a config option. (Previously
they always received the results of the index function.)

* Improved error messages when creating extents without materialised views (#1016)
* Several minor bug-fixes and improved error handling in WCS code (#1027)
* Automated updates (#1022)
* Allow multi-date handler aggregator functions to receive raw data (#1033)
* Update HISTORY.rst and increment default version for release (#1034)

This release includes contributions from @SpacemanPaul and @whatnick

1.8.40 (2024-04-29)
-------------------

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.40?"
__version__ = "1.8.41?"

0 comments on commit 6c75bb2

Please sign in to comment.