From c7c3add8bb8790bb33702893f18fbef33bcd39fd Mon Sep 17 00:00:00 2001 From: Ross Markello Date: Fri, 18 Jun 2021 09:47:24 -0400 Subject: [PATCH] [DOC] Update CHANGELOG v0.1.3 [skip ci] --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2929316..a4eae20 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +0.1.3 (June 18, 2021) +===================== + +More bug fixes for (identified thanks to @richardajdear and @Silflame!) as well +as some minor QOL updates for getting sample-level information from workflows. + + * [REF] Handle atlases w/decimal vox sizes (#197), @rmarkello + * [REF] Re-orient img in `leftify_atlas()` (#193), @rmarkello + * [FIX] Fixes logger error w/reports (#192), @rmarkello + * [FIX] Error with donor-specific atlases and tolerance=0 (#191), @rmarkello + * [REF] Fix coordinates of get_samples_in_mask (#189), @rmarkello + 0.1.1 (March 29, 2021) ======================