PyVista <-> Trame integration #884
banesullivan
started this conversation in
Show and tell
Replies: 1 comment
|
Thanks for isolating it. It will indeed make thing simpler to track and improve. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Quick heads up: the PyVista <-> Trame integration that previously lived inside the main PyVista repository has been extracted into its own standalone package,
trame-pyvistaand the previous trame implementations will be deprecated in PyVista v0.49, per pyvista/pyvista#8625Everything has been migrated there with full git history:
PyVistaLocalView,PyVistaRemoteView,PyVistaRemoteLocalView,plotter_ui, the Jupyter backends (trame/server/client/html), and theexport_html/export_vtkszhelpers. PyVista discovers it automatically via entry points, so no code changes are needed by end-users, just install it alongside PyVista. Oldpyvista.trame.*imports still work via a thin deprecation shim.Why we split it out:
I have ensured that the @pyvista/kitware team has access to this new repository but let me know if there are other people that should be added to that team to help maintain this trame package. I'd love to grow a small group of maintainers who care about this PyVista <-> Trame integration and can help drive it forward without being bogged down by the bigger efforts in the main PyVista repository.
All reactions