Skip to content

Commit 4390df5

Browse files
Specs 2024.8.0 (#264)
* update openeo-processes * bump 2023.9.1 * bump 2023.9.0 * update specs to add ddmc * update imports
1 parent f3cd4dd commit 4390df5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

openeo_processes_dask/process_implementations/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from .arrays import *
66
from .comparison import *
77
from .cubes import *
8+
from .cubes.ddmc import *
89
from .inspect import *
910
from .logic import *
1011
from .math import *

openeo_processes_dask/process_implementations/cubes/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from ._filter import *
22
from .aggregate import *
33
from .apply import *
4-
from .ddmc import *
54
from .general import *
65
from .indices import *
76
from .load import *

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openeo-processes-dask"
3-
version = "2024.7.0"
3+
version = "2024.8.0"
44
description = "Python implementations of many OpenEO processes, dask-friendly by default."
55
authors = ["Lukas Weidenholzer <lukas.weidenholzer@eodc.eu>", "Sean Hoyal <sean.hoyal@eodc.eu>", "Valentina Hutter <valentina.hutter@eodc.eu>"]
66
maintainers = ["EODC Staff <support@eodc.eu>"]

0 commit comments

Comments
 (0)