lynxkite / lynxkite-graph-analytics

Commit History

Remove duplicate inputs with CRDT.
f6b2668

darabos commited on

Proper error when an input is missing.
ea3f857

darabos commited on

Take NX parameter types from the docstrings.
50669da

darabos commited on

Single import box for multiple file formats (#80)
fc15efa

JMLizano JMLizano commited on

Tri-state status. Nicer visuals.
1e22c2c

darabos commited on

Move Pandas import from lynxkite-app to lynxkite-graph-analytics.
70a3ad4

darabos commited on

Update node display/error in CRDT one by one during execution.
ffbad5c

darabos commited on

Split lynxkite_ops.py into two.
2af956d

darabos commited on

Maybe there are no edges.
593aff6

darabos commited on

Merge branch 'main' into darabos-rdkit
fdbe0b4

darabos commited on

Update NetworkX demo to be error-free. Sort keys in workspaces. Autoformat some files.
8f6e915

darabos commited on

Take care to convert display values to be JSON-serializable.
045796a

darabos commited on

47 smooth graph creation flow
bf8f4f1

JMLizano JMLizano commited on

Convert table data to strings, to make sure JSON serialization works.
be15130

darabos commited on

Include edge attributes in to_nx(), so e.g. Cypher can refer to them.
7183c9a

darabos commited on

Add labels and edge coloring to graph visualizations.
0af1e7d

darabos commited on

Graph from molecule similarity.
34bcdc8

darabos commited on

Do not hardcode cuGraph backend.
faae82c

darabos commited on

Let "night demo" load the data from GCS, rename to "Airlines demo".
5e29feb

darabos commited on

Find plugins by module name instead of namespace module.
338e6a4

darabos commited on

Add playwright tests (#65)
18d76df

JMLizano JMLizano commited on

Merge branch 'main' into darabos-tweaks
9e47f50

darabos commited on

Restore PyTorch example to a reasonable condition.
bd29423

darabos commited on

Fixes for airlines demo.
4b66e0a

darabos commited on

Add "Import from OSM" box.
c66f4fa

darabos commited on

Add joblib for caching slow results.
d842e73

darabos commited on

Add an "Import GraphML" box.
89a8508

darabos commited on

Adding backend tests (#58)
e1e5b1c

Chema JMLizano darabos commited on

Add a limit to "View table". (I met a table with 350,000 rows! πŸ’€)
d2a6832

darabos commited on

Fix sampling when there is no node with id 0.
4c8d260

darabos commited on

Support isolated nodes in graph sampling.
f532975

darabos commited on

Use cuDF Pandas if NX_CUGRAPH_AUTOCONFIG is set.
bfaa386

darabos commited on

Revert "Adding tests (#50)"
8efcf30

darabos commited on

Adding tests (#50)
017ba8a

Chema JMLizano darabos commited on

Basic Cypher box with grand-cypher.
0b71528

darabos commited on

For string attributes use a categorical color scheme. (Instead of throwing an exception.)
de9a525

darabos commited on

Small fixes. The CSS import order caused connectors to be tiny.
d7e4335

darabos commited on

Remove old run.sh.
e05a70b

darabos commited on

Plugin loading.
e1a2778

darabos commited on

Move each package into a separate module. Rename "ops" to "core". Fix test.
c4e194f

darabos commited on

Split LynxKite into several Python packages.
145d037

darabos commited on