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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,39 @@
1
+
# v1.3.4 (Wed Sep 24 2025)
2
+
3
+
#### 🐛 Bug Fix
4
+
5
+
- Sanitize "locator" value [#830](https://github.com/nipy/heudiconv/pull/830) ([@yarikoptic](https://github.com/yarikoptic))
6
+
-[FIX] remove XA partial volumes, generated by dcm2niix as derived data [#817](https://github.com/nipy/heudiconv/pull/817) ([@bpinsard](https://github.com/bpinsard))
7
+
-[ENH] filter dicoms earlier to avoid nibabel crash with XA ill-formed mutli-planar localizer dicoms [#806](https://github.com/nipy/heudiconv/pull/806) ([@bpinsard](https://github.com/bpinsard))
8
+
- Address typing issues (and avoid some minor code duplication) [#828](https://github.com/nipy/heudiconv/pull/828) ([@yarikoptic](https://github.com/yarikoptic))
9
+
- remove bval bvecs files generated for SBRef on XA60/CMRR/dcm2niix [#819](https://github.com/nipy/heudiconv/pull/819) ([@bpinsard](https://github.com/bpinsard))
10
+
11
+
#### 🏠 Internal
12
+
13
+
-[gh-actions](deps): Bump actions/setup-python from 5 to 6 [#833](https://github.com/nipy/heudiconv/pull/833) ([@dependabot[bot]](https://github.com/dependabot[bot]))
14
+
-[gh-actions](deps): Bump actions/checkout from 4 to 5 [#827](https://github.com/nipy/heudiconv/pull/827) ([@dependabot[bot]](https://github.com/dependabot[bot]))
15
+
- Add claude workflow [#827](https://github.com/nipy/heudiconv/pull/827) ([@yarikoptic](https://github.com/yarikoptic))
16
+
- Use ubuntu-22.04 until we fixup NeuroDebian APT for debian and ubuntu [#825](https://github.com/nipy/heudiconv/pull/825) ([@yarikoptic](https://github.com/yarikoptic))
17
+
18
+
#### 📝 Documentation
19
+
20
+
- Fix the name of the `podman` executable in the docs [#829](https://github.com/nipy/heudiconv/pull/829) ([@mih](https://github.com/mih))
21
+
- DOC: fix the description of filter_files [#823](https://github.com/nipy/heudiconv/pull/823) ([@mslw](https://github.com/mslw)[@yarikoptic](https://github.com/yarikoptic))
0 commit comments