v0.0.3
What's Changed
- Algorithm split by @CatEek in #187
- Refactor: Noise Models by @federico-carrara in #205
- Feature: LVAE prediction functions by @melisande-c in #206
- General refactoring and testing of LVAE loss functions. by @federico-carrara in #208
- Renaming pydantic models for noise models and likelihood to
SomethingConfig
by @federico-carrara in #209 - Feature: Add tiling method from Disentangle repository by @melisande-c in #207
- Fixing circular import error arising from importing
UNet
inmodels/__init__.py
by @federico-carrara in #213 - Masked percentage value upper limit by @CatEek in #215
- docs: fix typos, and fix building of docs by @tlambert03 in #214
- LVAE dataset: replace ml_config with pydantic by @veegalinova in #212
- Feature: LVAE prediction compatible with CAREamics tiling pipeline by @melisande-c in #211
- Fix: serialize data statistics as strings by @jdeschamps in #197
- Update authors list by @jdeschamps in #220
- Add custom algorithm to
FCNAlgorithmConfig
by @jdeschamps in #221 - Noise model training by @CatEek in #210
- Implemented
training_step
andvalidation_step
, fixed all the configs needed to instantiate the lightning module by @federico-carrara in #218
New Contributors
- @tlambert03 made their first contribution in #214
Full Changelog: v0.0.2...v0.0.3