From 900f865c54869aafa612f27eacc7befd4dbfdbdb Mon Sep 17 00:00:00 2001 From: James Kent Date: Tue, 29 Jan 2019 08:16:59 -0600 Subject: [PATCH] [REL] v0.2.3 --- CHANGELOG.rst | 99 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7e2ecb0..5d5f07d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,30 @@ +0.2.3 (January 29, 2019) +======================== + +Various documentation and testing changes. +We will be using readthedocs going forward and not doctr. + +* [FIX] Remove high_pass references from documentation (#90) @RaginSagan +* [FIX] Update betaseries.rst (#91) @ilkayisik +* [ENH] autogenerate test data (#93) @jdkent +* [FIX] add codecov back into testing (#94) @jdkent +* [FIX] refactor dependencies (#95) @jdkent +* [ENH] add example (#99) @jdkent +* [FIX] first pass at configuring doctr (#100) @jdkent +* [FIX] configure doctr (#101) @jdkent +* [FIX] track version with docs (#102) @jdkent +* [ENH] add sphinx versioning (#104) @jdkent +* [FIX] first pass at simplifying example (#106) @jdkent +* [FIX] add master back in to docs (#107) @jdkent +* [MAINT] use readthedocs (#109) @jdkent +* [DOC] add explicit download instruction (#112) @jdkent +* [FIX] add graphviz as dependency for building docs (#115) @jdkent +* [FIX] remove redundant/irrelevant doc building options (#116) @jdkent +* [DOC] fix links in docs (#114) @PeerHerholz +* [FIX,MAINT] rm 3.4 and test add 3.7 (#121) @jdkent +* [FIX] pybids link (#120) @PeerHerholz +* [FIX] syntax links (#119) @PeerHerholz + 0.2.2 (November 15, 2018) ========================= @@ -34,42 +61,42 @@ my workflow for making releases. 0.2.0 (November 13, 2018) ========================= - * [MGT] simplify and create deployment (#79) - * [TST] Add more tests (#78) - * [ENH] Reword docs (#77) - * [ENH]: allow confounds to be none (#76) - * various fixes for a real dataset (#75) - * [FIX]: Find metadata (#74) - * [FIX] confound removal (#72) - * [WIP, FIX]: file logic (#71) - * [DOC] Added zenodo file (#70) - * [FIX]: ignore sourcedata and derivatives directories in layout (#69) - * Update CONTRIBUTING.rst (#66) - * Fix pull request template (#65) - * FIX: add CODEOWNERS file (#63) - * FIX: connect derivative outputs (#61) - * run versioneer install (#60) - * Fix issue #29: Add link to Zenodo DOI (#57) - * Fix issue #45: conform colors of labels (#56) - * fix links in readme.rst (#55) - * Added code of conduct (#53) - * Add link to contributing in README (#52) - * removed acknowledgments section of pull request template (#50) - * [TST]: Add functional test (#49) - * [FIX]: remove references to bootstrap (#48) - * FIX: test remove base .travis.yml (#47) - * removed data directory (#40) - * Add pull request template (#41) - * Update issue templates (#44) - * Update contributing (#43) - * README (where's the beef?) (#37) - * change jdkent to HBClab (#38) - * [FIX]: pass tests (#14) - * [ENH]: improve docs (#13) - * add documentation (#11) - * FIX: add graph (#10) - * Refactor NiBetaSeries (#9) - * Refactor (#2) +* [MGT] simplify and create deployment (#79) +* [TST] Add more tests (#78) +* [ENH] Reword docs (#77) +* [ENH]: allow confounds to be none (#76) +* various fixes for a real dataset (#75) +* [FIX]: Find metadata (#74) +* [FIX] confound removal (#72) +* [WIP, FIX]: file logic (#71) +* [DOC] Added zenodo file (#70) +* [FIX]: ignore sourcedata and derivatives directories in layout (#69) +* Update CONTRIBUTING.rst (#66) +* Fix pull request template (#65) +* FIX: add CODEOWNERS file (#63) +* FIX: connect derivative outputs (#61) +* run versioneer install (#60) +* Fix issue #29: Add link to Zenodo DOI (#57) +* Fix issue #45: conform colors of labels (#56) +* fix links in readme.rst (#55) +* Added code of conduct (#53) +* Add link to contributing in README (#52) +* removed acknowledgments section of pull request template (#50) +* [TST]: Add functional test (#49) +* [FIX]: remove references to bootstrap (#48) +* FIX: test remove base .travis.yml (#47) +* removed data directory (#40) +* Add pull request template (#41) +* Update issue templates (#44) +* Update contributing (#43) +* README (where's the beef?) (#37) +* change jdkent to HBClab (#38) +* [FIX]: pass tests (#14) +* [ENH]: improve docs (#13) +* add documentation (#11) +* FIX: add graph (#10) +* Refactor NiBetaSeries (#9) +* Refactor (#2) 0.1.0 (2018-06-08)