Skip to content

Commit

Permalink
Release notes for making SimpleITK optional (#497)
Browse files Browse the repository at this point in the history
Also, add `itk` install group docs.
  • Loading branch information
yoda-vid committed May 25, 2023
1 parent 229fa39 commit 5420d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ These package versions are used for automated testing (continuous integration).
| `docs` | Tools for building docs | |
| `gui` | Main graphical interface | |
| `import` | Imports proprietary image formats | |
| `itk` | ITK-Elastix | |
| `jupyter` | Running Notebooks | |
| `pandas_plus` | Exports styled and Excel formats | |
| `simpleitk` | Custom SimpleITK with Elastix | |
Expand Down
7 changes: 4 additions & 3 deletions docs/release/release_v1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@
- Landmark distance measurements save the raw distances and no longer require spacing (#147)
- Masks with angle planes can be constructed (#252)
- `register.RegImgs` is a data class to track registered images (#335)
- Supports image I/O and registration through ITK (#495)
- `ITK-Elastix` support has been added as an alternative to `SimpleITK`
- Both libraries are now optional rather than required dependencies
- Supports image I/O and registration through ITK
- `ITK-Elastix` support has been added as an alternative to `SimpleITK` (#495)
- Both libraries are now optional rather than required dependencies (#497)
- Better support for image direction metadata (#497)
- Fixed changes to large label IDs during registration (#303)

#### Cell detection
Expand Down

0 comments on commit 5420d67

Please sign in to comment.