Releases: opendatacube/odc-loader
Releases · opendatacube/odc-loader
v0.6.0rc4
What's Changed
- CI: run tests with specific Python version by @pjonsson in #30
- CI: cancel previous jobs on PR updates by @pjonsson in #31
- Fix for loading aux only bands by @Kirill888 in #32
Full Changelog: v0.6.0rc3...v0.6.0rc4
v0.6.0rc3
What's Changed
- Add
.meta
field to LoadParams classes by @Kirill888 in #28
Full Changelog: v0.6.0rc2...v0.6.0rc3
v0.6.0rc2
What's Changed
- Support zarr v3 by @nkarasiak in #26
- i.e. change pins on optional
zarr
dependencies to allow latestzarr
version
- i.e. change pins on optional
- Add optional
.driver_data
to{Raster,Aux}BandMetadata
classes by @Kirill888 in #27- fixes for JSON repr when
driver_data
doesn't handle JSON serialization (like when it's a lambda for example)
- fixes for JSON repr when
New Contributors
- @nkarasiak made their first contribution in #26
Full Changelog: v0.6.0rc1...v0.6.0rc2
v0.6.0rc1
What's Changed
- Add override annotations by @pjonsson in #11
- Add some type signatures by @pjonsson in #12
- Stop uploading to test pypi on every commit by @omad in #13
- Depend on typing-extensions by @pjonsson in #16
- Adding support for non-raster bands by @Kirill888 in #19
Full Changelog: v0.5.1...v0.6.0rc1
0.5.1 - 2025-04-03
0.5.0 - 2025-03-21
What's Changed
- maint: backport changes made in odc-stac repo by @Kirill888 in #4
- Release 0.5.0 by @Kirill888 in #5
Full Changelog: 0.4.0...0.5.0
0.4.0 - 5th February 2024
Ensure the license file is included in the packages, to fix conda-forge packaging.
0.3.0
Better release
Release with a proper version number, and include it in the package.
0.1.0 Initial release
Attempt an initial release and publish to PyPI