File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.
9
9
10
+ 1.8.31 (2022-10-24)
11
+ -------------------
12
+
13
+ Full list of changes:
14
+
15
+ * Added pre_scaled_norm_diff to band_utils.py, allowing calculation of normalised difference calculations on
16
+ data that is scaled with an offset. (#881)
17
+ * Add support for url patching - allowing OWS to serve data from commercial data repositories that use
18
+ uri signing for authentication (e.g. Microsoft Planetary Computer) (#883)
19
+ * Further refinements to Sentry logging. (#884)
20
+ * Improve interoperability with Jupyter Notebooks. (#886)
21
+ * Allow band alises for Flag Bands taken from main product(s). (#887)
22
+ * Add new metadata type to MV definitions, to support DEA Sentinel-2 Collection 3. (#888)
23
+ * Add support for html info_format for GetFeatureInfo queries in WMS and WMTS - may improve ArcGIS
24
+ compatibility. (#889)
25
+ * Updates to HISTORY.rst, README.rst and default version string for release (#890)
26
+
27
+ Contributions from @pindge, @rtaib and @SpacemanPaul.
28
+
10
29
1.8.30 (2022-10-11)
11
30
-------------------
12
31
Original file line number Diff line number Diff line change 6
6
try :
7
7
from ._version import version as __version__
8
8
except ImportError :
9
- __version__ = "1.8.30 +?"
9
+ __version__ = "1.8.31 +?"
You can’t perform that action at this time.
0 commit comments