Bradley Lowekamp

Results 77 issues of 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...

status:Backlog

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...

enhancement
help wanted

These functions are not documented in the read the docs. Are the intended for public usage?

Type: Enhancement
Type: Question
Status: Awaiting response :hourglass_flowing_sand:

Please see SimpleITK/SimpleITKPythonPackage@bdc00b98380e082c0c166efb36d7050bc0854ff9 for details.

Testing the Object event command refactor

Remove reference to legacy virtualenv.

Documentation

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...

type:Bug

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.

Feature Request

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

Feature Request