Metadata-Version: 1.1
Name: scikit-network
Version: 0.6.1
Summary: Graph algorithms
Home-page: https://github.com/sknetwork-team/scikit-network
Author: Scikit-network team
Author-email: bonald@enst.fr
License: BSD license
Description: .. image:: https://perso.telecom-paristech.fr/bonald/logo_sknetwork.png
            :align: right
            :width: 100px
            :alt: logo sknetwork
        
        ==============
        scikit-network
        ==============
        
        
        .. image:: https://img.shields.io/pypi/v/scikit-network.svg
                :target: https://pypi.python.org/pypi/scikit-network
        
        .. image:: https://travis-ci.org/sknetwork-team/scikit-network.svg
                :target: https://travis-ci.org/sknetwork-team/scikit-network
        
        .. image:: https://readthedocs.org/projects/scikit-network/badge/?version=latest
                :target: https://scikit-network.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/sknetwork-team/scikit-network/shield.svg
                :target: https://pyup.io/repos/github/sknetwork-team/scikit-network/
                :alt: Updates
        
        
        Simple and efficient tools for the analysis of large graphs
        
        
        * Free software: BSD license
        * Documentation: https://scikit-network.readthedocs.io.
        
        
        Quickstart
        ----------
        
        Install scikit-network:
        
        .. code-block:: console
        
            $ pip install scikit-network
        
        To use scikit-network in a project::
        
            import sknetwork as skn
        
        
        
        =======
        History
        =======
        
        0.6.1 (2019-06-19)
        ------------------
        
        * Minor bug
        
        0.6.0 (2019-06-19)
        ------------------
        
        * Largest connected component
        * Simplex projection
        * Sparse Low Rank Decomposition
        * Numba support for Paris
        * Various fixes and updates
        
        0.5.0 (2019-04-18)
        ------------------
        
        * Unified Louvain.
        
        0.4.0 (2019-04-03)
        ------------------
        
        * Added Louvain for directed graphs and ComboLouvain for bipartite graphs.
        
        0.3.0 (2019-03-29)
        ------------------
        
        * Updated clustering module and documentation.
        
        0.2.0 (2019-03-21)
        ------------------
        
        * First real release on PyPI.
        
        0.1.1 (2018-05-29)
        ------------------
        
        * First release on PyPI.
        
Keywords: sknetwork
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
