Commit History

Import Monaco once. Suppress Ctrl-S. Use Router Links.
dadb124

darabos commited on

Merge pull request #132 from biggraph/darabos-execute-button
62d700f

darabos commited on

Merge pull request #130 from biggraph/darabos-tidy
bfeadab

darabos commited on

Run Playwright test with the right Python.
ce899aa

darabos commited on

Run Playwright test with the right venv.
07d606f

darabos commited on

Install requirements.txt before running scripts.
e45ee2c

darabos commited on

Try running GitHub actions in a venv to fix automatic pip install failures.
81529d5

darabos commited on

Actually execute examples in tests.
a697ae8

darabos commited on

Make all NetworkX ops async for progress indication.
20375b5

darabos commited on

Add an execute button and endpoint.
e44317d

darabos commited on

Fix minor mistakes, tidy up demos.
a268da8

darabos commited on

Merge pull request #128 from biggraph/dependabot/npm_and_yarn/lynxkite-app/web/npm_and_yarn-b7c6efa8f1
442a373

darabos commited on

Bump vite
0c3b428

dependabot[bot] commited on

Merge pull request #125 from biggraph/darabos-code-files
acc4157

darabos commited on

Fix dynamic import of y-monaco.
78397e9

darabos commited on

Update tests.
a3bf6a6

darabos commited on

Example with user-created requirements.txt.
130a370

darabos commited on

Install dependencies from requirements.txt.
74a495e

darabos commited on

Open code files from directory + related stuff.
cd2383d

darabos commited on

Make presence markers visible.
c5aaf53

darabos commited on

Pass code edits through CRDT.
6a3b521

darabos commited on

Code editor. (Not saving edits yet.)
9a9d700

darabos commited on

Load ops from .py files in the data directory.
1ae7dde

darabos commited on

Merge pull request #124 from biggraph/darabos-small-stuff
fd04c6f

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

Merge pull request #123 from biggraph/darabos-small-stuff
99de924

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

Merge pull request #119 from biggraph/darabos-more-pytorch
770fa6c

darabos commited on

Properly show "0" (int) value parameter.
85b8d8f

darabos commited on

View training loss curve.
669e65b

darabos commited on

Hide expander when there is nothing to expand.
a12b090

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

Merge pull request #114 from biggraph/darabos-repeats
09a01f5

darabos commited on

Make new optimizer when model is copied.
5ed59bf

darabos commited on

Non-blocking training.
994b457

darabos commited on

Run frontend build before frontend test.
3aa3789

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

Merge pull request #103 from biggraph/darabos-100-columns
55d415b

darabos commited on

Forgot to add ruff.toml.
da73e6b

darabos commited on