v0.2.0
github-actions
released this
10 May 17:47
·
55 commits
to refs/heads/main
since this release
The latest release of toffy
includes some bug fixes to median pulse heights, normalization for all-zero pulse height channels and intermediate callback plotting per FOV, as well as updating multiple tile stitching to be more flexible. In addition a few small bugs were fixed such as missing imports, and updating documentation for installing pre-commit
. Our GitHub Actions pipeline has also received a light cleanup.
🚀 Features
- GitHub Actions - CI Updates @srivarra (#370)
- Multiple tile stitching @camisowers (#360)
🐛 Bug Fixes
- Refresh intermediate callback plotting on each new FOV @alex-l-kong (#363)
- Fix median pulse height chart drawn by
visualize_mph
@alex-l-kong (#356) - Added conda-forge channel to
environment.yml
@srivarra (#354) - Ensure normalization doesn't happen for all-zero pulse height channels @alex-l-kong (#326)
- Update
axes_size
toaxes_font_size
in3c
notebook @alex-l-kong (#343) - Missing import in extraction notebook @camisowers (#334)
🧰 Maintenance
📚️ Documentation
- Fix brew install command for pre-commit @alex-l-kong (#341)
- Update README.md @ngreenwald (#333)
@alex-l-kong, @camisowers, @ngreenwald and @srivarra