Skip to content

Commit

Permalink
[DOC] Update CHANGELOG for 0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarkello committed Mar 25, 2021
1 parent c1435c1 commit 4e29a34
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
0.1 (March 25, 2021)
====================

First minor release! :tada: This update brings some major changes to the
codebase, including a massive internal refactoring to allow handling of surface
parcellations, new methods for interpolating missing data, and more!

**Important**: as this is our first official minor release, note that the
changes in this release are _not backwards compatible_ with previous versions.

* [ENH] Adds interareal similarity thresholding (#184), @rmarkello
* [REF] Allow negative tolerance for surfaces (#183), @rmarkello
* [REF] Updates reports for `missing` param (#182), @rmarkello
* [DOC] Updates master refs to main (#181), @rmarkello
* [ENH] Adds interpolation options for missing data (#180), @rmarkello
* [REF] Updates mouse data cache location (#179), @rmarkello
* [FIX] Bugfix for lr_mirror parameter (#178), @rmarkello
* [ENH] Adds reporting of processing methods (#177), @rmarkello
* [FIX] Nan hemisphere designation (#176), @rmarkello
* [FIX] Addresses bug when `tolerance=0` (#175), @rmarkello
* [TEST] Add py3.8 to azure tests (#174), @rmarkello
* [REF] Constrains centroid matching by atlas_info (#173), @rmarkello
* [REF] Updates CLI to match main workflow (#172), @rmarkello
* [REF] Modifies `lr_mirror` to accept single hemisphere mirroring (#171), @rmarkello
* [ENH] Add `norm_structures` parameter (#170), @rmarkello
* [ENH] Adds ability to handle surface parcellations (#169), @rmarkello
* [TEST] Parametrize `test_resid_dist` (#164), @4lovi4

0.0.8 (January 29, 2021)
========================

Expand Down

0 comments on commit 4e29a34

Please sign in to comment.