lynxkite / lynxkite-graph-analytics

Commit History

Start LynxKite in the BioNeMo container.
09e937b

darabos commited on

Do not put joblib-cache in "..".
e23d12a

darabos commited on

Test for input ordering.
6c8be4d

darabos commited on

Merge branch 'main' into darabos-nx
dd744cb

darabos commited on

t -> type_hint, remove stray line.
5e2dea2

darabos commited on

Update test -- target handles matter now.
bdc181d

darabos commited on

More NetworkX fixes.
f2554b2

darabos commited on

More flexible handling for NetworkX return values.
edb7d16

darabos commited on

Remove duplicate inputs with CRDT.
3317115

darabos commited on

Proper error when an input is missing.
52b2a2d

darabos commited on

Take NX parameter types from the docstrings.
bc73698

darabos commited on

Single import box for multiple file formats (#80)
429aac4

JMLizano JMLizano commited on

Tri-state status. Nicer visuals.
8023f1f

darabos commited on

Move Pandas import from lynxkite-app to lynxkite-graph-analytics.
49bbb26

darabos commited on

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

darabos commited on

Split lynxkite_ops.py into two.
69b19df

darabos commited on

Maybe there are no edges.
b8dd775

darabos commited on

Merge branch 'main' into darabos-rdkit
362ed6e

darabos commited on

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

darabos commited on

Take care to convert display values to be JSON-serializable.
b323ef0

darabos commited on

47 smooth graph creation flow
d9aeaae

JMLizano JMLizano commited on

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

darabos commited on

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

darabos commited on

Add labels and edge coloring to graph visualizations.
48ddeb6

darabos commited on

Graph from molecule similarity.
3429d3a

darabos commited on

Do not hardcode cuGraph backend.
b3381df

darabos commited on

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

darabos commited on

Find plugins by module name instead of namespace module.
be37871

darabos commited on

Add playwright tests (#65)
aa9111f

JMLizano JMLizano commited on

Merge branch 'main' into darabos-tweaks
24c9b8b

darabos commited on

Restore PyTorch example to a reasonable condition.
3aa378b

darabos commited on

Fixes for airlines demo.
4a0ba2e

darabos commited on

Add "Import from OSM" box.
cdfcfb0

darabos commited on

Add joblib for caching slow results.
b7f7453

darabos commited on

Add an "Import GraphML" box.
699545f

darabos commited on

Adding backend tests (#58)
ef83189

Chema JMLizano darabos commited on

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

darabos commited on

Fix sampling when there is no node with id 0.
0aaae7f

darabos commited on

Support isolated nodes in graph sampling.
c9b68a5

darabos commited on

Use cuDF Pandas if NX_CUGRAPH_AUTOCONFIG is set.
727b29e

darabos commited on

Revert "Adding tests (#50)"
563314e

darabos commited on

Adding tests (#50)
2b9dd77

Chema JMLizano darabos commited on

Basic Cypher box with grand-cypher.
5b86587

darabos commited on

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

darabos commited on

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

darabos commited on

Remove old run.sh.
5266eda

darabos commited on

Plugin loading.
0daac8b

darabos commited on

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

darabos commited on

Split LynxKite into several Python packages.
fdfb0b2

darabos commited on