From 1129819122c5486796e4b0ecfbcd8df4207a969d Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Mon, 23 Aug 2021 08:46:15 -0700 Subject: [PATCH] Release 1.0.4 (#523) (#528) merges master back into dev after release 1.0.4 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7ccb4a..c1ea3aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,17 @@ Bug fixes: vectors of the same length are produced even when floating point approximations of times are different. +## [1.0.4] = 2021-07-29 +Changed: +- selects recording rather than sweep epoch by default +- restructures epoch detection to use recording epoch for stim epoch detection +- Use NaNs instead of truncating + +Bug fixes: +- Round the duration calculation in `run_feature_vector_extraction` so that +vectors of the same length are produced even when floating point approximations +of times are different. + ## [1.0.3] = 2021-02-02 Changed: - Adds new 'Stimulus contains NaN values' tag and error handling to qc_feature_extractor