Skip to content

Commit 034f2bc

Browse files
Mark alpha scale properties endpoints as deprecated
Co-Authored-By: Jacob Sznajdman <breakanalysis@gmail.com>
1 parent 08994ed commit 034f2bc

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

doc/sphinx/source/algorithms.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,20 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g
227227
228228
Returns an estimation of the memory consumption for that procedure.
229229

230+
.. py:function:: gds.alpha.scaleProperties.mutate(G: Graph, **config: Any) -> Series[Any]
231+
232+
Scale node properties
233+
234+
.. deprecated:: 2.4.0
235+
Since GDS server version 2.4.0 you should use the endpoint :func:`gds.scaleProperties.mutate` instead.
236+
237+
.. py:function:: gds.alpha.scaleProperties.stream(G: Graph, **config: Any) -> DataFrame
238+
239+
Scale node properties
240+
241+
.. deprecated:: 2.4.0
242+
Since GDS server version 2.4.0 you should use the endpoint :func:`gds.scaleProperties.stream` instead.
243+
230244
.. py:function:: gds.alpha.scc.stream(G: Graph, **config: Any) -> DataFrame
231245
232246
The SCC algorithm finds sets of connected nodes in an directed graph,

doc/sphinx/source/ml.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g
1717
1818
Creates a node regression training pipeline in the pipeline catalog.
1919

20-
.. py:function:: gds.alpha.scaleProperties.mutate(G: Graph, **config: Any) -> Series[Any]
21-
22-
Scale node properties
23-
24-
.. py:function:: gds.alpha.scaleProperties.stream(G: Graph, **config: Any) -> DataFrame
25-
26-
Scale node properties
27-
2820
.. py:function:: gds.beta.graphSage.mutate(G: Graph, **config: Any) -> Series[Any]
2921
3022
The GraphSage algorithm inductively computes embeddings for nodes based on a their features and neighborhoods.

0 commit comments

Comments
 (0)