From 53d2c61bb6b78f5d6fe650e36a201eb6f5ddc897 Mon Sep 17 00:00:00 2001 From: finlayclark Date: Fri, 21 Feb 2025 15:56:25 +0000 Subject: [PATCH] Update changelog --- docs/CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9a0a85d..4ea289b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,10 @@ Change Log =============== +0.3.2 +==================== +- Fix bug which caused somd.rst7 files in the ensemble equilibration directories to be incorrectly numbered in some cases. + 0.3.1 ==================== - Modified the SimulationRunnerIterator to ensure that the state of sub-simulation runners is saved before they are torn down. This means that setting the equilibration time at the CalcSet level will now work as expected (previously the state of the calculations was not saved, causing the analysis to fail).