File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 - ` from_gds `
88 - Drop parameters size_property, node_radius_min_max. ` Use VG.resize_nodes(property=...) ` instead
99 - rename additional_node_properties to node_properties
10- - Dont derive fields from properties. Use ` VG.map_properties_to_fields ` instead
10+ - Don't derive fields from properties. Use ` VG.map_properties_to_fields ` instead
1111 - ` from_pandas `
1212 - Drop ` node_radius_min_max ` parameter. ` VG.resize_nodes(...) ` instead
1313
2525
2626- Validate fields of a node and relationship not only at construction but also on assignment.
2727- Allow resizing per node property such as ` VG.resize_nodes(property="score") ` .
28- - Color nodes by label in ` fom_gds ` .
28+ - Color nodes by label in ` from_gds ` .
29+ - Add ` table ` property to nodes and relationships created by ` from_snowflake ` . This is used as a default caption.
2930
3031## Other changes
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Example
114114
115115In this small example, we import a graph projection from the GDS library, that has the node properties "pagerank" and
116116"componentId".
117- We use the "pagerank" property to set the size of the nodes, and the "componentId" property to color the nodes.
117+ We use the "pagerank" property to compute the size of the nodes, and the "componentId" property to color the nodes.
118118
119119.. code-block :: python
120120
You can’t perform that action at this time.
0 commit comments