diff --git a/NEWS.rst b/NEWS.rst index 3af1dcb58..3e94165de 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,35 @@ .. towncrier release notes start +BrainIAK 0.9 (2019-06-18) +========================= + +Features +-------- + +- isc: Revamped ISC/ISFC functionality with more statistical tests. (`#384 + `_) +- utils: phase_randomize outputs phase-scrambled input data, not tied to + ISC/ISFC. (`#396 `_) +- utils: p_from_null no longer estimates distribution, simply returns p-value. + (`#397 `_) +- isc: Analyses will now tolerate NaNs or tolerate a proportion of NaNs. (`#398 + `_) +- isc: Output either vectorized triangle and diagonal or square matrices. + (`#399 `_) +- isc: Asymmetric ISFC analysis can now be performed based on a targets array. + (`#409 `_) +- Added tutorials to Docker image. (`#425 + `_) + +Deprecations and removals +------------------------- + +- isfc: ISC/ISFC have a new API and are available in `brainiak.isc`, not + ``brainiak.isfc``. (`#384 + `_) + + BrainIAK 0.8 (2018-11-06) ========================= diff --git a/docs/newsfragments/384.feature b/docs/newsfragments/384.feature deleted file mode 100644 index 78396ce72..000000000 --- a/docs/newsfragments/384.feature +++ /dev/null @@ -1 +0,0 @@ -isc: Revamped ISC/ISFC functionality with more statistical tests. diff --git a/docs/newsfragments/396.feature b/docs/newsfragments/396.feature deleted file mode 100644 index e6731e504..000000000 --- a/docs/newsfragments/396.feature +++ /dev/null @@ -1 +0,0 @@ -utils.phase_randomize outputs phase-scrambled input data, not tied to ISC/ISFC diff --git a/docs/newsfragments/397.feature b/docs/newsfragments/397.feature deleted file mode 100644 index fabbc3014..000000000 --- a/docs/newsfragments/397.feature +++ /dev/null @@ -1 +0,0 @@ -utils.p_from_null no longer estimates distribution, simply returns p-value diff --git a/docs/newsfragments/398.feature b/docs/newsfragments/398.feature deleted file mode 100644 index 9935b6d99..000000000 --- a/docs/newsfragments/398.feature +++ /dev/null @@ -1 +0,0 @@ -ISC/ISFC analyses will now tolerate NaNs or tolerate a proportion of NaNs diff --git a/docs/newsfragments/399.feature b/docs/newsfragments/399.feature deleted file mode 100644 index d51d1b372..000000000 --- a/docs/newsfragments/399.feature +++ /dev/null @@ -1 +0,0 @@ -ISFC will now output either vectorized triangle and diagonal of square matrices diff --git a/docs/newsfragments/405.feature b/docs/newsfragments/405.feature deleted file mode 100644 index 5bc21b1cd..000000000 --- a/docs/newsfragments/405.feature +++ /dev/null @@ -1 +0,0 @@ -Updates NaN-toleration, ISFC output shape, and targets array for ISFC diff --git a/docs/newsfragments/409.feature b/docs/newsfragments/409.feature deleted file mode 100644 index 1382a649f..000000000 --- a/docs/newsfragments/409.feature +++ /dev/null @@ -1 +0,0 @@ -Asymmetric ISFC analysis can now be performed based on a targets array