Skip to content

Commit

Permalink
Bump version to 0.88.0 for removal of "file:nodata" Open-EO/openeo-ge…
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Feb 21, 2024
1 parent 919a4ac commit dfc4a2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,20 @@ and start a new "In Progress" section above it.

## In progress

## 0.88.0

- job metadata: remove un-official "file:nodata" field ([Open-EO/openeo-geopyspark-driver#588](https://github.com/Open-EO/openeo-geopyspark-driver/issues/588))

## 0.86.0

- Eliminate need to subclass `ConfigGetter`

## 0.85.0
- Expose mapping of job status to partial job status (https://github.com/Open-EO/openeo-geopyspark-driver/issues/644)
- Expose mapping of job status to partial job status ([Open-EO/openeo-geopyspark-driver#644](https://github.com/Open-EO/openeo-geopyspark-driver/issues/644))

## 0.84.0

- Support GeoParquet output format for `aggregate_spatial` (https://github.com/Open-EO/openeo-geopyspark-driver/issues/623)
- Support GeoParquet output format for `aggregate_spatial` ([Open-EO/openeo-geopyspark-driver#623](https://github.com/Open-EO/openeo-geopyspark-driver/issues/623))

## 0.83.0

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

0 comments on commit dfc4a2c

Please sign in to comment.