Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
029df28
feat(python): add first version of linear reg workflow
seankmartin Sep 12, 2025
eaf602a
feat(python): update the lin reg with more functions and TODOs
seankmartin Sep 12, 2025
dbbfef4
feat: lin reg export and lin reg unlink
seankmartin Sep 15, 2025
97837bf
feat: add shader and annotation props to lin reg
seankmartin Sep 15, 2025
8fbfeb4
chore: add light typing to lin reg
seankmartin Sep 15, 2025
990ee0d
feat: small update to print of updates
seankmartin Sep 15, 2025
f5eba10
feat: remove dims const
seankmartin Sep 18, 2025
f18f207
feat: scaffold n dim lsqs affine
seankmartin Sep 18, 2025
b9ec70c
fix: correct calling affine
seankmartin Sep 18, 2025
e58ca3a
refactor: standardise terms
seankmartin Sep 18, 2025
dfd654c
feat: improve perf with debounce of lin reg
seankmartin Sep 18, 2025
b8da450
feat: two diff debounces in lin reg update
seankmartin Sep 19, 2025
61488cf
fix: correct caching of number
seankmartin Sep 19, 2025
c91e036
feat: remove fixed dims
seankmartin Sep 19, 2025
085563e
fix: handle channel dims
seankmartin Sep 19, 2025
79793a7
feat: use input state in lin reg to be more robust
seankmartin Sep 19, 2025
38d56f7
feat: making lin reg pipeline more custom
seankmartin Sep 22, 2025
0d467f5
fix: correct a number of TODOs for lin reg
seankmartin Sep 22, 2025
c812212
feat: add different fits to reg workflow
seankmartin Sep 25, 2025
4cddc66
feat(python): add layout display dims unlinked to state
seankmartin Sep 25, 2025
83a1b30
refactor: in progress with large lin reg workflow improvement
seankmartin Sep 25, 2025
bcafa3c
feat: filling out full lin reg workflow
seankmartin Sep 29, 2025
db7f234
feat: apply affine to annotations
seankmartin Sep 29, 2025
d9855e6
feat: small updates
seankmartin Oct 3, 2025
d6ef631
refactor: clarify function names and class
seankmartin Oct 6, 2025
94e5270
feat: save progress of various fixes
seankmartin Oct 6, 2025
409c744
refactor: remove second co-ord space
seankmartin Oct 7, 2025
b105a58
refactor: continue to clarify with only one path
seankmartin Oct 7, 2025
363509b
fix: address various assumptions to make pipeline more stable
seankmartin Oct 8, 2025
1fa3d05
feat: small updates
seankmartin Oct 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading