Graphistry

Latest version: v0.36.0

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

Scan your dependencies

Page 7 of 20

0.34.4

Added

* UMAP: Optional kwargs passthrough to umap library constructor, fit, and transform methods: `g.umap(..., umap_kwargs={...}, umap_fit_kwargs={...}, umap_transform_kwargs={...})`
* Additional GPU support in featurize paths

Changed

* Replace `verbose` with `logging`

Refactor

* Narrow `use_scaler` and `use_scaler_target` typing to `ScalerType` (`Literal[...]`) vs `str`
* Rename `featurize_or_get_nodes_dataframe_if_X_is_None` (and edges variant) as non-private due to being shared

Fixed

* get_indegrees: Fix warning https://github.com/graphistry/pygraphistry/issues/587

0.34.3

Added

* Layout `modularity_weighted_layout` that uses edge weights to more strongly emphasize community structure

Docs

* Tutorial for `modularity_weighted_layout`

Infra

* Upgrade tests to`docker compose` from `docker-compose`
* Remove deprecated `version` to address warnings

0.34.2

Fixed

* Graceful CPU fallbacks: When lazy GPU dependency imports throw `ImportError`, commonly seen due to broken CUDA environments or having CUDA libraries but no GPU, warn and fall back to CPU.

* Ring layouts now support filtered inputs, giving expected positions

* `encode_axis()` updates are now functional, not inplace

Changed

* Centralize lazy imports into `graphistry.utils.lazy_import`
* Lazy imports distinguish `ModuleNotFound` (=> `False`) from `ImportError` (warn + `False`)

0.34.1

Infra

* Upgrade pypi automation to py3.8

0.34.0

Added

* Ring layouts: `ring_categorical_layout()`, `ring_continuous_layout()`, `time_ring_layout()`
* Plottable interface includes `encode_axis()`, `settings()`
* Minimal global config manager

Infra

* Test GPU infra updated to Graphistry 2.41 (RAPIDS 23.10, CUDA 11.8)
* Faster test preamble
* More aggressive low-memory support in GPU UMAP unit tests

Fixed

* cudf materialize nodes auto inference
* workaround feature_utils typecheck fail

Docs

* Ring layouts

Breaking 🔥

* Dropping support for Python 3.7 (EOL)

0.33.9

Added

* Added `personalized_pagerank` to the list of supported `compute_igraph` algorithms.

Page 7 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.