-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Itk 5.3.0 #402
Itk 5.3.0 #402
Conversation
07e24ea
to
76a97b0
Compare
- find_package - Superbuild Git Tag - Superbuild Python package - CI version - Bump CMake policy versions to match ITK 5.3.0 - Testing data root CID (one new testing file) - Add estuary.tech gateway - Add GitHub Pages testing data resource
@dzenanz why is there a Windows warning:
|
The examples are probably using some combination of options which we don't routinely test. Found it: examples use a different version of zlib, not the one bundled with ITK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like I was wrong, and external zlib wasn't the problem.
We rarely use/test |
Maybe I was looking at the wrong build, and now the problem are 3 failing tests? |
I issued a rerun of the failed jobs. With updated time, it will be easier to tell what is the problem. |
The compile warnings are still there, |
There is an outstanding PR to fix this in |
91fbf9e
to
7ffc940
Compare
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Port of: zlib-ng/zlib-ng#1371 To address: ``` D:\a\bld\ITK\Modules\ThirdParty\ZLIB\src\itkzlib-ng\crc32_braid.c(128): warning C4311: 'type cast': pointer truncation from 'const uint8_t *' to 'unsigned long' ``` in InsightSoftwareConsortium/ITKSphinxExamples#402
Hopefully address Docker build errors.
Build warnings are preventing a clean dashboard, we no longer bulid CPython, and we are reducing our dependency on VTK -- just use the vendored version in ITK.
To address: ``` ConvertNumPyArrayToitkImage.ipynb:: WARNING: Pygments lexer name 'ipython3' is not known ``` per: - spatialaudio/nbsphinx#24 Also install ipywidgets for general use in the Superbuild.
- windows-2022 - ubuntu-22.04 - macos-12 And other Action dependencies.
e111ef6
to
8ad3832
Compare
Bumps to HEAD of current ITK `release` branch to incorporate: - InsightSoftwareConsortium/ITK@0892cd1 - InsightSoftwareConsortium/ITK@0cd5391 to address CI warnings. We also need to enable ITK_LEGACY_REMOVE in the Superbuild.
No description provided.