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 214 pygraphistry issues
Sort by recently updated
recently updated
newest added

**Describe the bug** * PlotterBase is not in the main nav * Plottable is not in the main nav We should have a few descriptions at the top of each...

bug
p2
docs

**Describe the bug** Each nav sections should expand to show methods, not just class names ![Screenshot from 2023-04-03 15-32-43](https://user-images.githubusercontent.com/4249447/229641354-2dccf9af-24c7-4ff7-920c-274d834b3bb0.png)

bug
p2
docs

**Describe the bug** All the `(compute|layout)_(cugraph|igraph)` methods support different built-in algorithms, which are explicitly lists in variables like https://github.com/graphistry/pygraphistry/blob/master/graphistry/plugins/cugraph.py#L167 However, the docs do not expose & link those, so users...

bug
p2
docs

**Describe the bug** 2 ![Screenshot from 2023-04-03 15-10-01](https://user-images.githubusercontent.com/4249447/229638593-5d061e57-b5ab-4c8f-9c77-7383ac0f5580.png) nav issues - [ ] `graphistry.plugins.cugraph` is missing from the nav - [ ] methods are not listed in the nav for...

bug
p2
docs

**Is your feature request related to a problem? Please describe.** We are getting some conda version conflicts with faiss-cpu, so switching to pip for now, but it'd probably be even...

enhancement
infra

**Describe the bug** When providing an api key, if a username is also provided, an unexpected error appears about not having set a password Provided a confusing onboarding for a...

bug
p3
customer

**Describe the bug** Render equals false URL_params values do not seem to get set such as play=0 . This prevents core workflows like specifying a custom layout for embedded web...

bug
help wanted
p3
good-first-issue

Presumably there are some cases where we expect cuCat to outperform dirty_cat -- thoughts on how to make into runnable tests, separate from the functional tests?

p3
infra

I'm guessing: PyGraphistry integration: - github ci: default off - github ci: explicit opt-out - local dev: as part of regular gpu-enabled tests cuCat repo: ???

p2
infra

**Is your feature request related to a problem? Please describe.** setup.py pins dirty_cat to 0.2, but 0.4 is out and includes features like datetime support . I don't remember why...

enhancement