Skip to content

Open Data Cube 1.9.13

Latest

Choose a tag to compare

@SpacemanPaul SpacemanPaul released this 14 Jan 01:16
· 27 commits to develop since this release
e93f498

This release adds support for custom fuse functions in driver based loads.

Custom fuse functions can be set as importable strings (fully qualified Python names).
This is required for driver based loads and will be enforced for legacy loads in a future
release.

E.g.:

   dc.load(..., fuse_func="my_module.my_fuser")

is required for driver-based loads and is now preferred for legacy loads over::

   from my_module import my_fuser
   dc.load(..., fuse_func=my_fuser)

Please start to update your code and notebooks accordingly.

Notable Changes

  • Support for custom fuse functions in driver based loads.
  • Compatibility with recent releases of GDAL and rasterio.

What's Changed

Automated updates

  • build(deps): bump the actions-deps group with 2 updates by @dependabot[bot] in #2304
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2303
  • build(deps): bump the actions-deps group with 3 updates by @dependabot[bot] in #2311
  • build(deps): bump astral-sh/uv from 0.9.18 to 0.9.20 in /docker by @dependabot[bot] in #2312
  • build(deps): bump astral-sh/uv from 0.9.20 to 0.9.21 in /docker by @dependabot[bot] in #2313
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2314
  • build(deps): bump astral-sh/uv from 0.9.21 to 0.9.22 in /docker by @dependabot[bot] in #2315
  • build(deps): bump osgeo/gdal from ubuntu-full-3.10.3 to ubuntu-full-3.12.1 in /docker by @dependabot[bot] in #2301
  • build(deps): bump astral-sh/uv from 0.9.22 to 0.9.24 in /docker by @dependabot[bot] in #2319
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2320
  • build(deps): bump astral-sh/uv from 0.9.24 to 0.9.25 in /docker in #2322

Full Changelog: 1.9.12...1.9.13

The Open Data Cube Steering Council thanks and acknowledges the ongoing support of Geoscience Australia, CSIRO, and RISE.