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 8ff343d commit aea8444Copy full SHA for aea8444
CHANGES.rst
@@ -1,6 +1,18 @@
1
History
2
-------
3
4
+v1.0.0 (2017-04-04)
5
+~~~~~~~~~~~~~~~~~~~~
6
+- ciw.create_network takes in kwargs, not dictionary.
7
+- Add Sequential distribution.
8
+- Add truncated Normal distribution.
9
+- Refactor inputs for custom PDF.
10
+- Refactor inputs for server schedules.
11
+- Transition matrix now optional for 1 node networks.
12
+- Overhaul of documentation.
13
+- Add CONTRIBUTING.rst.
14
+- Slight improvement of ciw.random_choice.
15
+
16
v0.2.11 (2017-03-13)
17
~~~~~~~~~~~~~~~~~~~~
18
- Add ability to simulate until max number of customers have passed arrived/been accepted/passed through the system.
ciw/version.py
@@ -1 +1 @@
-__version__ = "0.2.11"
+__version__ = "1.0.0"
0 commit comments