26.0.2
A patch release in the 26.0 series. This release primarily addresses dependency version issues. Nilearn versions 0.13.0 and 0.13.1 have a bug affecting the masking.unmask function, which tedana relies on heavily. We have pinned an earlier version in tedana's requirements to circumvent that bug.
We have also dropped support for Python version 3.9 since it is no longer supported and has caused issues with some dependencies. We meant to do this in 26.0.0, but it slipped through the cracks.
What's Changed
🐛 Bug Fixes
- Increasing minimum nilearn and mapca versions by @handwerkerd in #1387
- Block Nilearn 0.13.0/0.13.1 and uv lock by @tsalo in #1391
Other Changes
- Add information about new variance outputs by @tsalo in #1395
- Add more tests for combine module by @tsalo in #1397
- Fix PCA variance explained log output to show correct percentages by @cmahlen in #1385
- docs: add cmahlen as a contributor for code by @allcontributors[bot] in #1399
- Remove CircleCI unit test steps by @tsalo in #1396
- Drop support for Python 3.9 by @tsalo in #1394
New Contributors
Full Changelog: 26.0.1...26.0.2