Skip to content

miscnn_v1.2

Compare
Choose a tag to compare
@muellerdo muellerdo released this 29 Jul 08:53
· 72 commits to master since this release

MIScnn release version 1.2

Changelog:

  • Fixed Python support only for 3.7 & 3.8 (CI/CD)
  • Updated various dependencies (Tensorflow 2.5.0)
  • Dropped Travis-CI support and integrated GitHub Actions
  • Fixed a grayscale Image IO interface bug
  • Enhanced plain U-Net architecture
  • Implemented CLI interface for MIScnn
  • Reworked detail storage of samples in MIScnn
  • Enhanced cross-validation functionality
  • Enhanced unittesting scenarios
  • Fixed a bug in the DataGenerator
  • Various quality of life improvements