Skip to content

Version 3.6.4

Choose a tag to compare

@danifranco danifranco released this 15 Aug 11:41
· 348 commits to master since this release

Major:

  • Create conda-forge package of BiaPy. Extra info: meta.yaml + CI to trigger package creation on new release
  • BMZ updates:
    • Creates a model.py file for BMZ packge by collecting all functions and imports that are necessary to build the model
    • Change the environment.yaml to only be created when timm is used in the model

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_DOWN handling for HRNet
  • Adapt HRNet to 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 multiresunet as it was before
  • Correct a bug in pair_base_data_generator.py

Full Changelog: v3.6.3...v3.6.4