Releases: miniscope/CaLab
Releases · miniscope/CaLab
Release list
v2.6.0 Adds noise-constrained sparsity consideration in binarization thresholding
What's Changed
Full Changelog: v2.5.0...v2.6.0
v2.5.0 Changed iteration stop criteria and a bunch of minor cleanup
What's Changed
- fix(cadecon): correct per-subset kernel attribution + init/variance robustness by @daharoni in #153
- feat(cadecon): converge in peak/FWHM shape space + median-tail kernel selection by @daharoni in #154
- feat(cadecon): asymptote dashboard — track the four convergence signals by @daharoni in #155
- chore: gitignore python virtualenvs (.venv*/) by @daharoni in #156
- fix(solver): align banded AR(2) forward model with build_kernel by @daharoni in #157
- feat(ui): colorblind-safe Okabe-Ito chart palette by @daharoni in #158
- feat(ui): raster cell + time axes; centralize viridis colormap by @daharoni in #159
- refactor(ui): shared uPlot axis/cursor/range helpers by @daharoni in #160
- fix(solver): reject non-finite input traces at the FFI boundaries by @daharoni in #161
- feat(solver): surface bi-exponential fit outcome (FitMode) by @daharoni in #162
- chore(solver): eliminate tuning magic-number drift hazards by @daharoni in #163
- docs: reconcile documentation with recent CaDecon review PRs (#153–163) by @daharoni in #164
- docs(cadecon): align tutorials with convergence / palette / fit-mode changes by @daharoni in #165
- docs(changelog): backfill the #60–155 gap from git history by @daharoni in #167
Full Changelog: v2.4.10...v2.5.0
v2.4.10 Fix community sidebar filtering
What's Changed
Full Changelog: v2.4.9...v2.4.10
v2.4.9 CaDecon tutorial addition
v2.4.8
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