fvtk 9.6.2.1
fvtk 9.6.2.1 is a maintenance release on the frozen VTK 9.6.2 base. It is a bit-exact drop-in for stock VTK 9.6.2 by default. This release fixes wrapped-class construction and Delaunay3D cell storage, ships the missing Qt subpackage, and tightens the parity gates to test the built wheel.
Fixes
- Delaunay3D output parity (#143, backport of VTK !114): pin the working mesh to stock int64 cell storage so triangulation output matches stock VTK 9.6.2 byte for byte.
- abi3 wrapped-class constructors (#144, backport of VTK !120): apply the object-factory override retype so factory-overridden classes construct with the correct concrete type under the abi3 wrapper.
- pyvistaqt imports (#145): ship the
fvtk.qtsubpackage in the wheel so pyvistaqt can import it.
CI
- Every parity gate now installs and tests the wheel built in the same run, not the last published PyPI release (#146).
Docs
- Recorded that PyVista issue #117 is a by-design int32-default compression-ratio artifact, not an fvtk regression (#141).
Tooling
- Added the fvtk Claude Code plugin for maintenance workflows (#139).