You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a project which was developed and tested against antspyx==0.3.2. As we are preparing the final proofs and repo for publication I have discovered to my horror that the 0.3.2 binary is no longer available on PyPI. Further to my horror, there has been a breaking change in the API - ants.core.ants_image.ANTsImage is no longer aliased to ants.ANTsImage. Needless to say this is less than ideal, and is why god invented __init__.py.
The text was updated successfully, but these errors were encountered:
We have a project which was developed and tested against
antspyx==0.3.2
. As we are preparing the final proofs and repo for publication I have discovered to my horror that the 0.3.2 binary is no longer available on PyPI. Further to my horror, there has been a breaking change in the API -ants.core.ants_image.ANTsImage
is no longer aliased toants.ANTsImage
. Needless to say this is less than ideal, and is why god invented__init__.py
.The text was updated successfully, but these errors were encountered: