From 16121fc2e12f628b63d227c0eb61748932c4da1c Mon Sep 17 00:00:00 2001 From: Hussain Jafari Date: Fri, 10 Jan 2025 13:40:38 -0800 Subject: [PATCH 1/2] CHANGELOG (#570) --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 63822ba7..f607b712 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,6 @@ **3.2.14 - 01/10/25** + - Type-hinting: Fix mypy errors in vivarium/interface/interactive.py - Type-hinting: Fix mypy errors in tests/framework/randomness/conftest.py - Type-hinting: Fix mypy errors in tests/conftest.py From b51a96b0347c46a88f421c9a3a9e8b0eb21e4d96 Mon Sep 17 00:00:00 2001 From: patricktnast <130876799+patricktnast@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:55:19 -0800 Subject: [PATCH 2/2] Update CHANGELOG.rst --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 63822ba7..d2807fd4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +**3.2.15 - 01/10/25** + + - Type-hinting: Fix mypy errors in tests/framework/randomness/test_crn.py + **3.2.14 - 01/10/25** - Type-hinting: Fix mypy errors in tests/framework/randomness/conftest.py