Skip to content

Commit 0ff4697

Browse files
committed
ready for v3.2.5
1 parent 8894464 commit 0ff4697

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
History
22
-------
33

4+
+ **3.2.5 (2025-03-25)**
5+
+ Fixes bug in PoissonIntervals distribution where if the last rate is zero or so small there is no samples, the cycle begins again too early.
6+
47
+ **3.2.4 (2024-12-04)**
58
+ 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).
69

ciw/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.2.4"
1+
__version__ = "3.2.5"

0 commit comments

Comments
 (0)