From 30b0483efa642834facc056ca63855f7c1b63074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20Capot=C4=83?= Date: Tue, 20 Feb 2018 17:46:28 -0800 Subject: [PATCH] Add release notes for v0.7.1 --- NEWS.rst | 25 +++++++++++++++++++++++++ docs/newsfragments/304.trivial | 1 - docs/newsfragments/337.trivial | 4 ---- docs/newsfragments/339.bugfix | 1 - 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 docs/newsfragments/304.trivial delete mode 100644 docs/newsfragments/337.trivial delete mode 100644 docs/newsfragments/339.bugfix diff --git a/NEWS.rst b/NEWS.rst index 6935d0cd0..579c2176f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,31 @@ .. towncrier release notes start +BrainIAK 0.7.1 (2018-02-20) +=========================== + +Features +-------- + +- reprsimil: Changed the default optimizer of (G)BRSA to L-BFGD-B. (`#337 + `_) + + +Bugfixes +-------- + +- eventseg: Fixed bug that was causing fits to be asymmetric (`#339 + `_) + + +Documentation improvements +-------------------------- + +- reprsimil: Added explanation that both BRSA and GBRSA assume zero-mean in the + distribution of beta patterns. (`#337 + `_) + + BrainIAK 0.7 (2018-02-12) ========================= diff --git a/docs/newsfragments/304.trivial b/docs/newsfragments/304.trivial deleted file mode 100644 index 3cbe83e1c..000000000 --- a/docs/newsfragments/304.trivial +++ /dev/null @@ -1 +0,0 @@ -Solved an issue that test won't pass because of a missing evironment variable for Theano with MKL versions >=2018. \ No newline at end of file diff --git a/docs/newsfragments/337.trivial b/docs/newsfragments/337.trivial deleted file mode 100644 index ad12a8e12..000000000 --- a/docs/newsfragments/337.trivial +++ /dev/null @@ -1,4 +0,0 @@ -* Change the default optimizer of (G)BRSA to 'L-BFGD-B'. -* Removed all the description of default parameters in docstring of brsa module. -* Increased the default number of iteration for BRSA and GBRSA -* Added explanation in docstring and example that both BRSA and GBRSA assume zero-mean in the distribution of beta patterns. diff --git a/docs/newsfragments/339.bugfix b/docs/newsfragments/339.bugfix deleted file mode 100644 index 2ff2c43a5..000000000 --- a/docs/newsfragments/339.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed bug in eventseg that was causing fits to be asymmetric