From a3295ac472b04e49d9ca427f43fda5187ad00122 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 14 Dec 2023 23:38:06 +0100 Subject: [PATCH 1/2] update changelog --- docs/source/changes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/changes.md b/docs/source/changes.md index 8ad78f9..a18fa70 100644 --- a/docs/source/changes.md +++ b/docs/source/changes.md @@ -23,13 +23,17 @@ Released August 2023 - [EHN] Calculate average intranetwork correlation (NIAK feature). (@htwangtw) - [EHN] Add TR as an attribute to time series data. (@htwangtw) - [MAINT] Fully functional CI and documentations. (@htwangtw) +- [ENH] use logger instead of print statements. (@Remi-Gau) ### Fixes +- [FIX] Bump nilearn version to 0.10.2 to fix issues [#26](https://github.com/SIMEXP/giga_connectome/issues/26) and [#27](https://github.com/SIMEXP/giga_connectome/issues/27). (@Remi-Gau) + ### Changes - [EHN] Default atlas is now MIST. (@htwangtw) - [EHN] When using the `participant` analysis level, the output is one file per subject, rather than one file per scan. (@htwangtw) +- [MAINT] Pin dependencies for docker build for better reproducibility. (@Remi-Gau) ## 0.3.0 @@ -38,7 +42,7 @@ Released June 2023 ### New - [EHN] expose some preprocessing options: standardization and smoothing. (@htwangtw) -- [EHN]`--version` flag. (@htwangtw) +- [EHN] `--version` flag. (@htwangtw) ### Fixes From befbe288dfdd49b1cf4258e56e89ec91a020b343 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Fri, 15 Dec 2023 13:41:07 +0100 Subject: [PATCH 2/2] move to the correct section --- docs/source/changes.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/changes.md b/docs/source/changes.md index a18fa70..0634403 100644 --- a/docs/source/changes.md +++ b/docs/source/changes.md @@ -7,11 +7,16 @@ Released MONTH YEAR ### New - [DOCS] Improved documentation. (@htwangtw) +- [ENH] use logger instead of print statements. (@Remi-Gau) ### Fixes +- [FIX] Bump nilearn version to 0.10.2 to fix issues [#26](https://github.com/SIMEXP/giga_connectome/issues/26) and [#27](https://github.com/SIMEXP/giga_connectome/issues/27). (@Remi-Gau) + ### Changes +- [MAINT] Pin dependencies for docker build for better reproducibility. (@Remi-Gau) + ## 0.4.0 Released August 2023 @@ -23,17 +28,13 @@ Released August 2023 - [EHN] Calculate average intranetwork correlation (NIAK feature). (@htwangtw) - [EHN] Add TR as an attribute to time series data. (@htwangtw) - [MAINT] Fully functional CI and documentations. (@htwangtw) -- [ENH] use logger instead of print statements. (@Remi-Gau) ### Fixes -- [FIX] Bump nilearn version to 0.10.2 to fix issues [#26](https://github.com/SIMEXP/giga_connectome/issues/26) and [#27](https://github.com/SIMEXP/giga_connectome/issues/27). (@Remi-Gau) - ### Changes - [EHN] Default atlas is now MIST. (@htwangtw) - [EHN] When using the `participant` analysis level, the output is one file per subject, rather than one file per scan. (@htwangtw) -- [MAINT] Pin dependencies for docker build for better reproducibility. (@Remi-Gau) ## 0.3.0