Skip to content

Commit 6d26d39

Browse files
committed
Improve wording
1 parent d01f71e commit 6d26d39

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

@@ -25,6 +25,7 @@
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

docs/source/integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Example
114114

115115
In 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

0 commit comments

Comments
 (0)