Skip to content

Commit

Permalink
Update CHANGELOG.md (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramurgatroyd authored Aug 19, 2022
1 parent de27fed commit 70b1f28
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 70b1f28

Please sign in to comment.