Skip to content

Commit

Permalink
ready for v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintpalmer committed Apr 4, 2024
1 parent 22536cc commit 8609fbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
-------

+ **3.1.1 (2024-04-04)**
+ Add a MixtureDistrubution that probabilistically chooses from a number of other distributions to sample from.
+ Baulking functions now take the simulation, current node, and current individual.
+ Service disciplines now take the current time.
+ Service disciplines now called when a customer arrives (allowing for lingering customers).
+ Distributions have parameters in their reprs.
+ Adding type hints and better doctrings.

+ **v3.1.0 (2023-12-03)**
+ Server schedules now defined with objects.
+ Slotted services feature added, with capacitated and non-capacitated slots, and pre-emption options.
Expand Down
2 changes: 1 addition & 1 deletion ciw/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.0"
__version__ = "3.1.1"

0 comments on commit 8609fbd

Please sign in to comment.