From 8b999ea29d83033aec6278283c290b4bf29e6a0e Mon Sep 17 00:00:00 2001 From: lauramurgatroyd Date: Mon, 30 May 2022 15:39:46 +0100 Subject: [PATCH] version 22.0.2 --- CHANGELOG.md | 7 ++++++- Wrappers/Python/conda-recipe/meta.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ea1397..a3790349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index ff37080d..46adbff8 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -27,7 +27,7 @@ requirements: run: - python - numpy - - vtk >=9.0.3 + - vtk ==8.1.2 - pyside2 - eqt - importlib_metadata # [py<38]