|
| 1 | +0.1 (March 25, 2021) |
| 2 | +==================== |
| 3 | + |
| 4 | +First minor release! :tada: This update brings some major changes to the |
| 5 | +codebase, including a massive internal refactoring to allow handling of surface |
| 6 | +parcellations, new methods for interpolating missing data, and more! |
| 7 | + |
| 8 | +**Important**: as this is our first official minor release, note that the |
| 9 | +changes in this release are _not backwards compatible_ with previous versions. |
| 10 | + |
| 11 | + * [ENH] Adds interareal similarity thresholding (#184), @rmarkello |
| 12 | + * [REF] Allow negative tolerance for surfaces (#183), @rmarkello |
| 13 | + * [REF] Updates reports for `missing` param (#182), @rmarkello |
| 14 | + * [DOC] Updates master refs to main (#181), @rmarkello |
| 15 | + * [ENH] Adds interpolation options for missing data (#180), @rmarkello |
| 16 | + * [REF] Updates mouse data cache location (#179), @rmarkello |
| 17 | + * [FIX] Bugfix for lr_mirror parameter (#178), @rmarkello |
| 18 | + * [ENH] Adds reporting of processing methods (#177), @rmarkello |
| 19 | + * [FIX] Nan hemisphere designation (#176), @rmarkello |
| 20 | + * [FIX] Addresses bug when `tolerance=0` (#175), @rmarkello |
| 21 | + * [TEST] Add py3.8 to azure tests (#174), @rmarkello |
| 22 | + * [REF] Constrains centroid matching by atlas_info (#173), @rmarkello |
| 23 | + * [REF] Updates CLI to match main workflow (#172), @rmarkello |
| 24 | + * [REF] Modifies `lr_mirror` to accept single hemisphere mirroring (#171), @rmarkello |
| 25 | + * [ENH] Add `norm_structures` parameter (#170), @rmarkello |
| 26 | + * [ENH] Adds ability to handle surface parcellations (#169), @rmarkello |
| 27 | + * [TEST] Parametrize `test_resid_dist` (#164), @4lovi4 |
| 28 | + |
1 | 29 | 0.0.8 (January 29, 2021) |
2 | 30 | ======================== |
3 | 31 |
|
|
0 commit comments