From 638ed6af6350f61906bc66d25546709f4f5174d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20Capot=C4=83?= Date: Mon, 8 Apr 2019 10:42:15 -0700 Subject: [PATCH] docs: Move PR #384 NEWS entry to newsfragments This will add it to the next release, not v0.8, as it should be. In PR #403, I mistakenly suggested editing NEWS directly. --- NEWS.rst | 2 -- docs/newsfragments/384.feature | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 docs/newsfragments/384.feature diff --git a/NEWS.rst b/NEWS.rst index 1cc6725e1..3af1dcb58 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,8 +17,6 @@ Features - fmrisim: Added fitting procedure for SFNR and SNR parameters. Updated AR to be ARMA, involving both the generation and estimation. (`#372 `_) -- isc: Revamped ISC/ISFC functionality with more statistical tests. (`#384 - `_) - reprsimil: Added an option in BRSA to set the prior of SNR to be "equal" across all voxels. (`#387 `_) diff --git a/docs/newsfragments/384.feature b/docs/newsfragments/384.feature new file mode 100644 index 000000000..78396ce72 --- /dev/null +++ b/docs/newsfragments/384.feature @@ -0,0 +1 @@ +isc: Revamped ISC/ISFC functionality with more statistical tests.