Graphistry

Latest version: v0.36.0

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 20

0.22.0

Added

* Node dictionary-based filtering: `g.filter_nodes_by_dict({"some": "value", "another": 2})`
* Edge dictionary-based filtering: `g.filter_edges_by_dict({"some": "value", "another": 2})`
* Hops support edge filtering: `g.hop(hops=2, edge_match={"type": "transaction"})`
* Hops support pre-node filtering: `g.hop(hops=2, source_node_match={"type": "account"})`
* Hops support post-node filtering: `g.hop(hops=2, destination_node_match={"type": "wallet"})`
* Hops defaults to full graph if no initial nodes specified: `g.hop(hops=2, edge_match={"type": "transaction"})`

0.21.4

Added

* Horizontal and radial axis using `.encode_axis(rows=[...])`

Fixed

* Docs: Work around https://github.com/sphinx-doc/sphinx/issues/10291

0.21.0

Added

* Better implementation of `.tree_layout(...)` using Sugiyama; good for small/medium DAGs
* Layout rotation method `.rotate(degree)`
* Compute method `.hops(nodes, hops, to_fixed_point, direction)`

Changed

* Infra: `test-cpu-local-minimum.sh` accepts params

0.20.6

Fixed

* Docs: Point color encodings

0.20.5

Changed

* Unpin Networkx

Fixed

* Docs: Removed deprecated `api=1`, `api=2` registration calls (280 by pradkrish)
* Docs: Fixed bug in honeypot nb (279 by pradkrish)
* Tests: Networkx test version sniffing

0.20.3

Added

* Databricks notebook connector ([PR](https://github.com/graphistry/pygraphistry/pull/277))
* Databricks notebook + dashboard example ([PR](https://github.com/graphistry/pygraphistry/pull/277), [ipynb](https://github.com/graphistry/pygraphistry/blob/ad31a227136430bcd578feac1c18e90920ab4f00/demos/demos_databases_apis/databricks_pyspark/graphistry-notebook-dashboard.ipynb))

Page 15 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.