Skip to content

Conversation

@dyollb
Copy link

@dyollb dyollb commented Aug 11, 2023

Trigger a rebuild (and new PyPI package) with dependency itk-5.3.0.

  • increase version in setup.py
  • slightly modernize the ProxTVImageFilter
  • replace github actions

This fixes issue

@dyollb dyollb changed the title ENH: bump itk version, use ITK github actions ENH: bump itk version to v5.3.0, use ITK github actions Aug 11, 2023
@phcerdan phcerdan requested a review from thewtex August 11, 2023 13:11
Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dyollb thank you!!

unsigned int m_MaximumNumberOfIterations;
ArrayType m_Weights;
ArrayType m_Norms;
unsigned int m_MaximumNumberOfIterations = 10;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not critical, but the modern preferred initialization is {10}.

@thewtex thewtex merged commit b615ce1 into InsightSoftwareConsortium:master Aug 11, 2023
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