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

Commit

Permalink
Merge pull request #451 from NifTK/releasing-0.6.0
Browse files Browse the repository at this point in the history
Add changelog release notes for v0.6.0 [skip-ci]
  • Loading branch information
dzhoshkun committed Oct 9, 2019
2 parents 3cba2af + a9a250d commit f215eb3
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ and this project adheres to [Semantic Versioning](http:https://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.6.0] - 2019-10-09
### Added
* isotropic random scaling option
* volume padding with user-specified constant
* subpixel layer for superresolution
* various loss functions for regression (smooth L1 loss, cosine loss etc.)
* handler for early stopping mechanism
* aggregator with multiple outputs including labels in CSV
* nnUNet, an improved version of UNet3D
* data augmentation with mixup and mixmatch
* documentation contents
* demo for learning rate scheduling
* demo for deep boosted regression
* initial integration of NiftyReg Resampler
* initial integration of CSV reader

### Fixed
* issue of loading binary values of NIfTI file
* various fixes in CI tests
* prefix name for aggregators
* various improvements in error messages
* issue of batch indices in the conditional random field
* issue of location selection in the weighted sampler
* model zoo: compatibility upgrade
* model zoo: new decathlon hippocampus dataset

### Changed
* feature normalisation types options: instance norm, group norm, batch norm
* convolution with padding option
* various documentation and docstrings
* defaulting to remove length one dimensions when saving a 5D volume

## [0.5.0] - 2019-02-04
### Added
* Version controlled model zoo with git-lfs
Expand Down Expand Up @@ -115,7 +147,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.5.0...HEAD
[Unreleased]: https://github.com/NifTK/NiftyNet/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/NifTK/NiftyNet/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/NifTK/NiftyNet/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/NifTK/NiftyNet/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/NifTK/NiftyNet/compare/v0.2.2...v0.3.0
Expand Down

0 comments on commit f215eb3

Please sign in to comment.