From 3ad12fac13c8f922c18d03aa46715b603936e184 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 7 Nov 2019 18:06:42 -0800 Subject: [PATCH] rel(0.4.0rc1): Update CHANGES [skip ci] --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 771a920d38..8c8a900a39 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,12 +5,14 @@ * CI: Run pytests on Python 3.7 for now (#133) @effigies * CI: Test packaging and update deploy_pypi step (#119) @effigies * DOC: Deploy docs to gh-pages from CircleCI - with versioning (#65) @rwblair +* DOC: Revise numpy docstrings so they are correctly rendered (#134) @oesteban * ENH: Add --fs-subjects-dir flag (#114) @effigies * ENH: Add a README.rst (#103) @oesteban * ENH: Add smriprep-docker wrapper (#118) @effigies * ENH: Decoupling anatomical reports (#112) @oesteban * ENH: Reduce friction when iterating over target templates (#111) @oesteban * ENH: Write out the fsnative-to-T1w transform (#113) @oesteban +* FIX: Check template identifiers are valid early (#135) @oesteban * FIX: Re-organize FreeSurfer stages to avoid duplication and races (#117) @effigies * FIX: Revise naming of transforms when several T1w images are averaged (#106) @oesteban * MAINT: Fine-tune versioning extension of sphinx (#121) @oesteban