From d9eb563cc9bd175412ad6463c5d5b9ca73bdf2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20Capot=C4=83?= Date: Fri, 21 Jun 2019 10:54:34 -0700 Subject: [PATCH] docs: Add release notes for PR #386 --- NEWS.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 3e94165de..19ae4f6d3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -46,6 +46,8 @@ Features - fmrisim: Added fitting procedure for SFNR and SNR parameters. Updated AR to be ARMA, involving both the generation and estimation. (`#372 `_) +- searchlight: Halved memory usage when ``pool_size=1``. (`#386 + `_) - reprsimil: Added an option in BRSA to set the prior of SNR to be "equal" across all voxels. (`#387 `_)