Metadata-Version: 1.0
Name: Ciw
Version: 0.2.5
Summary: A discrete event simulation library for open queueing networks
Home-page: https://github.com/geraintpalmer/Ciw
Author: Geraint Palmer, Vincent Knight
Author-email: palmer.geraint@googlemail.com
License: UNKNOWN
Description: Ciw - The Queueing Network Simulation
        =====================================
        
        .. image:: https://travis-ci.org/CiwPython/Ciw.svg?branch=master
            :target: https://travis-ci.org/CiwPython/Ciw
        
        .. image:: https://img.shields.io/pypi/v/ciw.svg
            :target: https://pypi.python.org/pypi/Ciw
        
        .. image:: https://coveralls.io/repos/github/CiwPython/Ciw/badge.svg?branch=master
            :target: https://coveralls.io/github/CiwPython/Ciw?branch=master
        
        .. image:: https://badges.gitter.im/Join%20Chat.svg
            :target: https://gitter.im/geraintpalmer/Ciw?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        
        .. figure:: https://github.com/CiwPython/Ciw/blob/master/docs/_static/logo_small.png?raw=true
            :width: 150px
            :height: 150px
            :scale: 100%
            :align: center
        
        Ciw is a simulation library for open queueing networks. :hatching_chick:
        
        Read the documentation `here`_.
        A repository of example iPython Notebooks is also `available`_.
        
        .. _here: https://ciw.readthedocs.io
        .. _available: https://github.com/CiwPython/Ciw-notebooks
        
        
        History
        -------
        
        v0.2.5 (2016-10-06)
        -------------------
        
        v0.2.4 (2016-09-27)
        -------------------
        Fixed bug in which priority classes and dynamic classes didn't work together.
        New feature: preemptive interruptions for server schedules.
        
        v0.2.3 (2016-07-27)
        -------------------
        Ability to set seed. More docs. Fixes to tests.
        
        v0.2.2 (2016-07-06)
        -------------------
        Baulking implemented, and minor fixes to order of unblocking.
        
        v0.2.1 (2016-06-29)
        -------------------
        Priority classes implemented.
        
        v0.2.0 (2016-06-20)
        -------------------
        Python 3.4 and 3.5 compatible along with 2.7. Data records now kept in list.
        
        v0.1.1 (2016-06-06)
        -------------------
        Ability to incorporate behaviour nodes, data records are now named tuples.
        
        v0.1.0 (2016-04-25)
        -------------------
        Re-factor inputs. Simulation takes in a Network object, helper functions to import yml and dictionary to a Network object. Simulation object takes optional
        arguments: deadlock_detector, exact, tracker. simulate_until_max_time() takes argument max_simulation_time.
        
        v0.0.6 (2016-04-04)
        -------------------
        Exactness implemented, restructure some features e.g. times_to_deadlock, custom simulation names
        
        v0.0.5 (2016-03-18)
        -------------------
        State space tracker plug-and-playable, add rejection dictionary
        
        v0.0.4 (2016-02-20)
        -------------------
        Empirical and UserDefined distributions added, tidy ups
        
        v0.0.3 (2016-02-09)
        -------------------
        Arrival distributions, MMC options removed, fix server schedule bugs
        
        v0.0.2 (2016-01-06)
        -------------------
        Some kwargs optional, hypothesis tests, minor enhancements
        
        v0.0.1 (2015-12-14)
        -------------------
        Initial release
        
        v0.0.1dev (2015-12-14)
        ----------------------
        Initial release (dev)
        
Platform: UNKNOWN
