|
| 1 | +2.0 (February 25, 2025) |
| 2 | +======================= |
| 3 | +This is a major version release, which includes support for Python 3.12 and |
| 4 | +numpy 2.0, as well as major changes to the way that output data are organized. |
| 5 | + |
| 6 | + * remove dependencies; clarify <3.13 for now (#66) |
| 7 | + * Loosen skimage dependency pin to be larger than 0.14.2 (#61) |
| 8 | + * [FIX] make import_tract work better with TRX files (#54) |
| 9 | + * Remove numpy version restrictions (#53) |
| 10 | + * Further tweaks to new file system (#50) |
| 11 | + * [FIX] change helvetica-bold to helvetica in pyAFQ plotting library (#49) |
| 12 | + * (#48) |
| 13 | + * [ENH/FIX] Pyafq file outputs more folders, more BIDS (#43) |
| 14 | + * [ENH] Include custom ODFs (#33) |
| 15 | + * [ENH] update to numpy 2 (#46) |
| 16 | + * [ENH] update to 3.12 (#45) |
| 17 | + * [FIX] fix VOF (#29) |
| 18 | + * [DOC] added singularity build and usage (#28) |
| 19 | + * [ENH] Use Distance Transform for Include/Exclude Distance calculation; fix ROI dists (#25) |
| 20 | + * DOC: Document the significance of ROIS order in BundleDict (#27) |
| 21 | + * [FIX] update baby BD to new primary axis api (#26) |
| 22 | + * [FIX] fix cross_midline when R/L axis not first orientation (#17) |
| 23 | + * Too many t's in https (#22) |
| 24 | + * Update gpu code (#20) |
| 25 | + * [FIX] smarter automatic scalar names (#19) |
| 26 | + * [ENH] Update segmentation.py (#15) |
| 27 | + * Update tractography default (#13) |
| 28 | + * Fixes a small typo (#10) |
| 29 | + * [DOC] Update fetch.py (#12) |
| 30 | + * Upgrade python (#9) |
| 31 | + * Add system for recognizing bundles based on other bundles; implement it for VOF (#7) |
| 32 | + * __print__ method for BundleDict class (#5) |
| 33 | + * Fixes typo in warning message (#6) |
| 34 | + * (#4) |
| 35 | + |
1 | 36 | 1.3.6 (November 17, 2024)
|
2 | 37 | =========================
|
3 | 38 | Adds system for recognizing bundles based on other bundles, and implements
|
@@ -61,7 +96,7 @@ of our current bundle orientation system to the documentation.
|
61 | 96 |
|
62 | 97 | 1.3 (March 25, 2024)
|
63 | 98 | ====================
|
64 |
| -All bundles are now ordered according to LPI+ and |
| 99 | +All bundles are now ordered according to LPI+ and |
65 | 100 | are output as full names instead of abbreviations.
|
66 | 101 | Only the lowest shell is now used in the calculation of
|
67 | 102 | the CSD response function. Corrects typos in babyAFQ and
|
|
0 commit comments