Version 3.6.4
Major:
- Create conda-forge package of BiaPy. Extra info: meta.yaml + CI to trigger package creation on new release
- BMZ updates:
- Creates a
model.pyfile for BMZ packge by collecting all functions and imports that are necessary to build the model - Change the
environment.yamlto only be created whentimmis used in the model
- Creates a
Minor:
- Change docstrings so the documentation API is built correctly
Bugs fixed:
- Fix minor error that was forcing some models to return a dictionary due to the contrastive learning code added previously
- Fix a bug in contrastive learning
- Fix
Z_DOWNhandling forHRNet - Adapt
HRNetto prediction by chunks - Restrict padding in chunked data generator to avoid edge case errors
- Transpose extra 3D image and mask in generator. Needed for CutMix.
- Change last_block in
multiresunetas it was before - Correct a bug in
pair_base_data_generator.py
Full Changelog: v3.6.3...v3.6.4