Skip to content

Commit f03cebe

Browse files
authored
Merge pull request #10 from jspanchu/update-news
Add 9.5.20250628 release
2 parents d15ae64 + 77c8474 commit f03cebe

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

docs/news.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 9.5.20250628 is now available!
2+
__June 21, 2025__
3+
4+
You can install the equivalent python wheel with the command
5+
6+
```sh
7+
pip install "vtk==9.5.20250628.dev0" --extra-index-url https://wheels.vtk.org
8+
```
9+
10+
The WASM bundle is available here:
11+
12+
1. [vtk-9.5.20250628-wasm32-emscripten.tar.gz](https://gitlab.kitware.com/vtk/vtk/-/package_files/5389/download)
13+
2. [vtk-9.5.20250628-wasm64-emscripten.tar.gz](https://gitlab.kitware.com/vtk/vtk/-/package_files/5388/download)
14+
115
## VTK 9.5 is out
216

317
__June 24, 2025__
@@ -19,6 +33,7 @@ The WASM bundle is available here:
1933
__June 23, 2025__
2034

2135
See [vtk/vtk!12192](https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12192)
36+
- vtkScalarBarActor: update reference coordinates when setting position coordinate.
2237
- Fix deserialization of `vtkAlgorithm` inputs
2338
- Fix serialization of `vtkDataSetMapper` inputs
2439
- Enables (de)serialization of necessary indexed properties in _RenderingAnnotation_
@@ -100,7 +115,7 @@ in the _InteractionWidgets_ module.
100115

101116
__June 4, 2025__
102117

103-
- [vtk/vtk!12167] fixed serialization for various classes and enables serialization for more classes in the _ImagingCore_, _ImagingColor_, _RenderingGridAxes_, and the _RenderingImage_ modules.
118+
- [vtk/vtk!12167](https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12167) fixed serialization for various classes and enables serialization for more classes in the _ImagingCore_, _ImagingColor_, _RenderingGridAxes_, and the _RenderingImage_ modules.
104119
- The `vtkSignedCharArray` class now has serialization enabled.
105120
- The redundant width/height properties of vtkActor2D are now excluded from (de)serialization.
106121

@@ -139,7 +154,7 @@ WebGPU classes in VTK are now serialized and available in the vtkWebAssemblyAsyn
139154

140155
__May 27, 2025__
141156

142-
[vtk/vtk!12142] fixes serialization errors that arise when serializing classes in the _RenderingVolume_ module.
157+
[vtk/vtk!12142](https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12142) fixes serialization errors that arise when serializing classes in the _RenderingVolume_ module.
143158

144159
## Add standalone and remote session API
145160

0 commit comments

Comments
 (0)