You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do not automatically derive size and caption for `from_neo4j` and `from_gql_create`. Use the `size_property` and `node_caption` parameters to explicitly configure them.
6
6
7
7
## New features
8
8
9
-
10
9
## Bug fixes
11
10
11
+
- fixed a bug in `from_neo4j`, where the node size would always be set to the `size` property.
12
+
- fixed a bug in `from_neo4j`, where the node caption would always be set to the `caption` property.
12
13
13
14
## Improvements
14
15
16
+
- Validate fields of a node and relationship not only at construction but also on assignment.
17
+
- Allow resizing per node property such as `VG.resize_nodes(property="score")`.
0 commit comments