lynxkite / lynxkite-graph-analytics /src /lynxkite_graph_analytics

Commit History

Improve docs, especially for plugin development.
c577568

darabos commited on

Remove references to lynxkite-lynxscribe and lynxkite-bio. These live in a separate repo now.
d1bbedf

darabos commited on

run_in_thread -> make_async
56975a4

darabos commited on

Better error messages for unexpected return types.
81cdf1a

darabos commited on

Make it simpler to declare operations "slow".
13fabc5

darabos commited on

Better error messages for wrong types in graph analytics workspaces.
8ec5a6c

darabos commited on

Fix Griffe warnings.
e35340d

darabos commited on

Support optional inputs in lynxkite-graph-analytics.
8fed4c9

darabos commited on

More detailed ODE-GNN mock-up.
cd30b06

darabos commited on

tuple[str, str] instead of (str, str).
78639e2

darabos commited on

Support for multiple outputs in a dict.
1ca8050

darabos commited on

Print the offending path in "is_relative_to" checks.
5880106

darabos commited on

More colors.
d768aa7

darabos commited on

Show docstrings on UI.
16682aa

darabos commited on

Avoid duplicate key.
ab685a3

darabos commited on

Fix group parameters.
e11e511

darabos commited on

Ensure enums can be serialized.
6cdf515

darabos commited on

Make a Position enum.
99491df

darabos commited on

Preserve order of inputs, outputs, and params.
114fd1c

darabos commited on

Delay some imports to speed up startup.
b1dce26

darabos commited on

Allow coloring node titles.
454a221

darabos commited on

Use umap-learn instead of cuml.
44b2aaf

darabos commited on

Add LYNXKITE_SUPPRESS_OP_ERRORS instead of LYNXKITE_LOG_OP_ERRORS.
64e10f9

darabos commited on

Make all NetworkX ops async for progress indication.
20375b5

darabos commited on

Fix minor mistakes, tidy up demos.
a268da8

darabos commited on

Add n_neighbors, min_dist, and metric options for UMAP.
16d0176

darabos commited on

Split out ml_ops.py, add "View vector" box.
2d84389

darabos commited on

Do not re-run on tables opening/closing, address review.
c6d869b

darabos commited on

Store which tables are open. #113
2649b4f

darabos commited on

View training loss curve.
669e65b

darabos commited on

Rename core/ops to pytorch_core/pytorch_ops.
d2d2eac

darabos commited on

14 PyTorch ops.
4491a99

darabos commited on

Split ops from infrastructure code.
0df46ac

darabos commited on

Make new optimizer when model is copied.
5ed59bf

darabos commited on

Non-blocking training.
994b457

darabos commited on

Do not track tensor shapes. Much simpler!
16e9ba6

darabos commited on

Test for repeats.
fe5010e

darabos commited on

Repeat boxes working.
099f1f7

darabos commited on

Split build_model() so we can repeat a part.
e7d2291

darabos commited on

Dependency-based repeat instead of using regions.
253ca3d

darabos commited on

Each op makes its own layer. #107
309e16a

darabos commited on

Split repeat boxes into start/end boxes.
9c16242

darabos commited on

Reliable model mapping frontend.
9fda8df

darabos commited on

Change formatters from 80 columns to 100 columns.
a112474

darabos commited on

Replace default_display with an input_metadata field with simpler semantics.
2594c74

darabos commited on

Mapping UI is now working.
47e2956

darabos commited on

A UI for mapping model bindings.
8f44c91

darabos commited on

Training and inference.
f141fec

darabos commited on

Model creation and training for basic layers.
805c550

darabos commited on