Bradley Lowekamp
Bradley Lowekamp
## PR Checklist - [ ] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have been approved) - [ ] No [major design changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#design-changes) were made (or the changes have...
Please consider checking that a module library has undefined python symbols to verify that it has not been statically linked against libpython.a I am using CMake as a build tool...
These functions are not documented in the read the docs. Are the intended for public usage?
Please see SimpleITK/SimpleITKPythonPackage@bdc00b98380e082c0c166efb36d7050bc0854ff9 for details.
Testing the Object event command refactor
Introduced in CMake 3.21, [CMP0126](https://cmake.org/cmake/help/latest/policy/CMP0126.html) changes the way setting cache variables and normal. SimpleITK uses list operations on normal variable then sets cache variables. When the CMP0126 policy is set...
The following tests are failing when DCMTKImageIO is enabled: 963 - itkDCMTKImageIOTest1 (Failed) 965 - itkDCMTKImageIOTest3 (Failed) 968 - itkDCMTKDirCosinesTest (Failed) 976 - itkDCMTKImageIOSlopeInterceptTest (Failed) 977 - itkDCMTKImageIONoPreambleTest (Failed) Running...
Python 3.12 added support for [PEP688](https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-pep688) which enables proper buffer protocols for native python classes. This looks like a good way to improve our interface moving forward. Contributions are welcomed.
This additional option was introduced in ITK here: https://github.com/InsightSoftwareConsortium/ITK/pull/1616 And the warning has been discussed here: https://github.com/InsightSoftwareConsortium/ITK/issues/1607