Skip to content

Bugfixes before release #700

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

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from
Draft

Conversation

dkuegler
Copy link
Member

This PR fixes several bugs that came up and were resolved during release testing and further review.

Fix the usage of nibabel.orientations.ornt_transform after clarification. nipy/nibabel#1418

Fix Argument-Type related bugs.

  • "soft LIA" to "soft-LIA"
  • ArgumentTypeError to ValueError
  • vox_size can accept a float in addition to a str
  • fix image_size default value overwriting passed value
  • remove test from Docker
  • reorder vox_size and image_size check in is_conform so their order in output is swapped
  • set LANG to en_US in Dockerfile
  • fix image position when cropping with crop_transform
  • only reset LC_NUMERIC in recon_surf/functions, if LC_NUMERIC is not en_US

dkuegler added 2 commits June 4, 2025 13:17
- "soft LIA" to "soft-LIA"
- ArgumentTypeError to ValueError
- vox_size can accept a float in addition to a str
- fix image_size default value overwriting passed value
- remove test from Docker
- reorder vox_size and image_size check in is_conform so their order in output is swapped
- set LANG to en_US in Dockerfile
- fix image position when cropping with crop_transform
- only reset LC_NUMERIC in recon_surf/functions, if LC_NUMERIC is not en_US
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