Skip to content

Commit

Permalink
Update CHAGELOG for v0.3.0
Browse files Browse the repository at this point in the history
better late then never
  • Loading branch information
Kirill888 committed Jun 27, 2022
1 parent 12155c7 commit 194437b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.3.0] - 2022-06-06

- No longer depend on `datacube` library
- Significantly smaller set of compulsory dependencies, easier to install/deploy
- Using `odc-geo` library instead of `datacube` for `GeoBox` and `Geometry` classes
- Can load data into rotated pixel planes ([Example](https://github.com/opendatacube/odc-stac/wiki/Generating-Rotated-Images-to-Save-Space))
- Arbitrary grouping of STAC items into pixel planes with user supplied grouping methods or group by property name
- Better handling of credentials and other GDAL state in distributed context
- credentials and GDAL environment configuration were part of the global state previously, now global state is removed, so you can access collections with different permissions from the same Dask cluster (for example mixing public and private access).
- Parallelized data loading even when not using Dask
- Progress reporting for non-Dask load with `tqdm`

## [v0.2.4] - 2022-01-19

Expand Down

0 comments on commit 194437b

Please sign in to comment.