We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3284978 commit 77eb625Copy full SHA for 77eb625
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# CHANGELOG
2
3
4
+## v2.1.3 (2025-06-13)
5
+
6
+### Bug Fixes
7
8
+- **VtkWindow**: Fix performances during image flip
9
+ ([`3284978`](https://github.com/Kitware/trame-rca/commit/328497890cb8651d8cdb5114faa7d87f17b5b92e))
10
11
+- Remove array allocation during image flip
12
13
14
## v2.1.2 (2025-04-24)
15
16
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trame-rca"
-version = "2.1.2"
+version = "2.1.3"
description = "Remote Controlled Area widget for trame"
authors = [
{name = "Kitware Inc."},
0 commit comments