v0.1.0rc7
What's Changed
- Refactor prediction pipeline by @jdeschamps in #131
- Make normalization mandatory by @jdeschamps in #139
- Drop support for Python3.8 by @jdeschamps in #137
- Add seeds and random number generator by @jdeschamps in #138
- Improve
CAREamist
docs by @jdeschamps in #142 - Simplify
CAREamist
BMZ export by @jdeschamps in #144 - Channel-dependent normalization by @CatEek in #134
- (Fix) Upper versions for numpy, zarr and skimage deps by @jdeschamps in #149
- Fix: Load checkpoint on the correct device by @jdeschamps in #146
- Refactor: Rename image means and stds with plural by @jdeschamps in #147
- Fix: add missing test fail template by @jdeschamps in #155
- Feature: API parameter for custom callbacks by @jdeschamps in #150
- Refactor: Tiling applied post prediction (in contrast to during loop) by @melisande-c in #141
- Feature: Allow Noise2Noise with different in and out channels by @jdeschamps in #152
- Feature: Include LVAE model and training code by @federico-carrara in #154
- Fix: stitch multiple tiled prediction outputs by @melisande-c in #165
- Fix: Fix TTA and add tests by @jdeschamps in #164
- Feature: Welford std approximation by @CatEek in #153
New Contributors
- @federico-carrara made their first contribution in #154
Full Changelog: v0.1.0rc6...v0.1.0rc7