lynxkite / lynxkite-graph-analytics

Commit History

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

darabos commited on

Test for input ordering.
ffaf155

darabos commited on

Merge branch 'main' into darabos-nx
cf0e872
unverified

darabos commited on

t -> type_hint, remove stray line.
19946be

darabos commited on

BioNemo demo (#84)
7baf2a1
unverified

JMLizano JMLizano darabos commited on

Update test -- target handles matter now.
8827b1e

darabos commited on

More NetworkX fixes.
e7eaaf3

darabos commited on

More flexible handling for NetworkX return values.
c032595

darabos commited on

Remove duplicate inputs with CRDT.
074be96

darabos commited on

Proper error when an input is missing.
e513a41

darabos commited on

Take NX parameter types from the docstrings.
0280171

darabos commited on

Single import box for multiple file formats (#80)
10c9dc3
unverified

JMLizano JMLizano commited on

Tri-state status. Nicer visuals.
64d244a

darabos commited on

Move Pandas import from lynxkite-app to lynxkite-graph-analytics.
44a2d59

darabos commited on

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

darabos commited on

Split lynxkite_ops.py into two.
56cf2e9

darabos commited on

Maybe there are no edges.
cf0bb7c

darabos commited on

Merge branch 'main' into darabos-rdkit
9edaa7f
unverified

darabos commited on

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

darabos commited on

Take care to convert display values to be JSON-serializable.
121b6ff

darabos commited on

47 smooth graph creation flow
45b3519
unverified

JMLizano JMLizano commited on

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

darabos commited on

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

darabos commited on

Add labels and edge coloring to graph visualizations.
eae3c5d

darabos commited on

Graph from molecule similarity.
b95d49e

darabos commited on

Do not hardcode cuGraph backend.
8a4f65f

darabos commited on

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

darabos commited on

Find plugins by module name instead of namespace module.
fc43558

darabos commited on

Add playwright tests (#65)
1cbdba3
unverified

JMLizano JMLizano commited on

Merge branch 'main' into darabos-tweaks
d9ea375
unverified

darabos commited on

Restore PyTorch example to a reasonable condition.
e792fcf

darabos commited on

Fixes for airlines demo.
1c50522

darabos commited on

Add "Import from OSM" box.
ef3b791

darabos commited on

Add joblib for caching slow results.
f1233a2

darabos commited on

Add an "Import GraphML" box.
6c9b792

darabos commited on

Adding backend tests (#58)
2601533
unverified

Chema JMLizano darabos commited on

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

darabos commited on

Fix sampling when there is no node with id 0.
1b0481a

darabos commited on

Support isolated nodes in graph sampling.
4bd97bb

darabos commited on

Use cuDF Pandas if NX_CUGRAPH_AUTOCONFIG is set.
33289cb

darabos commited on

Revert "Adding tests (#50)"
da1ea6b

darabos commited on

Adding tests (#50)
ba7246a
unverified

Chema JMLizano darabos commited on

Basic Cypher box with grand-cypher.
5abeb6f

darabos commited on

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

darabos commited on

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

darabos commited on

Remove old run.sh.
1e5872f

darabos commited on

Plugin loading.
83b1026

darabos commited on

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

darabos commited on

Split LynxKite into several Python packages.
d7ccb5f

darabos commited on