Skip to content

Commit 545db7c

Browse files
committed
Improve change log messages
Some were conflicting with each other
1 parent 5c940a4 commit 545db7c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

changelog.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,17 @@
22

33
## Breaking changes
44

5-
- 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.
65
- Change API of integrations to only provide basic parameters. Any further configuration should happen ons the Visualization Graph object:
7-
- `from_pandas`
8-
- Drop `node_radius_min_max` parameter. `VG.resize_nodes(...)` instead
9-
- `from_neo4j`, `from_gds`, `from_gql_create`
10-
- Drop parameters `size_property`, `node_radius_min_max`. Use `VG.resize_nodes(property=...)` instead
11-
- rename additional_node_properties to node_properties
12-
- Don't derive fields from properties. Use `VG.map_properties_to_fields` instead
6+
- Don't derive fields from properties. Use utility functions on the VisualizationGraph instead or set them manually on the node/relationship objects (VG.nodes/VG.relationships). This affects `from_neo4j`, `from_gds`, `from_gql_create`, `from_pandas`, `from_snowflake`.
7+
- `from_gds` rename `additional_node_properties` to `node_properties`
8+
- Drop parameters `size_property`, `node_radius_min_max`. Use `VG.resize_nodes(property=...)` instead. This affects `from_gds`, `from_neo4j`, `from_pandas`, `from_gql_create`, `from_snowflake`.
139

1410
## New features
1511

1612
- Allow to include db node properties in addition to the properties in the GDS Graph. Specify `db_node_properties` in `from_gds`.
1713

1814
## Bug fixes
1915

20-
- fixed a bug in `from_neo4j`, where the node size would always be set to the `size` property.
21-
- fixed a bug in `from_neo4j`, where the node caption would always be set to the `caption` property.
2216
- Color nodes in `from_snowflake` only if there are less than 13 node tables used. This avoids reuse of colors for different tables.
2317
- fixed a bug in `from_gds`, where properties of type list could not be imported.
2418

0 commit comments

Comments
 (0)