Skip to content

Commit

Permalink
For 1.9.0 rc1 (#1044)
Browse files Browse the repository at this point in the history
* Update default version for 1.9.0-rc1 release

* Fix typos in documentation.

* Update HISTORY.rst ready for 1.9.0-rc1 release.

* Spelling correction.
  • Loading branch information
SpacemanPaul authored Aug 1, 2024
1 parent 24f3efd commit 8e095f4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
36 changes: 36 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,47 @@
History
=======

1.9.x Releases
==============

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

1.9.0-rc1 (2024-08-01)
----------------------

* Compatibility with datacube-1.9 and postgres index driver (#1009)
* Cleanup (#1012)
* ODC environment configuration (#1015)
* Postgres ranges rebuild (#1017)
* Cherry picks of bug fixes and new features from 1.8 branch (#1018, #1028, #1040)
* Test database build (#1021)
* Index driver abstraction (#1020)
* Postgis driver support (#1032)
* Prepare for 1.9.0-rc1 release (#1044)

This release includes contributions from @SpacemanPaul

1.8.x Releases
==============

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

1.8.42 (2024-08-01)
-------------------

Bug fixes and major extensions for defining custom feature info includes - refer to the documentation
for details.

* Fix dockerfile casing warning (#1035)
* Add --version argument to datacube-ows CLI entry point (#1036)
* Auto-add implicit single top-level folder to ensure strict WMS standard compliance (#1036)
* Changes to materialised view definition to prevent errors on databases with WKT CRS (#1037)
* Custom Feature Info enhancements (#1039)
* Miscellaneous cleanup and backported fixes from 1.9 branch (#1042)
* Update default version number and HISTORY.rst for release (#1043)

This release includes contributions from @SpacemanPaul and @pjonsson.

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

Expand Down
2 changes: 1 addition & 1 deletion datacube_ows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "1.8.41?"
__version__ = "1.9.0-rc1?"
4 changes: 2 additions & 2 deletions docs/cfg_styling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ In addition to the custom includes defined `at the layer level
If the GetFeatureInfo requests a style AND multiple dates, then the multi-date handler
can define additional custom feature info.

An additional dictionary is appended to the `propoerties::data` list, that already contains a dictionary
An additional dictionary is appended to the `properties::data` list, that already contains a dictionary
for each date returned by the query. The additional dictionary has ``"time": "all"`` and the fields
defined by the multi-date handler custom_includes entry.

Unlike other ``custom_include`` entries, the functions specified by the mult-date version is passed
Unlike other ``custom_include`` entries, the functions specified by the multi-date version is passed
a MULTI_DATE, single-pixel, multi-band ``xarray.Dataset``. (Note that no ODC metadata is passed.)
1 change: 1 addition & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ autoupdate
awk
aws
ba
backported
bafdcc
balancer
bb
Expand Down

0 comments on commit 8e095f4

Please sign in to comment.