Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Merge branch '271-add-changelog-entry-for-version-0-3-0' into 'dev'
Browse files Browse the repository at this point in the history
Resolve "Add CHANGELOG entry for version 0.3.0"

Closes #271

See merge request CMIC/NiftyNet!257
  • Loading branch information
wyli committed May 15, 2018
2 parents 9c1b458 + 9b0648e commit 645dae6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](http:https://semver.org/spec/v2.0.0.

## [Unreleased]

## [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
* Deprecating the [CmicLab][cmiclab] repository in favour of [GitHub][github]

[cmiclab]: https://cmiclab.cs.ucl.ac.uk/CMIC/NiftyNet
[github]: https://github.com/NifTK/NiftyNet

## [0.2.2] - 2018-01-30
### Added
* Improvements for running validation iterations during training
Expand Down Expand Up @@ -56,7 +75,8 @@ and this project adheres to [Semantic Versioning](http:https://semver.org/spec/v2.0.0.
### Fixed
* Bugs in data augmentation, I/O, sampler

[Unreleased]: https://github.com/NifTK/NiftyNet/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/NifTK/NiftyNet/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/NifTK/NiftyNet/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/NifTK/NiftyNet/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/NifTK/NiftyNet/compare/v0.2.0.post1...v0.2.1
[0.2.0]: https://github.com/NifTK/NiftyNet/compare/v0.1.1...v0.2.0.post1

0 comments on commit 645dae6

Please sign in to comment.