Skip to content

Commit

Permalink
Specs 2024.8.0 (#264)
Browse files Browse the repository at this point in the history
* update openeo-processes

* bump 2023.9.1

* bump 2023.9.0

* update specs to add ddmc

* update imports
  • Loading branch information
ValentinaHutter authored Aug 12, 2024
1 parent f3cd4dd commit 4390df5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions openeo_processes_dask/process_implementations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from .arrays import *
from .comparison import *
from .cubes import *
from .cubes.ddmc import *
from .inspect import *
from .logic import *
from .math import *
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from ._filter import *
from .aggregate import *
from .apply import *
from .ddmc import *
from .general import *
from .indices import *
from .load import *
Expand Down
2 changes: 1 addition & 1 deletion openeo_processes_dask/specs/openeo-processes
Submodule openeo-processes updated 1 files
+140 −0 ddmc.json
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-processes-dask"
version = "2024.7.0"
version = "2024.8.0"
description = "Python implementations of many OpenEO processes, dask-friendly by default."
authors = ["Lukas Weidenholzer <lukas.weidenholzer@eodc.eu>", "Sean Hoyal <sean.hoyal@eodc.eu>", "Valentina Hutter <valentina.hutter@eodc.eu>"]
maintainers = ["EODC Staff <support@eodc.eu>"]
Expand Down

0 comments on commit 4390df5

Please sign in to comment.