Releases: miniscope/CaLab
Releases · miniscope/CaLab
v2.4.7 Golden refinement bug fix
Fixed CaTune tutorial highlighting and added draggable edges to the zoom trace view
v2.4.5 Fix lag of CaTune sliders
v2.4.4 Added docs and fixes
What's Changed
- docs: add Sphinx + ReadTheDocs for Python package by @daharoni in #115
- docs: review and improve all Python package documentation by @daharoni in #116
- docs: separate CaTune and CaDecon into dedicated guides by @daharoni in #117
- docs: move CaDecon to stable, update root README by @daharoni in #118
- chore: clean up ESLint, Prettier, and lint-surface gaps by @daharoni in #120
- fix(headless): prevent resource leaks on browser start/close failures by @daharoni in #121
- security: harden bridge URL, localhost bridge auth, and geo-session edge function by @daharoni in #122
- security: lock down analytics RLS (CRIT-2) by @daharoni in #123
- ci: rust + python lint/type, matrix, SHA-pinned actions by @daharoni in #124
- refactor: prune unused exports, internalize test-only surface by @daharoni in #125
- fix: logic + UX polish — tau constraints, bridge errors, reactivity by @daharoni in #126
- test: quick-wins suite — smoke, export roundtrip, sub-frame timing, warm-start gaps by @daharoni in #127
- test: cover CaDecon iteration-manager state transitions and dispatch sequence by @daharoni in #128
- test: cover iteration-store and multi-cell-store reactivity by @daharoni in #129
- test: cover geo-session edge function + RLS policy matrix by @daharoni in #130
- test: cover bridge timeout and mid-run browser-crash detection by @daharoni in #131
Full Changelog: v2.4.3...v2.4.4
Update simulated data pipeline and added headless browser support
What's Changed
- feat(python): headless browser mode + InDeCa PyO3 bindings by @daharoni in #110
- feat: shared simulation module in Rust with Python/WASM bindings by @daharoni in #113
Full Changelog: v2.4.2...v2.4.3
Update simulated data pipeline and added headless browser support
What's Changed
- feat(python): headless browser mode + InDeCa PyO3 bindings by @daharoni in #110
- feat: shared simulation module in Rust with Python/WASM bindings by @daharoni in #113
Full Changelog: py/v0.2.2...py/v0.2.3
Add CaDecon landing page image
Full Changelog: v2.4.1...v2.4.2
Add full CaDecon python bridge with parameter passing and auto-run/export
What's Changed
- refactor: cleanup, dedup, and optimize Rust solver by @daharoni in #106
- perf: optimize CaDecon iteration hot paths by @daharoni in #107
- feat: add CaDecon Python bridge for automated deconvolution export by @daharoni in #108
- feat: CaDecon bridge config, autorun, progress & auto-export by @daharoni in #109
Full Changelog: v2.4.0...v2.4.1
CaLab python package bridge to CaDecon web app
Addes autorun/export and parameter passing between CaLab python and CaDecon.
Consolidates CaLab python package versioning into just github tag.
Full Changelog: v2.4.1...py/v0.2.2
Likely fixed the collapsing kernel in CaDecon. A bunch of clean up and UI improvements
What's Changed
- feat(solver): add skip parameter to bi-exponential fitting by @daharoni in #99
- fix(solver): correct binning-induced time offset in iterative kernel fitting by @daharoni in #102
- Auto-estimate initial kernel via peak-seeded spike detection by @daharoni in #103
- feat: migrate kernel params from tau_rise/tau_decay to t_peak/FWHM by @daharoni in #104
- feat: independent fast component for biexponential fitting by @daharoni in #105
Full Changelog: v2.3.8...v2.4.0