lmeyerov
lmeyerov
We're considering allowing user-defined transforms specified in jq, but it has been difficult for us to ascertain how safe it is from code injection & privilege escalation, by design &...
**Is your feature request related to a problem? Please describe.** The Graphistry team is seeing more use among Neptune users, and as their prototyping often starts in sagemaker, we're thinking...
**Is your feature request related to a problem? Please describe.** When sharing graphs with others, especially via going from private server / private account -> public hub, such as for...
Maybe datetime handling is having issues? `pygraphistry/docker$ ./test-gpu-local.sh ` => ``` =================================== FAILURES =================================== _________________ TestDGL.test_build_dgl_with_no_node_features _________________ self = @pytest.mark.skipif(not has_dependancy, reason="requires DGL dependencies") def test_build_dgl_with_no_node_features(self): g = graphistry.edges(edf, src,...
Test against eks-dev2 + @webcoderz for visibility
Clear exns that state the problem & where applicable, solution - [ ] Old graphistry server - [ ] Unknown idp - [ ] Org without an idp
Second example (hypergraph) fails under api=1 * it should work * and if intentional, should tell people to set api=3
A user report seeing exception: >> ConnectionError: HTTPSConnectionPool(host='###.###.com', port=443): Max retries exceeded with url: /api-token-auth/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) On connection...
When `register(api=3, username=..., password=...)`, with no `org_name`, the clientserver action gets confused on legacy pre-org servers * [x] the client should NOT send org_name to the server, e.g., it should...
Commit https://github.com/graphistry/pygraphistry/commit/e1be5e46d25d6224ed80f1b5c5012470c9b08212 requires, for umap/ai installs: py3.8+ (vs 3.6), scikit-learn 1.0+ (vs 0.2x), and froze dirty-cat to 0.2.0 (disallows 0.2.1) This is to work around CI fail `FAILED graphistry/tests/test_umap_utils.py::TestUMAPFitTransform::test_allclose_fit_transform_on_same_data` This...