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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
# v1.3.3 (Tue Mar 25 2025)
2
+
3
+
#### 🐛 Bug Fix
4
+
5
+
- Require nibabel >= 5.3.1 (fixes issues with enhanced DICOMs), and drop Python 3.8 support [#800](https://github.com/nipy/heudiconv/pull/800) ([@bpinsard](https://github.com/bpinsard))
6
+
- Do not create README if there is other allowed README.md or alike [#818](https://github.com/nipy/heudiconv/pull/818) ([@yarikoptic](https://github.com/yarikoptic))
7
+
8
+
#### 🏠 Internal
9
+
10
+
- Minor non-consecuential changes (trailing ., add venv folders to ignore for codespell) [#820](https://github.com/nipy/heudiconv/pull/820) ([@yarikoptic](https://github.com/yarikoptic))
11
+
-[gh-actions](deps): Bump codecov/codecov-action from 4 to 5 [#805](https://github.com/nipy/heudiconv/pull/805) ([@dependabot[bot]](https://github.com/dependabot[bot]))
12
+
13
+
#### 📝 Documentation
14
+
15
+
- Improve formatting in custom_seqinfo doc + provide url to an example [#815](https://github.com/nipy/heudiconv/pull/815) ([@yarikoptic](https://github.com/yarikoptic))
16
+
- DOC: Replace gone pointer to "Usage" with "CLI Reference" [#811](https://github.com/nipy/heudiconv/pull/811) ([@yarikoptic](https://github.com/yarikoptic))
0 commit comments