Metadata-Version: 1.1
Name: whalrus
Version: 0.4.4
Summary: Which Alternative Represents Us, a package for voting rules
Home-page: https://github.com/francois-durand/whalrus
Author: François Durand
Author-email: fradurand@gmail.com
License: GNU General Public License v3
Description: =======
        Whalrus
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/whalrus.svg
                :target: https://pypi.python.org/pypi/whalrus
                :alt: PyPI Status
        
        .. image:: https://github.com/francois-durand/whalrus/workflows/build/badge.svg?branch=master
                :target: https://github.com/francois-durand/whalrus/actions?query=workflow%3Abuild
                :alt: Build Status
        
        .. image:: https://github.com/francois-durand/whalrus/workflows/docs/badge.svg?branch=master
                :target: https://github.com/francois-durand/whalrus/actions?query=workflow%3Adocs
                :alt: Documentation Status
        
        .. image:: https://codecov.io/gh/francois-durand/whalrus/branch/master/graphs/badge.svg
                :target: https://codecov.io/gh/francois-durand/whalrus/branch/master/graphs
                :alt: Code Coverage
        
        
        
        Which Alternative Represents Us, a package for voting rules
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://francois-durand.github.io/whalrus/.
        
        --------
        Features
        --------
        
        * TODO
        
        -------
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        We use the checklist provided by `My Toy Package`_.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`My Toy Package`: https://my-toy-package.readthedocs.io/en/latest/readme.html
        
        
        =======
        History
        =======
        
        ---------------------------------------
        0.4.4 (2020-11-26): Fix PyPI deployment
        ---------------------------------------
        
        * Fix PyPI deployment.
        
        ----------------------------------
        0.4.3 (2020-11-26): GitHub Actions
        ----------------------------------
        
        * This patch concerns Whalrus' developpers only. To develop and maintain the package, it uses GitHub actions
          instead of additional services such as Travis-CI and ReadTheDocs.
        * Use Codecov.
        * Prepare support for Numpy documentation style (not used yet).
        * Prepare support for notebooks in documentation (not used yet).
        
        -------------------------------
        0.4.2 (2019-08-22): Speeding Up
        -------------------------------
        
        * Minor patch to speed up the computation of the winner in some cases.
        
        --------------------------------
        0.4.1 (2019-04-01): Tie-breaking
        --------------------------------
        
        * Fix a bug related to random tie-break.
        * In the arguments of class ``RuleRankedPairs``, the tie-break can be given directly, instead of having to go through
          the argument ``matrix``.
        
        ---------------------------
        0.4.0 (2019-03-29): Schulze
        ---------------------------
        
        * Implement Schulze rule.
        
        --------------------------------
        0.3.0 (2019-03-29): Ranked Pairs
        --------------------------------
        
        * Implement Ranked Pairs rule.
        
        ---------------------------------------------
        0.2.1 (2019-03-28): Optimize argument passing
        ---------------------------------------------
        
        * Optimize argument passing between child classes, their parent classes and their ``__call__`` function.
        
        ------------------------------------------
        0.2.0 (2019-03-21): Classic voting systems
        ------------------------------------------
        
        * First "real" release, where most classic voting systems are implemented.
        
        ---------------------------------
        0.1.0 (2018-03-13): First release
        ---------------------------------
        
        * First release on PyPI.
        
Keywords: whalrus
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
