Trame-vtk

Latest version: v2.8.15

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 12

2.8.10

Bug Fixes

- **wheel**: Apply modifiers [alt,shift,ctrl] on wheel event
([`42f2283`](https://github.com/Kitware/trame-vtk/commit/42f22838fe409d8b15ed158240ece25a46d0b7dc))

2.8.9

Bug Fixes

- **VtkView**: Add set_camera method
([`bc7e883`](https://github.com/Kitware/trame-vtk/commit/bc7e8833bbdc6b58d316c99586c04407be5a41d5))

2.8.8

Bug Fixes

- **js**: Track hash of vue-vtk-js as well
([`c82ffec`](https://github.com/Kitware/trame-vtk/commit/c82ffeca9d6d3bddbd65d630f3c6fc9864352eae))

Similar to offline_viewer.html we track and report mismatched hash of all external dependencies. see
also https://github.com/Kitware/trame-vtk/pull/70

Chores

- **js**: Allow triggering release on external artifact static_viewer.html
([`eb8461a`](https://github.com/Kitware/trame-vtk/commit/eb8461af4229588b71a8bd8f34bb72be162d877f))

Previously, when a new version of static_viewer.html is released on the master of vtk-js we couldn't
trigger a release because we do not commit this file but rather grab it during release. This
commit adds the hash of the latest version in a file and a hash check that runs during release but
does not trigger a failure on a mismatch but rather a warning. So now if static_viewer.html is
updated on vtk-js: - If we do not care `.fetch_externals.sh` will just emit a warning - If we
**do** care we update .static_viewer.sha256 and trigger a new release on trame-vtk even if no
other `trame-vtk` change happened during last release.

2.8.7

Bug Fixes

- **remote rendering**: Round view size half up
([`e6777b9`](https://github.com/Kitware/trame-vtk/commit/e6777b9161d381c01e9ec04f592093c9225f1adf))

comply with vue-vtk-js vtkRemoteView implementation which uses Math.round for setting view size.
python builtin round function does not work the same way: it rounds half to even.

2.8.6

Bug Fixes

- **serializer**: Register vtkCompositePolyDataMapper
([`d8c55a8`](https://github.com/Kitware/trame-vtk/commit/d8c55a8be174d83b8b42a5ad3d1dfb379f3243a0))

Documentation

- **readme**: Fix the link of tutorial url
([`0a46f97`](https://github.com/Kitware/trame-vtk/commit/0a46f97f951f0709a1547a7f4e169cf16c33324a))

2.8.5

Bug Fixes

- **py3.8**: Ensure compatibility across py version
([`36a58c1`](https://github.com/Kitware/trame-vtk/commit/36a58c14bd9320a1dfc4bb4e242feea5c48edac7))

* Fix breaks compatability with Python 3.8

Page 2 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.