Skip to content

COMP: Update RemoteModulePackageAction and Python 3.10+#166

Merged
hjmjohnson merged 3 commits intomainfrom
update-pyproject-and-workflows
Apr 3, 2026
Merged

COMP: Update RemoteModulePackageAction and Python 3.10+#166
hjmjohnson merged 3 commits intomainfrom
update-pyproject-and-workflows

Conversation

@hjmjohnson
Copy link
Copy Markdown
Member

@hjmjohnson hjmjohnson commented Nov 12, 2025

  • Update github actions to v5.4.5 and package management for python 3.10
  • Fix duplicate SWIG template instantiation in StructureTensor wrapping that caused Python wheel builds to fail

Update github actions to v5.4.4 and package management for python 3.10
@hjmjohnson hjmjohnson changed the title COMP: Update RemoteModulePackageAction and Python 3.9+ COMP: Update RemoteModulePackageAction and Python 3.10+ Apr 1, 2026
@hjmjohnson hjmjohnson force-pushed the update-pyproject-and-workflows branch from d0ea0c3 to b15d79d Compare April 1, 2026 22:36
@hjmjohnson hjmjohnson force-pushed the update-pyproject-and-workflows branch from f3da3b4 to ce8d439 Compare April 2, 2026 22:55
…pping

The VariableSizeMatrix Image wrapping iterated over WRAP_ITK_REAL types
but always used double for the matrix element type, producing multiple
names for the same underlying type. SWIG -Werror turned the resulting
Warning 404 (duplicate template instantiation) into a build failure.

Remove the redundant foreach(t) loop for Image and ImageSource
wrappings where the type is always VariableSizeMatrix<double>,
and use consistent template names across all related wrappings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@hjmjohnson hjmjohnson force-pushed the update-pyproject-and-workflows branch from ce8d439 to c328d89 Compare April 2, 2026 23:01
@hjmjohnson hjmjohnson force-pushed the update-pyproject-and-workflows branch from 3e09431 to c0846a4 Compare April 3, 2026 12:02
@hjmjohnson hjmjohnson merged commit 5c5b0d1 into main Apr 3, 2026
3 checks passed
@thewtex thewtex deleted the update-pyproject-and-workflows branch April 6, 2026 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants