forked from Open-EO/openeo-processes-dask
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update openeo-processes * bump 2023.9.1 * bump 2023.9.0 * bump 2023.9.0
- Loading branch information
1 parent
2c72406
commit 7ddf6c2
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule openeo-processes
updated
3 files
+20 −23 | fit_curve.json | |
+1 −6 | predict_curve.json | |
+145 −0 | resample_spatial.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openeo-processes-dask" | ||
version = "2023.9.0" | ||
version = "2023.9.1" | ||
description = "Python implementations of many OpenEO processes, dask-friendly by default." | ||
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>"] | ||
maintainers = ["EODC Staff <[email protected]>"] | ||
|