-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.18.1: Upgrade elastix to 2023-09-18, converts external initial transforms #247
v0.18.1: Upgrade elastix to 2023-09-18, converts external initial transforms #247
Conversation
Could you also bump version number in |
Wouldn't it be sufficient to you to just locally use one of the wheels produced by the CI? |
I want other people to be able to reproduce my work 😄 And having pip-installable package is super-useful for that. There is a compile error: |
Thanks @dzenanz I'm busy preparing a fix now. Update -- here it is: |
Supports passing a transform retrieved by `GetCombinationTransform()` or `GetNthTransform(n)` to `ConvertToItkTransform`, when an _external_ initial transform was specified before running the registration. Also including various performance improvements. Including: pull request SuperElastix/elastix#946 commit SuperElastix/elastix@7bcb2b3 ENH: Write external initial transforms to ITK transform file pull request SuperElastix/elastix#949 commit SuperElastix/elastix@601f465 ENH: `ConvertToItkTransform` should support external initial transform pull request SuperElastix/elastix#950 commit SuperElastix/elastix@7e883bf ENH: Add GetInitialTransform() and GetExternalInitialTransform() pull request SuperElastix/elastix#959 commit SuperElastix/elastix@3979978 PERF: Speed up ComputeJacobianTerms access to `vnl_sparse_matrix` pull request SuperElastix/elastix#960 commit SuperElastix/elastix@4d028f7 PERF: Speed up full, grid, sparse mask samplers by a local sampleVector
81d810c
to
b565286
Compare
@N-Dekker what is meant by "external" here? |
Thanks for asking, Matt, it's the topic of the following issue: |
Supports passing a transform retrieved by
GetCombinationTransform()
orGetNthTransform(n)
toConvertToItkTransform
, when an external initial transform was specified before running the registration.Also including various performance improvements.
Including:
pull request SuperElastix/elastix#946
commit SuperElastix/elastix@7bcb2b3
ENH: Write external initial transforms to ITK transform file
pull request SuperElastix/elastix#949
commit SuperElastix/elastix@601f465
ENH:
ConvertToItkTransform
should support external initial transformpull request SuperElastix/elastix#950
commit SuperElastix/elastix@7e883bf
ENH: Add GetInitialTransform() and GetExternalInitialTransform()
pull request SuperElastix/elastix#959
commit SuperElastix/elastix@3979978
PERF: Speed up ComputeJacobianTerms access to
vnl_sparse_matrix
pull request SuperElastix/elastix#960
commit SuperElastix/elastix@4d028f7
PERF: Speed up full, grid, sparse mask samplers by a local sampleVector