Could we have a new VTK 9.x release soon?

Hum how did you reply inline Mathieu?
via email, I guess? Discourse doesn’t seem to have an inline reply button?


|
|

  • | - |

What version? I don’t know!

Use the last released version, 9.0.1

That is pretty old, and I want to avoid hitting old bugs that have since been fixed over the last 8+ months…

I saw a few bug reports that are in the release/master that could affect me - hard to tell.
Plus I may have a few patches to push up.

And what is the “release” branch for exactly? Is this a “more stable” version of master?

The release branch is used for new patch release (eg: 9.0.2 if it ever comes) and only contains bugfixes, it does not contains new features as master does.

I should also mention that this would be a good page to document the release plans: hasn’t been updated for 9.x at all yet …

Indeed, the wiki is being phased out. You can find documentation about the VTK 9 changes and release notes here: https://discourse.vtk.org/t/vtk-9-0-0/3205/6

Thanks, I’ll track that thread.

That being said, we definitely needs to improve and clarify this process.

Even just cleaning up old links on the wiki might help in the meantime.
For example, I noticed there was a link to the old bug tracker that doesn’t work.

Are you a VTK contributor @Paul_Harris ? Maintaining and improving a opensource project as complex a VTK is a very big task and we will take any help we can get.

I have contributed over the last (nearly) 2 decades, with a few small patches and bugfixes,
but they have mostly been lost in the bug tracker and not folded in due to lack of attention.

I don’t have time to do any extra contributions or work for the VTK cause specifically, but if I do need to patch VTK, I will be pushing patches / pull requests as best I can.

Just select the text and then click Reply.

That is pretty old, and I want to avoid hitting old bugs that have since been fixed over the last 8+ months…

I saw a few bug reports that are in the release/master that could affect me - hard to tell.
Plus I may have a few patches to push up.

Then use master

I think it’s fair that Kitware focuses their resources on the master and release branches, and not on release-8.2 or release-7.1 etc. But as a community that is larger than just Kitware, with a fair number of members that have a real need to maintain the older branches, we really need to form a special interest group to look for solutions.

I’m in a similar situation as Paul. I’ve often had to backport patches to old versions of VTK, and I’d love to have a platform to share these patches. Surely there are enough of us in this situation that we can find a way to pool our resources? I’m envisioning something simple, like a vtk-backports github repository where these old branches can live. Each old branch can have a maintainer, someone from the community whose responsibility it is to ensure the stability of that branch. Kitware doesn’t have to be involved unless they want to be.

Any opinions?

I still don’t know how you reply inline to a previous post on discourse!

re David’s suggestion of a vtk-backports, it could be a fork but then it is hard to find and you may not get a critical mass of contributors… or kitware could give a few maintainers push-permissions to a branch, named something like “unofficial-backports-8.2” or something like that.

What about test servers for those branches?

I don’t expect that there would be any. Backport branches would not be for active development or for rolling releases. A person would pull from a backport branch because they need a fix for a legacy application. And that person/organization should have procedures in place for testing their legacy apps before redeployment.

In my view, the point of a backport branch is to share patches, not to produce new releases of old versions of VTK.

Paul, inline replying, or even quoting don’t work for me either. It just seems to swallow anything that’s a quote. I think it only works if you use the discourse webpage, and doesn’t work from email. :frowning:

Todd, what about test servers in general? Looking at cdash, I don’t see anyone but kitware and Rogue Research (me) running any test builds at all. There was definitely more years ago.

I’m in there too! Look for the machine “beck” in the nightlies. Though I do an awful job of maintaining it…

Inlining replies - Doesn’t work on the webpage for me either.

I’ll probably try and use the release branch, so i have no opinion on testing backports.

But at least if you have a backports branch, it provides a place for users on older releases to find each other and discuss things.

And would perhaps be a good place to help people upgrade to v9.
Ie tagged issue threads on gitlab or something.

We also should really either remove the old wiki,
or make notes on each page about which version the examples are appropriate for.

For example:
https://vtk.org/Wiki/VTK/Tutorials/CMakeListsFile

This hasn’t been correct for years now…

Hmm, now I have no idea.
I see a message that VTK_USE_FILE is no longer used since 8.90,
but,
the current vtk.git/Examples/Tutorial/Step1/Cxx/CMakeLists.txt
still has VTK_USE_FILE …

I found the new method here:
3645 topic
Would be great if it were documented and examples updated etc, or at least drop a readme in there that is blindingly obvious to find. There might already be something in there, but I might be more blind than most…

See the new VTK Examples website: https://kitware.github.io/vtk-examples/site/

The Examples within VTK itself should be cleaned up/

The wiki is being phased out.

I’ve started on 9.0.2 and want it done by the end of the month. There are no plans for a new release from master at this time though. I’ve gone through and added all MRs in release since 9.0.1 to the milestone I added at least. If there are any other changes, please get them up sooner rather than later. The only thing that I’m waiting for is this MR which adds macOS arm64 wheels which I’ll then backport once it works.

It will be a high bar for anything else: compile failures, platform support, or other similar things. No new APIs or features otherwise.

5 Likes

I’ve not seen anything else proposed for 9.0.2, so if I don’t hear anything, I’ll start that process on Monday.

1 Like

Are we going to have wheels for 9.0.2? If so it would be nice (but not required to have 09a65a73f4 and 8e55d0b4b5) in it.

Yes, that was the main thing I was looking to backport. Those changes look way to big to include in a patch release though, sorry.

No worries, that make sense.

I’ve finished compiling a list of bug fixes in !8102.

vtk 9.1 has been released !

1 Like