Skip to content

Commit 02c0f05

Browse files
committed
ready for v2.3.0
1 parent a80c7ac commit 02c0f05

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
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+
v2.3.0 (2022-05-10)
5+
~~~~~~~~~~~~~~~~~~~
6+
- Reneging customers implemented
7+
- Customer class changes while waiting implemented
8+
- Preemptive interruption options implemented
9+
- New record_type field added to DataRecords
10+
411
v2.2.4 (2021-03-02)
512
~~~~~~~~~~~~~~~~~~~
613
- Improve docs on pausing simulations and server priorities

ciw/version.py

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

docs/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ Welcome to Ciw's documentation!
22
===============================
33

44
Ciw is a discrete event simulation library for open queueing networks.
5-
Its core features include the capability to simulate networks of queues, multiple customer classes, and implementation of Type I blocking for restricted networks.
6-
A number of other features are also implemented, including priorities, baulking, reneging, schedules, and deadlock detection.
5+
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, dynamic customer classes, and deadlock
10+
detection.
711

812
The name **Ciw** is the Welsh word for a queue.
913

@@ -24,7 +28,6 @@ Contents:
2428
Background/index.rst
2529

2630

27-
- `Link to Example Jupyter Notebooks <https://github.com/CiwPython/Ciw-notebooks>`_
2831
- :ref:`genindex`
2932
- :ref:`search`
3033

0 commit comments

Comments
 (0)