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](https://github.com/angelolab/toffy/pull/370))
- Multiple tile stitching camisowers ([360](https://github.com/angelolab/toffy/pull/360))
🐛 Bug Fixes
- Refresh intermediate callback plotting on each new FOV alex-l-kong ([363](https://github.com/angelolab/toffy/pull/363))
- Fix median pulse height chart drawn by `visualize_mph` alex-l-kong ([356](https://github.com/angelolab/toffy/pull/356))
- Added conda-forge channel to `environment.yml` srivarra ([354](https://github.com/angelolab/toffy/pull/354))
- Ensure normalization doesn't happen for all-zero pulse height channels alex-l-kong ([326](https://github.com/angelolab/toffy/pull/326))
- Update `axes_size` to `axes_font_size` in `3c` notebook alex-l-kong ([343](https://github.com/angelolab/toffy/pull/343))
- Missing import in extraction notebook camisowers ([334](https://github.com/angelolab/toffy/pull/334))
🧰 Maintenance
- Next Release - v0.1.3 srivarra ([371](https://github.com/angelolab/toffy/pull/371))
📚️ Documentation
- Fix brew install command for pre-commit alex-l-kong ([341](https://github.com/angelolab/toffy/pull/341))
- Update README.md ngreenwald ([333](https://github.com/angelolab/toffy/pull/333))
alex-l-kong, camisowers, ngreenwald and srivarra