+ Server utilisation & overtime. + Small fixes to docs. + Testing on Python 3.6.
1.1.0
+ Replace kwargs with actual keyword arguments in ciw.create_network. + Refactor server schedule inputs (schedules placed inside Number_of_servers instead of as their own keyword).
1.0.0
+ ciw.create_network takes in kwargs, not dictionary. + Add Sequential distribution. + Add truncated Normal distribution. + Refactor inputs for custom PDF. + Refactor inputs for server schedules. + Transition matrix now optional for 1 node networks. + Overhaul of documentation. + Add CONTRIBUTING.rst. + Slight improvement of ciw.random_choice.
0.2.11
+ Add ability to simulate until max number of customers have passed arrived/been accepted/passed through the system.
0.2.10
+ Performance improvements. + Drop dependency on numpy.