Skip to content

Commit

Permalink
Release v2.9.5 Documentation Update (#1117)
Browse files Browse the repository at this point in the history
Update the release documentation
  • Loading branch information
dyt811 committed Apr 7, 2022
1 parent 4365646 commit f147167
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v2.9.5 (2022-04-06)
[View detailed changelog](https://github.com/ivadomed/ivadomed/compare/v2.9.4...release)

**BUG**

- Fix TSV metadata indexation and remove unused lines from bids_dataframe based on split_method. [View pull request](https://github.com/ivadomed/ivadomed/pull/1112)
- Fix loading of TIF 16bits grayscale files. [View pull request](https://github.com/ivadomed/ivadomed/pull/1107)
- Fix loading when names of multiple target_suffix overlap. [View pull request](https://github.com/ivadomed/ivadomed/pull/1100)

**ENHANCEMENT**

- Add type hintings to fields inside all keywords(KW) dataclasses. [View pull request](https://github.com/ivadomed/ivadomed/pull/1109)

**DOCUMENTATION**

- Clarify data and loading documentation. [View pull request](https://github.com/ivadomed/ivadomed/pull/1103)


## v2.9.4 (2022-03-09)
[View detailed changelog](https://github.com/ivadomed/ivadomed/compare/v2.9.3...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.4
2.9.5

0 comments on commit f147167

Please sign in to comment.