Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Loïc Gaillard
VTK
Commits
d4701cb4
Commit
d4701cb4
authored
1 year ago
by
David Gobbi
Browse files
Options
Downloads
Patches
Plain Diff
Add note for int8 to vtkSignedCharArray conversion
parent
78608d54
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/release/9.3.md
+3
-0
3 additions, 0 deletions
Documentation/release/9.3.md
with
3 additions
and
0 deletions
Documentation/release/9.3.md
+
3
−
0
View file @
d4701cb4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment