I googled around a bit for the release schedule for ITK and came up with:
But nothing really past that. We are patiently waiting for both the 5.4.0 official release and the anaconda packages that go with it so that we can move up from 5.2.1.
Hoping to also have VCPKGs of ITK also updated around the same time.
Having read through the release document for ITK I understand that it is a huge undertaking to get all of these packages in the queue and released. I am curious what the time table for the official 5.4.0 might be?
In addition to the tag, the Python packages are available. Other release components are being minted. The Git tag will not change – it can be used, if that is all that you need. We will make the release announcement when everything is available.
Any update on why the 5.4 version is not yet uploaded on anaconda ? I noticed the libitk feedstock’s last version is 5.4 but the itk feedstock’s last version is only 5.3 (whereas the official pypi’s version is 5.4). Am I missing something ?
The technical details are complicated, but we are progressing to improve them so that faster and more maintainable releases of the itk conda-forge package are possible. For example, we recently added pixi support for local development and to enable testing in CI, which uses the conda-forge toolchains.
I am currently working on updating a project from python 3.11 to 3.12, which is why I need itk 5.4. The issue is that the project is quite complicated and requires building some packages with conda build and one of them (OTB) needs itk. We can’t, at the moment, switch to pip, but maybe pixi could be an intersecting alternative. We already identified it as a potential new package manager, as we still want to switch away from conda.