diff --git a/CHANGES.md b/CHANGES.md index e505479df..1bb9df424 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,29 @@ +## v2.9.2 (2022-01-18) +[View detailed changelog](https://github.com/ivadomed/ivadomed/compare/v2.9.1...release) + +**FEATURE** + +- Implementation of Random Blur Augmentation. [View pull request](https://github.com/ivadomed/ivadomed/pull/1034) +- Implementation of Random Bias Field Augmentation. [View pull request](https://github.com/ivadomed/ivadomed/pull/1033) +- Implementation of Random Gamma Contrast Augmentation. [View pull request](https://github.com/ivadomed/ivadomed/pull/1015) + +**DEPENDENCIES** + +- Unpin `tensorboard` to avoid conflict with downstream SCT requirements. [View pull request](https://github.com/ivadomed/ivadomed/pull/1048) + +**BUG** + +- Rename prediction filenames: add class index and compat. for multi-rater. [View pull request](https://github.com/ivadomed/ivadomed/pull/1043) +- Fix pixel size keyword in run_segment_command. [View pull request](https://github.com/ivadomed/ivadomed/pull/1024) +- Replaced flip_axes with the correct bool element at index.. [View pull request](https://github.com/ivadomed/ivadomed/pull/1013) + +**DOCUMENTATION** + +- Add microscopy tutorial. [View pull request](https://github.com/ivadomed/ivadomed/pull/1036) +- Removed one child-headings for clarity. [View pull request](https://github.com/ivadomed/ivadomed/pull/1028) +- Typo fix for URL that is bricking the Colab link. [View pull request](https://github.com/ivadomed/ivadomed/pull/1021) +- Experimental incorporation of tutorial jupyter notebooks open in Colab path. [View pull request](https://github.com/ivadomed/ivadomed/pull/998) + ## v2.9.1 (2021-12-13) [View detailed changelog](https://github.com/ivadomed/ivadomed/compare/v2.9.0...release) diff --git a/ivadomed/version.txt b/ivadomed/version.txt index 686dd8c8d..777f5d7a8 100644 --- a/ivadomed/version.txt +++ b/ivadomed/version.txt @@ -1,3 +1,3 @@ -2.9.1 +2.9.2