Skip to content
Snippets Groups Projects
Commit d4701cb4 authored by David Gobbi's avatar David Gobbi
Browse files

Add note for int8 to vtkSignedCharArray conversion

parent 78608d54
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,9 @@ Changes made since VTK 9.2.0 include the following.
- OSMesa VTK wheels are now provided. These are available on VTK's official
channels (the VTK repository's Python index and `vtk.org`), but not PyPI
because OSMesa conflicts with other OpenGL packages.
- The numpy adapter (`util.numpy_support`) converts `numpy.int8` arrays to
`vtkSignedCharArray` rather than `vtkCharArray`, to ensure that signedness
is preserved by the conversion.
[](#changes-rendering)
### Rendering
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment