Downloads: https://vtk.org/download/
Python wheels are available on PyPI ( vtk · PyPI ).
We are also currently updating the VTK package in both conda-forge and Spack.
(Is a maven update for the java wrapper scheduled by the way? For now I am using the version I compiled anyway, but I am considering switching to the maven version if it’s available)
Are there specific release notes for 9.5.1? The link just points to the 9.5 release, and from what I can doesn’t specify changes related to 9.5.1. Thanks.
Yeah, it’s pretty obvious that 9.5.md should have a separate section for 9.5.1 so that people can easily see what’s been patched since 9.5.0. @ben.boeckel can this be put into the release instructions so that it’s done for the 9.6 release series?
I can also see that it will be more desirable to add a section of the changes unique to each patch release, it does not have to even be the full release note but a intra-document reference to the it.
the patch release announcement contains just the patch’s changes
I believe the rationale is that anyone updating to X.Y should always use the latest patch version. Updating from 9.3 to 9.5.0 makes no sense now that 9.5.1 is out. So in that sense, it should always be a one-stop-shop for “what is new in 9.5.x”. However, for those doing the patch update, this thread is probably has far more awareness and we can provide such a summary here.
So instead of splitting the X.Y.md file and making prior minor version users have to read multiple documents, would it be sufficient to direct a (reformatting of) the release note file’s diff to be in this announcement thread’s opening post?