+ Adds Poisson, Geometric, and Binomial distributions for batching.
2.3.6
+ Writes a data record for interrupted services caused by server schedules. + Raises an error when an inconsistant number of custom node classes are used.
2.3.5
+ Fixes bug caused when implementing preemptive priority classes and server schedules that take all servers off duty.
2.3.4
+ PoissonIntervals distribution now allows rates of zero
2.3.2
+ Add PoissonIntervals distribution + Add numpy random generator, ciw.seed now also creates new random generator + Documentation on parallelising trials + Remove support for Python 3.6
2.3.1
+ Fixes bug where blocked customers were candidates for `finish_service` when more than one customer finishes service simultaneously + Correctly writes csv's in Windows + Support for Python 3.9 by updating tqdm requirement