From 24a90252eb096039e54d520a6b7d3c3f195b5510 Mon Sep 17 00:00:00 2001 From: Geraint Palmer Date: Wed, 4 Dec 2024 18:06:37 +0000 Subject: [PATCH] fix CHANGES rst formatting --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 53c42be..94ea2ba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ History ------- + **3.2.4 (2024-12-04)** - + Adds a new method for the `simulate_until_max_customers: "Complete" simulates until a specific number of completed customer journeys; while "Finish" simulates until a specific number of customers have reached the exit node (through bailking or reneging). + + Adds a new method for the `simulate_until_max_customers`: "Complete" simulates until a specific number of completed customer journeys; while "Finish" simulates until a specific number of customers have reached the exit node (through bailking or reneging). + **3.2.3 (2024-10-15)** + Allow some numerical imprecision in the PMF probability sums. This allows for very large arrays of probabilities and use of Pandas and Numpy to define probabilities.