Skip to content

Commit

Permalink
Adding .nii fileending in list of suffixes supported by bioformats. (#…
Browse files Browse the repository at this point in the history
…1048)

* Adding .nii fileending in list of suffixes supported by bioformats.

* Update Changelog.md
  • Loading branch information
markbader authored Apr 22, 2024
1 parent be64527 commit 6bdecfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section

### Changed
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)
- Added NIfTI suffix .nii to list of supported bioformats suffixes. [#1048](https://github.com/scalableminds/webknossos-libs/pull/1048)

### Fixed

Expand Down
1 change: 1 addition & 0 deletions webknossos/webknossos/dataset/_utils/pims_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ def get_valid_bioformats_suffixes() -> Set[str]:
"raw",
"xml",
"gif",
"nii",
}


Expand Down

0 comments on commit 6bdecfc

Please sign in to comment.