This is the first release datacube-core, as part of the Open Data Cube community.
- Updated the Postgres product views to include the whole dataset metadata
document.
- `datacube system init` now recreates the product views by default every
time it is run, and now supports Postgres 9.6.
- URI searches are now better supported from the command line: `datacube dataset search uri = file:///some/uri/here`
- `datacube user` now supports a user description (via `--description`)
when creating a user, and delete accepts multiple user arguments.
- Platform-specific (Landsat) fields have been removed from the default ``eo``
metadata type in order to keep it minimal. Users & products can still add
their own metadata types to use additional fields.
- Dataset locations can now be archived, not just deleted.
This release now enforces the uri index changes to be applied: it will prompt
you to rerun `init` as an administrator to update your existing cubes:
`datacube -v system init` (this command can be run without affecting
read-only users, but will briefly pause writes)