pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer

Results 261 pygraphistry issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** If we use `eq` matcher like this: ```python eq("string") ``` it will show error: `Expected type 'int | float |...

enhancement

## Summary Current graphviz/mermaid examples use ad-hoc styling; visuals vary across RST/MyST/notebooks. plot_static engines now support graphviz-svg/png, graphviz-dot, and mermaid-code (DSL only). We should add a shared theme to keep...

## Summary DGL support on CPU is effectively frozen and lags Torch ABI upgrades. The latest CPU wheels stop at DGL 2.1.0 (Torch ~2.0). Newer DGL versions (e.g., 2.4.0) publish...

infra
integrations

## Summary Add export targets for Mermaid and DOT from PyGraphistry (small graphs), and use them to auto-generate visuals in docs (e.g., GFQL examples) so readers get rendered diagrams across...

help wanted
good-first-issue

## Summary Add generic list/set predicates to GFQL to cover Cypher label-set semantics (e.g., meaning edge must have labels abc AND xyz). Today we only have scalar predicates (, ,...

## Summary Feature utils tests hit HF rate limits (429) during model downloads. Add a deterministic HF cache + offline mode in CI. ## Proposal - Add a warmup +...

infra

Fixes issue where &play option does not update in URL param

Stacked on feat/issue-837-cudf-hop-executor. Adds Alloy model coverage for GFQL F/B/F with WHERE lowerings (scenarios + optional multi-chain full-scope) plus ghcr caching for the Alloy image. CI green with new alloy-check...

How to let pygrahistry to preserve the path length from root to each given node? Suppose I want to search 3 hops starting from `Niaj`. Using `hops=3` will return all...

## Summary - add shared same-path AST metadata + plan toggles - wire GFQL Chain/JSON to accept `where` clauses and plan them - scaffold cuDF executor + forward pass with...