Skip to content

Commit 592994a

Browse files
committed
ready for v3.1.0
1 parent fad9318 commit 592994a

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGES.rst

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

4+
+ **v3.1.0 (2023-12-03)**
5+
+ Server schedules now defined with objects.
6+
+ Slotted services feature added, with capacitated and non-capacitated slots, and pre-emption options.
7+
+ Rename 'continue' pre-emption option to 'resume'.
8+
+ Allows simultaneous renegeing customers.
9+
+ Internal refactoring.
10+
411
+ **v3.0.2 (2023-11-14)**
512
+ Fix bug where simulation errors if fist event of a node is a shift change.
613
+ Minor docstring and documentation changes.

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ A number of other features are also implemented, including:
8989
+ `Service disciplines <https://ciw.readthedocs.io/en/latest/Guides/service_disciplines.html>`_
9090
+ `Customers changing classes <https://ciw.readthedocs.io/en/latest/Guides/dynamic_customerclasses.html>`_
9191
+ `Server schedules <https://ciw.readthedocs.io/en/latest/Guides/server_schedule.html>`_
92+
+ `Slotted servicess <https://ciw.readthedocs.io/en/latest/Guides/slotted.html>`_
9293
+ `State tracking <https://ciw.readthedocs.io/en/latest/Guides/state_trackers.html>`_
9394
+ `Stopping the simulation after a certain amount of customers <https://ciw.readthedocs.io/en/latest/Guides/sim_numcusts.html>`_
9495
+ `Process-based routing <https://ciw.readthedocs.io/en/latest/Guides/process_based.html>`_

ciw/version.py

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

docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Welcome to Ciw's documentation!
33

44
Ciw is a discrete event simulation library for open queueing networks.
55
Its core features include the capability to simulate networks of queues,
6-
multiple customer classes, and implementation of Type I blocking for restricted
7-
networks.
8-
A number of other features are also implemented, including priorities, baulking,
9-
reneging, schedules, batch arrivals, service disciplines, dynamic customer classes, and deadlock
10-
detection.
6+
multiple customer classes, and implementation of Type I blocking for
7+
restricted networks.
8+
A number of other features are also implemented, including priorities,
9+
baulking, reneging, schedules, slotted services, batch arrivals, service
10+
disciplines, dynamic customer classes, and deadlock detection.
1111

1212
The name **Ciw** is the Welsh word for a queue.
1313

0 commit comments

Comments
 (0)