Skip to content

Commit

Permalink
adapt version and CHANGELOG #424
Browse files Browse the repository at this point in the history
  • Loading branch information
bossie committed Jul 18, 2024
1 parent 43a005e commit 01648d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ without compromising stable operations.

## Unreleased

## 0.39.0

- Correctly apply the method parameter in resample_spatial and resample_cube_spatial, when downsampling to lower resolution, and the sampling is not applied at load time. ([Open-EO/openeo-geotrellis-extensions#303](https://github.com/Open-EO/openeo-geotrellis-extensions/issues/303))
- Use band names as column name in GeoParquet output ([#723](https://github.com/Open-EO/openeo-geopyspark-driver/issues/723))
- Prevent nightly cleaner from failing a job tracker run ([eu-cdse/openeo-cdse-infra#166](https://github.com/eu-cdse/openeo-cdse-infra/issues/166))
- Sentinelhub collections handle non zero nodata better ([openeo-geotrellis-extensions#300](https://github.com/Open-EO/openeo-geotrellis-extensions/issues/300))
- Support `allow_empty_cubes` job option ([#649](https://github.com/Open-EO/openeo-geopyspark-driver/issues/649))
- Cross-backend jobs: support running main job on backends that lack `async_task` infrastructure. ([#786](https://github.com/Open-EO/openeo-geopyspark-driver/issues/786))
- Support `save_result` processes in arbitrary subtrees in the process graph i.e. those not necessarily contributing to the final result ([#424](https://github.com/Open-EO/openeo-geopyspark-driver/issues/424))

## 0.38.6

Expand Down
2 changes: 1 addition & 1 deletion openeogeotrellis/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.38.6a1"
__version__ = "0.39.0a1"

0 comments on commit 01648d4

Please sign in to comment.