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