We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd2f66 commit b2fec00Copy full SHA for b2fec00
CHANGES.rst
@@ -1,6 +1,13 @@
1
History
2
-------
3
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
+
11
v2.1.3 (2020-10-06)
12
~~~~~~~~~~~~~~~~~~~
13
- Small refactor to Node adding new servers, and to Individuals receiving the Simulation object.
ciw/version.py
@@ -1 +1 @@
-__version__ = "2.1.3"
+__version__ = "2.2.0"
0 commit comments