Commit History

Add plt.close().
15e8d3e
unverified

darabos Copilot commited on

Easy Matplotlib output.
dce04fe

darabos commited on

Import Monaco once. Suppress Ctrl-S. Use Router Links.
8fcb185

darabos commited on

Merge pull request #132 from biggraph/darabos-execute-button
aad49e6
unverified

darabos commited on

Merge pull request #130 from biggraph/darabos-tidy
d2f0312
unverified

darabos commited on

Run Playwright test with the right Python.
f0d4ca5

darabos commited on

Run Playwright test with the right venv.
b1ca11c

darabos commited on

Install requirements.txt before running scripts.
28d7312

darabos commited on

Try running GitHub actions in a venv to fix automatic pip install failures.
87154f7

darabos commited on

Actually execute examples in tests.
ec4235e

darabos commited on

Make all NetworkX ops async for progress indication.
6480943

darabos commited on

Add an execute button and endpoint.
a8d1249

darabos commited on

Fix minor mistakes, tidy up demos.
451d719

darabos commited on

Merge pull request #128 from biggraph/dependabot/npm_and_yarn/lynxkite-app/web/npm_and_yarn-b7c6efa8f1
6489a45
unverified

darabos commited on

Bump vite
47167d9
unverified

dependabot[bot] commited on

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

darabos commited on

Fix dynamic import of y-monaco.
1b098e4

darabos commited on

Update tests.
ab4322d

darabos commited on

Example with user-created requirements.txt.
cf9ed45

darabos commited on

Install dependencies from requirements.txt.
560bec4

darabos commited on

Open code files from directory + related stuff.
2e10db6

darabos commited on

Make presence markers visible.
5005cac

darabos commited on

Pass code edits through CRDT.
4d806ec

darabos commited on

Code editor. (Not saving edits yet.)
32d4546

darabos commited on

Load ops from .py files in the data directory.
8e40d73

darabos commited on

Merge pull request #124 from biggraph/darabos-small-stuff
4e3e9df
unverified

darabos commited on

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

darabos commited on

Split out ml_ops.py, add "View vector" box.
f369afc

darabos commited on

Merge pull request #123 from biggraph/darabos-small-stuff
b0fb4e2
unverified

darabos commited on

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

darabos commited on

Store which tables are open. #113
e42831a

darabos commited on

Merge pull request #119 from biggraph/darabos-more-pytorch
9b7c761
unverified

darabos commited on

Properly show "0" (int) value parameter.
98a2add

darabos commited on

View training loss curve.
cda4d3d

darabos commited on

Hide expander when there is nothing to expand.
56f8a41

darabos commited on

Rename core/ops to pytorch_core/pytorch_ops.
51eb575

darabos commited on

14 PyTorch ops.
83caaa1

darabos commited on

Split ops from infrastructure code.
bbd029e

darabos commited on

Merge pull request #114 from biggraph/darabos-repeats
d11892d
unverified

darabos commited on

Make new optimizer when model is copied.
a961ac6

darabos commited on

Non-blocking training.
f41635e

darabos commited on

Run frontend build before frontend test.
a45c4a9

darabos commited on

Do not track tensor shapes. Much simpler!
612802c

darabos commited on

Test for repeats.
0cdd509

darabos commited on

Repeat boxes working.
17a0053

darabos commited on

Split build_model() so we can repeat a part.
69610f6

darabos commited on

Dependency-based repeat instead of using regions.
1ffbcc2

darabos commited on

Each op makes its own layer. #107
2c239c4

darabos commited on

Split repeat boxes into start/end boxes.
87f8b85

darabos commited on

Reliable model mapping frontend.
ae86f2c

darabos commited on