Skip to content

Commit 87fbbd5

Browse files
authored
Merge pull request #13 from Kitware/update-news
Update news
2 parents db4790a + 2ac85fe commit 87fbbd5

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

docs/news.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 9.5.20250712 is now available!
2+
3+
__July 12, 2025__
4+
5+
You can install the equivalent python wheel with the command
6+
7+
```sh
8+
pip install "vtk==9.5.20250712.dev0" --extra-index-url https://wheels.vtk.org
9+
```
10+
11+
The WASM bundle is available here:
12+
13+
1. [vtk-9.5.20250712-wasm32-emscripten.tar.gz](https://gitlab.kitware.com/vtk/vtk/-/package_files/5444/download)
14+
2. [vtk-9.5.20250712-wasm64-emscripten.tar.gz](https://gitlab.kitware.com/vtk/vtk/-/package_files/5445/download)
15+
16+
17+
## Fix interactor event loop error in wasm64 bundle
18+
19+
__July 10, 2025__
20+
21+
[vtk/vtk!12278](https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12278) fixed a runtime error when the interactor event loop was started in wasm64 bundle.
22+
23+
## Invalidate shader when clipping planes are updated
24+
25+
__July 9, 2025__
26+
27+
[vtk/vtk!12271](https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12271) fixed a bug where the mapper clip planes were not applied when developers used Add/RemoveClippingPlane API after initial render.
28+
129
## 9.5.20250628 is now available!
230

331
__June 21, 2025__
@@ -22,7 +50,7 @@ The [9.5.0 release](https://www.kitware.com/vtk-9-5-0/) includes many improvment
2250
You can install the equivalent python wheel with the command
2351

2452
```sh
25-
pip install "vtk==9.5.0" --extra-index-url https://wheels.vtk.org
53+
pip install "vtk==9.5.0"
2654
```
2755

2856
The WASM bundle is available here:

0 commit comments

Comments
 (0)