diff --git a/NEWS.rst b/NEWS.rst index c38640410..6935d0cd0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,29 @@ .. towncrier release notes start +BrainIAK 0.7 (2018-02-12) +========================= + +Features +-------- + +- funcalign: Added the Robust Shared Response Model method. (`#302 + `_) +- fmrisim: Update convolution and drift. (`#309 + `_) +- eventseg: Added option to compute p values for ISC and ISFC (`#310 + `_) +- Added Conda packages. (`#328 + `_) + + +Documentation improvements +-------------------------- + +- Updated the searchlight API docs. (`#324 + `_) + + BrainIAK 0.6 (2017-11-10) ========================= diff --git a/docs/newsfragments/302.feature b/docs/newsfragments/302.feature deleted file mode 100644 index 16c36c4f7..000000000 --- a/docs/newsfragments/302.feature +++ /dev/null @@ -1 +0,0 @@ -Added the Robust Shared Response Model method. \ No newline at end of file diff --git a/docs/newsfragments/303.doc b/docs/newsfragments/303.doc deleted file mode 100644 index 618e4ac9c..000000000 --- a/docs/newsfragments/303.doc +++ /dev/null @@ -1 +0,0 @@ -Updated the reference of the SS-SRM paper diff --git a/docs/newsfragments/310.feature b/docs/newsfragments/310.feature deleted file mode 100644 index d07a06846..000000000 --- a/docs/newsfragments/310.feature +++ /dev/null @@ -1,2 +0,0 @@ -Added option to compute p values for ISC and ISFC - diff --git a/docs/newsfragments/328.feature b/docs/newsfragments/328.feature deleted file mode 100644 index f8d6d61ca..000000000 --- a/docs/newsfragments/328.feature +++ /dev/null @@ -1 +0,0 @@ -Added Conda packages.