Tom Birdsong

Results 78 issues of Tom Birdsong

### Description Python module loading change introduced in [https://github.com/InsightSoftwareConsortium/ITK/commit/835dc01388d22c4b4c9a46b01dbdfe394ec23511](https://github.com/InsightSoftwareConsortium/ITK/commit/835dc01388d22c4b4c9a46b01dbdfe394ec23511) appears to break backwards compatibility with ITK Python external modules targeting an older version of ITK. ### Steps to Reproduce 1....

type:Bug

### Description [https://github.com/InsightSoftwareConsortium/ITK/pull/3444](https://github.com/InsightSoftwareConsortium/ITK/pull/3444) and its predecessors such as [https://github.com/InsightSoftwareConsortium/ITK/pull/3200](https://github.com/InsightSoftwareConsortium/ITK/pull/3200) were intended to introduce/improve type hints with the ITK Python package; however, only a subset of Pythonic type hints appear in...

type:Bug

### Description Seeing an issue where ITK v5.3rc03 fails to find the `ImageGrid` module after upgrading from a previous ITK version such as v5.2.post1. Succeeds on a clean install. ###...

type:Bug

### Description `itkStatisticsUniqueLabelMapFilterTest1` recently started failing in CI. Observed failures on both Windows and macOS. ### Steps to Reproduce Run `itkStatisticsUniqueLabelMapFilterTest1` and compare output to baseline ### Expected behavior Test...

type:Bug

## Motivation [ITKModuleTest.cmake](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CMake/ITKModuleTest.cmake) defines the `CreateTestDriver` and `CreateTestDriver_SupportBuildInIOFactories` CMake macros for building module tests with the ITKTestKernel module. Having two closely related but independent macros can lead to extra effort...

status:Backlog

### Description A performance discrepancy is observed when blurring with `FFTDiscreteGaussianImageFilter` in the frequency domain via GPU-based FFTs vs `DiscreteGaussianImageFilter` in physical space via convolution with a separable kernel on...

type:Performance

### Overview Trying to display an ITK 2D point set with "view" fails to show data with the "points" representation. The itkwidgets UI overlay can be used to set points...

## Overview Many ITK remote modules previously depended on the `macos-10.15` Github Actions CI runner which has now been deprecated ([blog post](https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/)). Failures have been observed in updating to `macos-12`...

`zstd` is currently [fetched from data.kitware.com](https://github.com/InsightSoftwareConsortium/ITKPythonPackage/blob/master/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh#L40) for Linux builds and is out of date at v1.2.0 < v1.5.2. Either 1) zstd should be updated on data.kitware.com or 2) zstd should...

### Description Before `.wrap` files were added to `ITKCLEsperanto` the error trace below was observed in Python CI at build time. This is a low-severity issue as it is not...

type:Bug