Graphistry

Latest version: v0.34.17

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

Scan your dependencies

Page 11 of 17

0.26.0

Added
* `g.transform()`
* `g.transform_umap()`
* `g.scale()`
* Memoization on UMAP and Featurize calls
* Adds **kwargs and propagates them through to different function calls (featurize, umap, scale, etc)

Breaking 🔥

* Final deprecation of `register(api=2)` protobuf/vgraph mode - also works around need for protobuf test upgrades

0.25.3

Added

* `register(..., org_name='my_org')`: Optionally upload into an organization
* `g.privacy(mode='organization')`: Optionally limit sharing to within your organization

Changed

* docs: `org_name` in `README.md` and sharing tutorial

0.25.2

Added

* `compute_igraph()`
* `layout_igraph()`
* `scene_settings()`

Fixed

* `from_igraph` uses `g._node` instead of `'name'` in more cases

0.25.1

Fixed

* `g.from_igraph(ig)` will use IDs (ex: strings) for src/dst values instead of igraph indexes

0.25.0

Major version bump due to breaking igraph change

Added

* igraph handlers: `graphistry.from_igraph`, `g.from_igraph`, `g.to_igraph`
* docs: README.md examples of using new igraph methods

Changed

* Deprecation warnings in old igraph methods: `g.graph(ig)`, `igraph2pandas`, `pandas2igraph`
* Internal igraph handlers upgraded to use new igraph methods

Breaking 🔥

* `network2igraph` and `igraph2pandas` renamed output node ID column to `_n_implicit` (`constants.NODE`)

0.24.1

Fixed

* Expose symbols for `.chain()` predicates as top-level: previous `ast` export was incorrect

Page 11 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.