Skip to content

Commit

Permalink
version 22.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramurgatroyd committed May 30, 2022
1 parent 6ac6efa commit 8b999ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## v22.x.x

## v22.1.2
* Changes released in 22.0.2, but also requires vtk version >= 9.0.3

## v22.0.2
* requires vtk 8.1.2
* When a new image is loaded on the 3D viewer, reset camera position, slice and volume orientation and visibility, and clipping planes.
* Fix downsampling of resample readers when working with datatypes other than uint8. Previously resulting size of image was multiple times greater than requested target size as uint8 type was always assumed.

Expand Down
2 changes: 1 addition & 1 deletion Wrappers/Python/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
run:
- python
- numpy
- vtk >=9.0.3
- vtk ==8.1.2
- pyside2
- eqt
- importlib_metadata # [py<38]
Expand Down

0 comments on commit 8b999ea

Please sign in to comment.