Skip to content

Commit 8609fbd

Browse files
committed
ready for v3.1.1
1 parent 22536cc commit 8609fbd

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
History
22
-------
33

4+
+ **3.1.1 (2024-04-04)**
5+
+ Add a MixtureDistrubution that probabilistically chooses from a number of other distributions to sample from.
6+
+ Baulking functions now take the simulation, current node, and current individual.
7+
+ Service disciplines now take the current time.
8+
+ Service disciplines now called when a customer arrives (allowing for lingering customers).
9+
+ Distributions have parameters in their reprs.
10+
+ Adding type hints and better doctrings.
11+
412
+ **v3.1.0 (2023-12-03)**
513
+ Server schedules now defined with objects.
614
+ Slotted services feature added, with capacitated and non-capacitated slots, and pre-emption options.

ciw/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.0"
1+
__version__ = "3.1.1"

0 commit comments

Comments
 (0)