Releases: opendatacube/datacube-ows
Releases · opendatacube/datacube-ows
OWS Release 1.8.13
Datacube OWS 1.8.12 release
Release 1.8.11
OWS release 1.8.10
Mostly a bugfix release.
- plot_image functions added to styling API (e.g. for use in notebooks). (#619)
- Pass
$AWS_S3_ENDPOINT
through from calling environment to docker. (#622) - Add dive for monitoring container size and contents (#626)
- Suppress confusing error messages when update_ranges is first run (#629)
- Bug fix (#620, #621,#623)
- Documentation corrections and enhancements. (#624,#625,#627,#630)
- Increment default version number to 1.8.10 (#631)
OWS Release 1.8.9
New features:
- Optional separation of metadata from configuration and internationalisation (#587, #608, #609).
- Docker containers now run on Python 3.8 (#592, #598, #599, #602, #603, #604, #605, #606, #610, #612, #614).
- Bulk processing capabilities in Styling API (#595).
- Ability to load json config from S3 (disabled by default - enable with environment variable). (#591, #601)
- Misc bug-fixes and documentation updates (#611, #616, #617)
Repository Maintenance and Administrivia:
- Reduce redundant processing in Github Actions (#594).
- Add license headers and code-of-conduct. Improve documentation to meet OSGeo project requirements (#593)
- Make
ows_cfg_example.py
(more) valid. (#600) - Increment version number (#618)
WARNING: Backwards incompatible change:
- The old
datacube-ows-cfg-parse
CLI tool has been replaced by thecheck
sub-command of the new, more general purposedatacube-ows-cfg
CLI tool.
OWS Release 1.8.8
Datacube OWS Release 1.8.7
*Includes support for user-defined band math (for colour ramp styles with matplotlib colour ramps). This is an experimental non-standard WMS extension that extends the WMS GetCapabilities document in the standard manner. The output validates against an XSD which is a valid extension of the WMS GetCapabilities schema. Backwards compatible extensions to GetMap allow the feature to be called by client software (#562, #563).
- If all goes to plan this will be the first OWS release automatically pushed to PyPI (#560, #568, #369, #570, #571, #572, #573, #574, #575, #576).
- Multi-product masking bug fix (#567). This was a serious bug affecting most multi-product masking use cases.
- Documentation updates (#561, #564)
- Version number increment to 1.8.7 (#577)