From 848e877f78de3a83aef29a40a8d360ace572a8aa Mon Sep 17 00:00:00 2001 From: Sean Freeman Date: Tue, 12 Sep 2023 15:11:16 -0500 Subject: [PATCH] added changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c83fad9..2445cbdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ _**Version 1.5.1:**_ - Fix to readthedocs building after system packages no longer imported [#336](https://github.com/tobac-project/tobac/pull/336) - The `strict_thresholding` option in feature detection now works correctly for detecting minima, and produces the same results as without strict thresholding if the `n_min_threshold` is a scalar value [#316](https://github.com/tobac-project/tobac/pull/316) +- Fix to Jupyter Notebook CI that was timing out due to installing packages with `conda`, switched to `mamba` to resolve. [#340](https://github.com/tobac-project/tobac/pull/340) _**Version 1.5.0:**_