Skip to content

Commit b2fec00

Browse files
committed
ready for v2.2.0
1 parent 2fd2f66 commit b2fec00

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.2.0 (2021-07-22)
5+
~~~~~~~~~~~~~~~~~~~
6+
- Processor sharing implemented (limited and capacitated)
7+
- Ability to use a different node_class per node of the network
8+
- State tracking now works with simulate_until_max_customers
9+
- Remove testing on Python 3.5
10+
411
v2.1.3 (2020-10-06)
512
~~~~~~~~~~~~~~~~~~~
613
- Small refactor to Node adding new servers, and to Individuals receiving the Simulation object.

ciw/version.py

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

0 commit comments

Comments
 (0)