diff --git a/NEWS.rst b/NEWS.rst index f995e0c91..89929f781 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,32 @@ .. towncrier release notes start +BrainIAK 0.10 (2020-02-06) +========================== + +Features +-------- + +- reconstruct: Add inverted encoding model (IEM) for recreating continuous + representations in new package for reconstruction methods. (`#364 + `_) +- funcalign: Add FastSRM module for input data that does not fit in RAM. + (`#421 `_) +- fmrisim: Update to how drift is calculated and used. (`#437 + `_) +- searchlight: Allow processing single voxels. (`#440 + `_) +- eventseg: Add split-merge feature to improve fits when event lengths are + highly uneven. (`#451 `_) + + +Documentation improvements +-------------------------- + +- Add ``--no-use-pep517`` Pip installation flag for compatibility with + Pip >= 19.1.1. (`#454 `_) + + BrainIAK 0.9.1 (2019-08-27) =========================== diff --git a/docs/newsfragments/451.feature b/docs/newsfragments/451.feature deleted file mode 100644 index bc1a5c1e6..000000000 --- a/docs/newsfragments/451.feature +++ /dev/null @@ -1 +0,0 @@ -Add eventseg split-merge feature to improve fits when event lengths are highly uneven \ No newline at end of file