Releases: Kitware/trame-rca
Releases · Kitware/trame-rca
v2.1.2
v2.1.2 (2025-04-24)
Bug Fixes
- widget: Add alias with warning to avoid breaking change (
7dd242e
)
Detailed Changes: v2.1.1...v2.1.2
v2.1.1
v2.1.1 (2025-04-23)
Bug Fixes
- VtkWindow: Fix flip and color inversion (
3597106
)
- Fix VtkWindow np image reshape which would produce flipped and blue rendering
Detailed Changes: v2.1.0...v2.1.1
v2.1.0
v2.1.0 (2025-04-16)
Bug Fixes
- tests: Adapt test to match the refacto (
e57fb87
)
Documentation
- Document abstract class (
b078ff9
)
Features
- vanilla-example: Add vanilla example without vtk (
ce9af29
)
Detailed Changes: v2.0.2...v2.1.0
v2.0.2
v2.0.2 (2025-04-02)
Bug Fixes
- ci: Fix missing dependency (
5122a27
)
The packaging
module was added in commit 263aad6 but it was missing from the requirements of this package.
Detailed Changes: v2.0.1...v2.0.2
v2.0.1
v2.0.1 (2025-03-27)
Bug Fixes
- rca_encoder: Fix turbo JPEG encode color (
fd6e3d6
)
Detailed Changes: v2.0.0...v2.0.1
v2.0.0
v1.3.1
v1.3.0
v1.3.0 (2025-03-26)
Continuous Integration
- Install turbo-jpeg for tests (
1fd21f9
)
Features
- encoder: Add new turbo jpeg encoder (
67c23a7
)
Testing
- Fix api call (
216ed29
)
Detailed Changes: v1.2.0...v1.3.0
v1.2.0
v1.2.0 (2025-03-06)
Bug Fixes
- ci: Fix missing dependency (
fd0eece
)
- Add missing RcaViewAdapter dependencies
- RcaRenderScheduler: Fix RcaRenderScheduler meta type (
dd1960f
)
- Fix RcaRenderScheduler wrong image meta type for Python 3.11+
caused by str Enum mixin behavior change.
Features
- RcaViewAdapter: Add method to schedule render (
c90edda
)
- Add method to schedule render from adapter
- Update example with schedule render usage
Detailed Changes: v1.1.1...v1.2.0
v1.1.1
v1.1.1 (2025-02-07)
Bug Fixes
- RcaViewAdapter: Enforce WindowResizeEvent on linux (
263aad6
)
Manual invoke event can be removed when VTK has the following MR merged See https://gitlab.kitware.com/vtk/vtk/-/merge_requests/11905
Detailed Changes: v1.1.0...v1.1.1