From 8e095f49f8406d09b1fabd5ea4af1d3c5608f6f1 Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Thu, 1 Aug 2024 15:09:03 +1000 Subject: [PATCH] For 1.9.0 rc1 (#1044) * 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. --- HISTORY.rst | 36 ++++++++++++++++++++++++++++++++++++ datacube_ows/__init__.py | 2 +- docs/cfg_styling.rst | 4 ++-- wordlist.txt | 1 + 4 files changed, 40 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7b14cc5b2..bed5f58bf 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ------------------- diff --git a/datacube_ows/__init__.py b/datacube_ows/__init__.py index 4c5fb04cf..9cc4fed8e 100644 --- a/datacube_ows/__init__.py +++ b/datacube_ows/__init__.py @@ -7,4 +7,4 @@ try: from ._version import version as __version__ except ImportError: - __version__ = "1.8.41?" + __version__ = "1.9.0-rc1?" diff --git a/docs/cfg_styling.rst b/docs/cfg_styling.rst index 5f705b022..0ba6f622b 100644 --- a/docs/cfg_styling.rst +++ b/docs/cfg_styling.rst @@ -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.) diff --git a/wordlist.txt b/wordlist.txt index 85416d0dc..08ac4bec9 100644 --- a/wordlist.txt +++ b/wordlist.txt @@ -43,6 +43,7 @@ autoupdate awk aws ba +backported bafdcc balancer bb