Skip to content

Commit

Permalink
Release 2.9.4
Browse files Browse the repository at this point in the history
Updated change log for release 2.9.4
  • Loading branch information
dyt811 committed Mar 9, 2022
1 parent d418199 commit 1a3d193
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## v2.9.4 (2022-03-09)
[View detailed changelog](https://github.com/ivadomed/ivadomed/compare/v2.9.3...release)

**FEATURE**

- Segment with ONNX or PT model based on CPU/GPU availability. [View pull request](https://github.com/ivadomed/ivadomed/pull/1086)

**ENHANCEMENT**

- Update microscopy following BEP release. [View pull request](https://github.com/ivadomed/ivadomed/pull/1025)

**BUG**

- Fixing mix-up for GPU training. [View pull request](https://github.com/ivadomed/ivadomed/pull/1063)

- **REFACTORING**

- Refactor missing print statements to be using logger. [View pull request](https://github.com/ivadomed/ivadomed/pull/1085)
- Convert print to logger format for much more granular unified control.. [View pull request](https://github.com/ivadomed/ivadomed/pull/1040)
- Update pybids to 0.14.0. [View pull request](https://github.com/ivadomed/ivadomed/pull/994)

**DOCUMENTATION**

- Add ADS use case in documentation. [View pull request](https://github.com/ivadomed/ivadomed/pull/1080)
- Updated documentation for SoftSeg training. [View pull request](https://github.com/ivadomed/ivadomed/pull/1064)
- Rewrite tutorial 2 with sphinx tab. [View pull request](https://github.com/ivadomed/ivadomed/pull/1045)
- Format revamped Tutorial 1 to highlight the CLI vs JSON approaches. [View pull request](https://github.com/ivadomed/ivadomed/pull/1039)
- Improve Installation Doc Readability based for Step 3 relating to GPU setup. [View pull request](https://github.com/ivadomed/ivadomed/pull/1037)

## v2.9.3 (2022-02-01)
[View detailed changelog](https://github.com/ivadomed/ivadomed/compare/v2.9.2...release)

Expand Down
2 changes: 1 addition & 1 deletion ivadomed/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.3
2.9.4

0 comments on commit 1a3d193

Please sign in to comment.