From b034eae0014ef188f9e15f0016022e3bd7676a16 Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Fri, 8 Nov 2024 10:38:19 -0500 Subject: [PATCH] :bookmark: Set version 1.1.0 + CHANGELOG --- cpac_correlations/.markdownlint.yaml | 3 +++ cpac_correlations/CHANGELOG.md | 35 ++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 cpac_correlations/.markdownlint.yaml create mode 100644 cpac_correlations/CHANGELOG.md diff --git a/cpac_correlations/.markdownlint.yaml b/cpac_correlations/.markdownlint.yaml new file mode 100644 index 0000000..1e82779 --- /dev/null +++ b/cpac_correlations/.markdownlint.yaml @@ -0,0 +1,3 @@ +MD013: false +MD024: + siblings_only: true diff --git a/cpac_correlations/CHANGELOG.md b/cpac_correlations/CHANGELOG.md new file mode 100644 index 0000000..399d49f --- /dev/null +++ b/cpac_correlations/CHANGELOG.md @@ -0,0 +1,35 @@ + +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.1.0] + +### Changed + +* [Coerce `n_cpus` to int](https://github.com/FCP-INDI/CPAC_regtest_pack/commit/418310362e714157fede0a25cca3f52b2ad609c5) +* [Make `args` optional](github.com/FCP-INDI/CPAC_regtest_pack/commit/a90cfd41506ce6dca6104868358e46fca9892dad) to facilitate calling as a function or from the CLI +* Document and update some typehints +* [Migrate from deprecated CircleCI image](https://circleci.com/docs/next-gen-migration-guide/) +* Update some style rules to match C-PAC code style +* Apply the subject-session labels to the correlation coefficients instead of averaging by site + +## [1.0.128] - 2023-11-14 + +### Changed + +* Packaged `cpac_correlations` + +[1.1.0]: https://github.com/FCP-INDI/CPAC_regtest_pack/releases/tag/cpac_correlations/v1.1.0 +[1.0.128]: https://github.com/FCP-INDI/CPAC_regtest_pack/releases/tag/cpac_correlations/v1.0.128