File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1038,12 +1038,6 @@ def apply_dimension(
1038
1038
the dimension labels will be incrementing integers starting from zero, which can be changed using
1039
1039
rename_labels afterwards. The number of labels will equal to the number of values computed by the process.
1040
1040
1041
- .. note::
1042
- .. versionchanged:: 0.13.0
1043
- arguments ``code``, ``runtime`` and ``version`` are deprecated if favor of the standard approach
1044
- of using an :py:class:`UDF <openeo.rest._datacube.UDF>` object in the ``process`` argument.
1045
- See :ref:`old_udf_api` for more background about the changes.
1046
-
1047
1041
:param code: [**deprecated**] UDF code or process identifier (optional)
1048
1042
:param runtime: [**deprecated**] UDF runtime to use (optional)
1049
1043
:param process: the "child callback":
@@ -1070,6 +1064,12 @@ def apply_dimension(
1070
1064
1071
1065
:return: A datacube with the UDF applied to the given dimension.
1072
1066
:raises: DimensionNotAvailable
1067
+
1068
+ .. versionchanged:: 0.13.0
1069
+ arguments ``code``, ``runtime`` and ``version`` are deprecated if favor of the standard approach
1070
+ of using an :py:class:`UDF <openeo.rest._datacube.UDF>` object in the ``process`` argument.
1071
+ See :ref:`old_udf_api` for more background about the changes.
1072
+
1073
1073
"""
1074
1074
# TODO #137 #181 #312 remove support for code/runtime/version
1075
1075
if runtime or (isinstance (code , str ) and "\n " in code ):
You can’t perform that action at this time.
0 commit comments