From 194437b0ac12b55cf5e97cd592029c8f52ad8d04 Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Tue, 28 Jun 2022 08:31:44 +1000 Subject: [PATCH] Update CHAGELOG for v0.3.0 better late then never --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 391dc8b..9ab419e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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