Trame

Latest version: v3.7.6

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

Scan your dependencies

Page 9 of 9

2.2.1

Bug Fixes

- **rca**: Add trame-rca in default dependencies
([`7fa2253`](https://github.com/Kitware/trame/commit/7fa2253058aebe6e4e1c5150407f0019b275110b))

Documentation

- **course**: Add links to the course
([`4f79912`](https://github.com/Kitware/trame/commit/4f79912a039c10a46afadc85c084c31977b146e7))

- **course**: Expanded and polished description of course
([`cc4e0ac`](https://github.com/Kitware/trame/commit/cc4e0ac9932ecdabefdcac5b67071bd461e937f8))

- **course**: Update links of documents
([`73bb2e7`](https://github.com/Kitware/trame/commit/73bb2e71c68fb691aa8d265b410a5547accc656a))

- **download**: Add binary download example
([`af70938`](https://github.com/Kitware/trame/commit/af70938509d966eae4cea5d76389ecdd9c97bc88))

- **example**: Add stats to pv/wavelet example
([`c257a54`](https://github.com/Kitware/trame/commit/c257a54a0a06c2a5a0dc2f2879819a9f69effc24))

- **example**: Collaboration state async/busy update
([`792dd28`](https://github.com/Kitware/trame/commit/792dd28e288547f7dfe20eff5596c16554f80a70))

- **examples**: Multi-server example
([`78008d9`](https://github.com/Kitware/trame/commit/78008d9a3b7ba0817df302ae1c81f93b7f618e5a))

- **FiniteElementAnalysis**: Fix file chunk handling
([`7790cd1`](https://github.com/Kitware/trame/commit/7790cd1df397b6988fabf4238317a1957b57c3c7))

- **paraview**: Add info for using conda
([`5e1160d`](https://github.com/Kitware/trame/commit/5e1160d72aef0d0b1edcab0450f90a03b9c0977c))

- **SurfacePicking**: Add jupyter helper function
([`76e6c8b`](https://github.com/Kitware/trame/commit/76e6c8b2a35e34e4a15ac6d3e479941b54500b36))

- **tutorial**: Fix typo in example
([`77b3a1b`](https://github.com/Kitware/trame/commit/77b3a1b6c262dfcfe50f10da26992ae023805f76))

- **vtk**: Rename trame.widgets.vtk to not confuse with vtk import
([`b480332`](https://github.com/Kitware/trame/commit/b48033261f364fd79f0dcd039b4c04c153eb67b1))

fix 127

- **wavelet**: Add sc demo comparison
([`f9d5e36`](https://github.com/Kitware/trame/commit/f9d5e367eefcfa7c27e63e79daa1112b2dba3daf))

- **wavelet**: Add sc demo comparison
([`def850b`](https://github.com/Kitware/trame/commit/def850b5768e2099c0c5c3610117e02b0e8126c9))

2.2.0

Documentation

- **website**: Fix spacing
([`7073f5a`](https://github.com/Kitware/trame/commit/7073f5a401e0b9f626908784f3d8d73ac7316f9e))

Features

- **ClientFile**: Add helper to handle multi-part upload file
([`d00907f`](https://github.com/Kitware/trame/commit/d00907f9b3806cb2d94b6565527956475848a7a2))

2.1.2

Bug Fixes

- **simput**: Add simput as default dependency
([`b6ca24c`](https://github.com/Kitware/trame/commit/b6ca24ccace036122abe6dce27f5d51fab53fb2e))

Chores

- **ignore**: Remove test directory
([`3967b9c`](https://github.com/Kitware/trame/commit/3967b9c234e31e4a06651df99bb2b5a4dcda2eca))

- **semantic-release**: Bump version to latest
([`3718950`](https://github.com/Kitware/trame/commit/37189505b4ef067898727a9258556d9f5e8af0cf))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

Documentation

- **api**: Update client side API
([`738565f`](https://github.com/Kitware/trame/commit/738565fe1960aba916fd7bf6709de5b3f6a33c0a))

- **ci**: Add coverage and codecov upload
([`e6f3181`](https://github.com/Kitware/trame/commit/e6f3181c053c009017a95355721525dc502c5d35))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **coverage**: Add .coveragerc
([`41c4d62`](https://github.com/Kitware/trame/commit/41c4d62e7a6f5dba41fd9305b314c87fa8ed7b6f))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **coverage**: Remove codecov PR comment
([`49065a0`](https://github.com/Kitware/trame/commit/49065a0abb766c06c12972fa5022ee455d1fce9f))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **example**: Add validation for download with promise
([`51ad010`](https://github.com/Kitware/trame/commit/51ad0108a72f24a67449e05eba306581c0f818b9))

- **examples**: Add tkinter file browser example
([`190b37d`](https://github.com/Kitware/trame/commit/190b37dbcf56c900db0e38031f953b5695685067))

This adds an example that uses tkinter for the selection of a directory.

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **examples**: Add validation examples
([`8a7e1ca`](https://github.com/Kitware/trame/commit/8a7e1ca1416e61014c31315096343c83e1c8f91e))

- **examples**: Ensure file browser appears in front
([`ef1a869`](https://github.com/Kitware/trame/commit/ef1a869dd4e6aa8c38a4da2dc3ebd1e1b47332f8))

This is particularly an issue on Windows. Add the line that is necessary to place the dialog in
front.

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **readme**: Add CI badge
([`c07b0d2`](https://github.com/Kitware/trame/commit/c07b0d22c673883e58914ea36489d49fc54b8ac4))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **readme**: Fix invalid path for pict
([`97b4a3c`](https://github.com/Kitware/trame/commit/97b4a3cb0c5a2346775d4f921107772200c87670))

- **relay**: Add reverse connection and relay scenario
([`7cbfbf4`](https://github.com/Kitware/trame/commit/7cbfbf46bf1dc46850768909802da08d725c0944))

- **reverse-stop**: Test client to ask server to stop
([`1877a46`](https://github.com/Kitware/trame/commit/1877a46c9e2be8b4e0a6157de16851d362761734))

- **website**: Improve language and grammar
([`6959dc8`](https://github.com/Kitware/trame/commit/6959dc8971f2bbe34c0afdfc90fe2fabde29c242))

2.1.1

Bug Fixes

- **mimetypes**: Ensure javascript files get the correct mimetype
([`40a9618`](https://github.com/Kitware/trame/commit/40a9618af62da9f7d2b88bc333938c9ccc647487))

On Windows, the mimetypes are obtained from the registry. However, the mimetype for javascript files
is broken. Add some code to ensure that javascript files are identified correctly.

This also adds some infrastructure for adding extra mimetypes that persist even if
`mimetypes.init()` is called.

Signed-off-by: Patrick Avery <patrick.averykitware.com>

Documentation

- **contributing**: Add CONTRIBUTING.rst
([`9e51275`](https://github.com/Kitware/trame/commit/9e5127537c23b743b04cbafff3f5f21ba277344a))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **example**: Fix SimpleCone/RemoteRendering
([`498fd78`](https://github.com/Kitware/trame/commit/498fd7803505068cf269aa1ac83806e1b16d3d03))

2.1.0

Chores

- **pre-commit**: Fix format issue
([`0224fb5`](https://github.com/Kitware/trame/commit/0224fb5fb267c5e8819b09fd241bf2f20c12e424))

Code Style

- **black**: Fix indentation
([`a4977db`](https://github.com/Kitware/trame/commit/a4977db8e3db910785f8b5de22dd42fe5f923797))

Continuous Integration

- **docker**: Add custom www module + app.html
([`95d1ef9`](https://github.com/Kitware/trame/commit/95d1ef9eb1fef9a2c1b0a090aff8cfc44ace7362))

- **docker**: Fix launcher generator script
([`51fe646`](https://github.com/Kitware/trame/commit/51fe6468759a7ef553880206acde39996c48dbbb))

- **docker**: Fix www generator for app.html name
([`6c99fc6`](https://github.com/Kitware/trame/commit/6c99fc6ac7d860d702f74860960e098df72871f3))

- **docker**: Make app key optional with cmd
([`9d73f24`](https://github.com/Kitware/trame/commit/9d73f2428bab44a3be7746293df2499e5b7f0a22))

- **docker**: Make apps.yaml/name/app optional
([`45b8cc5`](https://github.com/Kitware/trame/commit/45b8cc5042fb6908c792b32ef7a6755a1dd96d0f))

Documentation

- **intro**: Remove --pre from pip install command
([`f748dd6`](https://github.com/Kitware/trame/commit/f748dd6736e4736365f9f18c00c5846c53f47793))

- **welcome**: Update note
([`cee6461`](https://github.com/Kitware/trame/commit/cee64613717607cb374e9c2ca07f5d40f1c6c7c8))

Features

- **ui**: Add virtual node ui manager with server
([`6956009`](https://github.com/Kitware/trame/commit/695600928f2bd3e3795c556d609eb11c93ba7c50))

2.0.1

Bug Fixes

- **CI**: Add initial CI with semantic-release
([`a881ffb`](https://github.com/Kitware/trame/commit/a881ffb9232fd2f78e445be4be58dcc112181ff5))

This adds initial CI for trame 2.0, which includes a pre-commit (that currently uses black,
codespell, and flake8), some simple tests, and automatically releasing a new version with semantic
release (including a push to PyPI).

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **jupyter**: Proper server.start() call
([`e67625e`](https://github.com/Kitware/trame/commit/e67625e9775f688da7d80d5b2ea97d779af61dfb))

- **tools.app**: Add tool to create html app
([`d8c11e6`](https://github.com/Kitware/trame/commit/d8c11e679500005b976c8e934230aa8ea9f0d072))

- **tools/www**: Make it server independent
([`1d7ad31`](https://github.com/Kitware/trame/commit/1d7ad3197d445ffd600d5069c993a44c5f831a18))

Chores

- **black**: Run black on source code
([`ea45740`](https://github.com/Kitware/trame/commit/ea457408e97795003a99e70ae881bcfc395f521f))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **commitlint**: Fix commitlint in CI
([`c35973c`](https://github.com/Kitware/trame/commit/c35973ca9029c17a97b16ffbfeb95927ba504430))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **commitlint**: Only run commitlint on PR
([`5ed2b65`](https://github.com/Kitware/trame/commit/5ed2b654935441d04a5460fff76f856a23b9cb87))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **docker**: Update scripts to use v2 www tools
([`361c976`](https://github.com/Kitware/trame/commit/361c976999dfc39f2daffb45bbde2e2a1c86cbe1))

- **fix**: Fix codespell issues
([`1696a9a`](https://github.com/Kitware/trame/commit/1696a9ac36b6a4f0bf136034abf6d080c26babf7))

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **flake8**: Fix flake8 issues
([`a66127c`](https://github.com/Kitware/trame/commit/a66127c67504ae4844a69ff5c81093605c2e585f))

Jupyter also had an issue with the __all__ statement that was fixed.

Signed-off-by: Patrick Avery <patrick.averykitware.com>

- **tools**: List possible tools to be added
([`95a8356`](https://github.com/Kitware/trame/commit/95a8356d461909332848763e4b929391209fe3c4))

- **tools**: List possible tools to be added
([`6309364`](https://github.com/Kitware/trame/commit/6309364757553874255baa3eeb05d579d21564c4))

Continuous Integration

- **actions**: Bring back some basic actions
([`fe6d329`](https://github.com/Kitware/trame/commit/fe6d32910cc20a166f1e0c3331e8aa7457290146))

- **actions**: Removed semantic-release
([`f176c4c`](https://github.com/Kitware/trame/commit/f176c4cd5f0713788e874dce8db58c39a9128a64))

Documentation

- **api**: Add missing information
([`32a9a4a`](https://github.com/Kitware/trame/commit/32a9a4a47232a24e7c79d3f037cd3c2fad7fcf56))

- **api**: Adding more api doc
([`0c9948d`](https://github.com/Kitware/trame/commit/0c9948d03f4a271747965afe7f68b3889e4c9daa))

- **api**: Adding more api doc
([`a78df91`](https://github.com/Kitware/trame/commit/a78df91235244a6cff4f688298bee91e98df5096))

- **content**: Fix doc wording
([`490196e`](https://github.com/Kitware/trame/commit/490196e62a5252a7b8b50d0b6bda03746d796ce8))

It seemed like "change" was referenced too many times in the same sentence.

- **example**: Add link to v1-v2 delta
([`b28723d`](https://github.com/Kitware/trame/commit/b28723d7e9ea56006e230b1898f3d158f77f49d6))

- **example**: Add missing v2 migration
([`7b3cda7`](https://github.com/Kitware/trame/commit/7b3cda7c45b8a60132892f762e16ed28cb709481))

- **example**: Fix RemoteSelection for trame v2
([`4c2ba6d`](https://github.com/Kitware/trame/commit/4c2ba6d2ebc5c4af0bb6427ecaff0435bf6d4a39))

- **examples**: Add ref to v1 + delta
([`c9bc9dc`](https://github.com/Kitware/trame/commit/c9bc9dc80d14c23782c246e3c202d89ffeed3f95))

- **examples**: Update and cleanup examples for v2
([`e8ad216`](https://github.com/Kitware/trame/commit/e8ad2164e64ab1656516f399afed639413ee5421))

- **migration**: Add widgets.html info
([`4e57496`](https://github.com/Kitware/trame/commit/4e5749670935e6ba684289d9f894782a1151c0a8))

- **rtd**: Update wwww
([`13258ad`](https://github.com/Kitware/trame/commit/13258ad7e807d18b5fa7123d28b59f452833a114))

- **website**: Update content to match new api
([`5f55d6a`](https://github.com/Kitware/trame/commit/5f55d6a575d3fb6afb28d49adc66e7f1afb22d96))

- **website**: Update landing page
([`faba163`](https://github.com/Kitware/trame/commit/faba16314dc229be1b9991fb8b3108d3d94a81a9))

Page 9 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.