Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md for v22.4.0 #312

Merged
merged 3 commits into from
Aug 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
- `examples/image_reader_and_writer.py` is an example of using the `ImageReader` and `ImageWriter`
- `examples/opacity_in_viewer.py` updated to use head dataset from `utils/example_data.py`
- Unit tests for all of the new readers and writers.
- Removed obsolete TIFF code from conversion.py. The following have been removed:
- `vtkTiffStack2numpy`
- `tiffStack2numpy`
- `tiffStack2numpyEnforceBounds`
- `_tiffStack2numpy`
- `normalize`
- `highest_tuple_element`
- Fixed cilTIFFResampler so that if original TIFF file has a set spacing and origin, this is taken into account when resampling.
- Fixed bug in `iviewer` with display of volume render.
- iviewer now shows gradient opacity volume render of head dataset from `utils/example_data.py` by default.
- Fix bug in CILViewer if volume render method is adjusted before volume render turned on.
Expand Down