We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c606a9 commit 2d548feCopy full SHA for 2d548fe
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# CHANGELOG
2
3
4
+## v2.1.1 (2025-04-23)
5
+
6
+### Bug Fixes
7
8
+- **VtkWindow**: Fix flip and color inversion
9
+ ([`3597106`](https://github.com/Kitware/trame-rca/commit/3597106b16e2cb5a3d700e70a8ed2b6eb6faecf1))
10
11
+* Fix VtkWindow np image reshape which would produce flipped and blue rendering
12
13
14
## v2.1.0 (2025-04-16)
15
16
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trame-rca"
-version = "2.1.0"
+version = "2.1.1"
description = "Remote Controlled Area widget for trame"
authors = [
{name = "Kitware Inc."},
0 commit comments