Skip to content

Open Data Cube 1.9.0-rc10 Pre-Release (yanked)

Pre-release
Pre-release
Compare
Choose a tag to compare
@SpacemanPaul SpacemanPaul released this 25 Oct 09:30
· 1 commit to develop since this release
a410345

Open Data Cube 1.9.0 Release Candidate 10

This pre-release was bungled and has been yanked from PyPI, please see Release Candidate 11.

Key enhancements in this release candidate include:

  • bug fixes to postgis driver
  • improved handling of datasets crossing the anti-meridian
  • enhancements to the index API to support use cases from Datacube Explorer
  • psycopg2 is now an optional dependency for installation (but must be installed to connect to a postgres database)

Changes since 1.9.0-rc9:

  • Permissions management cleanup in postgis driver. (#1613)
  • Add skip_broken_datasets and dc_load_limit config options. (#1616)
  • Enable global environment variables with ODC_ALL naming convention (#1616)
  • Remove workaround for an odc-geo bug that is now fixed. (#1622)
  • Fix call to geopolygon search. (#1627)
  • Use antimeridian package to "fix" extent polygons. (#1628)
  • Record lineage when adding datasets with postgis index (#1632)
  • Update schema logic (#1634)
  • Drop valid-area check and anti-meridian fix 3857 extents (#1635)
  • Remove problematic "common_timestamp" postgresql function from postgis driver. Some internal API changes
    required to accommodate and preserve all previous index-driver level behaviour. (#1623)
  • Cherry picks from 1.8 (#1624-#1626, #1629-#1631) (#1637)
  • Updates to index APIs - add order_by to dataset search, index name attribute, product most recent change method (#1643)
  • Fix alembic migrations (#1645)
  • Make psycopg2 an optional dependency (#1648)
  • Cherry pick recent merged PRs from develop branch and update whats_new for rc10 release. (#1647)