Skip to content

Commit

Permalink
ready for v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintpalmer committed May 7, 2024
1 parent d223453 commit 8c6bb9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
History
-------

+ **3.2.0 (2024-05-07)**
+ System capacity implemented.
+ Server schedules objects now take `numbers_of_servers` and `shift_end_dates` keywards, instead of `schedule`.
+ Server schedules and slotted services can be `offset`.
+ Added a GroupedNodePopulation tracker.
+ Restructures documentation, adds more guides, and updates reference pages.
+ Routing objects implemented: TransitionMatrix object, ProcessBased object, FlexibleProcessBased object, NetworkRouting object, Direct object, Leave object, Probabilistic object, JoinShortestQueue object, LoadBalancing object
+ Added `reroute` as an option for interrupted preemptive services.

+ **3.1.4 (2024-04-09)**
+ Fix bug where Individual's server isn't reset after a slotted service.

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.4"
__version__ = "3.2.0"

0 comments on commit 8c6bb9a

Please sign in to comment.