Skip to content

Commit 5c097af

Browse files
committed
remove "experimental" warning from collection_property
1 parent 6c20d39 commit 5c097af

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

openeo/rest/graph_building.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ class CollectionProperty(_FromNodeMixin):
2020
2121
.. warning:: This class should not be used directly by end user code.
2222
Use the :py:func:`~openeo.rest.graph_building.collection_property` factory instead.
23-
24-
.. warning:: this is an experimental feature, naming might change.
2523
"""
2624

2725
def __init__(self, name: str, _builder: Optional[ProcessBuilder] = None):
@@ -106,8 +104,6 @@ def collection_property(name: str) -> CollectionProperty:
106104
.. seealso::
107105
:ref:`collection_property_helper`
108106
109-
.. warning:: this is an experimental feature, naming might change.
110-
111107
.. versionadded:: 0.26.0
112108
113109
.. versionchanged:: 0.49.0

0 commit comments

Comments
 (0)