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

Commit 645dae6

Browse files
committedMay 15, 2018
Merge branch '271-add-changelog-entry-for-version-0-3-0' into 'dev'
Resolve "Add CHANGELOG entry for version 0.3.0" Closes #271 See merge request CMIC/NiftyNet!257
2 parents 9c1b458 + 9b0648e commit 645dae6

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed
 

‎CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.3.0] - 2018-05-15
10+
### Added
11+
* Support for 2D image loading optionally using `skimage`, `pillow`, or `simpleitk`
12+
* Image reader and sampler with `tf.data.Dataset`
13+
* Class-balanced image window sampler
14+
* Random deformation as data augmentation with SimpleITK
15+
* Segmentation loss with dense labels (multi-channel binary labels)
16+
* Experimental features:
17+
- learning-based registration
18+
- image classification
19+
- model evaluation
20+
- new engine design with observer pattern
21+
22+
### Deprecated
23+
* Deprecating the [CmicLab][cmiclab] repository in favour of [GitHub][github]
24+
25+
[cmiclab]: https://cmiclab.cs.ucl.ac.uk/CMIC/NiftyNet
26+
[github]: https://github.com/NifTK/NiftyNet
27+
928
## [0.2.2] - 2018-01-30
1029
### Added
1130
* Improvements for running validation iterations during training
@@ -56,7 +75,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5675
### Fixed
5776
* Bugs in data augmentation, I/O, sampler
5877

59-
[Unreleased]: https://github.com/NifTK/NiftyNet/compare/v0.2.2...HEAD
78+
[Unreleased]: https://github.com/NifTK/NiftyNet/compare/v0.3.0...HEAD
79+
[0.3.0]: https://github.com/NifTK/NiftyNet/compare/v0.2.2...v0.3.0
6080
[0.2.2]: https://github.com/NifTK/NiftyNet/compare/v0.2.1...v0.2.2
6181
[0.2.1]: https://github.com/NifTK/NiftyNet/compare/v0.2.0.post1...v0.2.1
6282
[0.2.0]: https://github.com/NifTK/NiftyNet/compare/v0.1.1...v0.2.0.post1

0 commit comments

Comments
 (0)
This repository has been archived.