Skip to content

Latest commit

 

History

History
82 lines (69 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

82 lines (69 loc) · 3.12 KB

Changelog

All notable changes to NiftyNet are documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.0 - 2018-05-15

Added

  • Support for 2D image loading optionally using skimage, pillow, or simpleitk
  • Image reader and sampler with tf.data.Dataset
  • Class-balanced image window sampler
  • Random deformation as data augmentation with SimpleITK
  • Segmentation loss with dense labels (multi-channel binary labels)
  • Experimental features:
    • learning-based registration
    • image classification
    • model evaluation
    • new engine design with observer pattern

Deprecated

0.2.2 - 2018-01-30

Added

  • Improvements for running validation iterations during training

Fixed

  • Bugs when running validation iterations during training
  • Minor bugs in loss function modules, histogram standardisation, user parameter parsing

0.2.1 - 2017-12-14

Added

  • Support for custom network / application as external modules
  • Unified workspace directory via global configuration functionalities
  • Model zoo for network / data sharing
  • Automatic training / validation / test sets splitting
  • Validation iterations during training
  • Regression application
  • 2D / 3D resampler layer
  • Versioning functionality for better issue tracking
  • Academic paper release: "NiftyNet: a deep-learning platform for medical imaging"
  • How-to guides and a new theme for the API and examples documentation

0.2.0 - 2017-09-08

Added

Fixed

  • Bugs (30+ issues resolved)

0.1.1 - 2017-08-08

Added

  • Source code open sourced (CMICLab, GitHub)
  • Initial PyPI package release
  • Refactored sub-packages including engine, application, layer, network
  • Command line entry points
  • NiftyNet logo

Fixed

  • Bugs in data augmentation, I/O, sampler