Metadata-Version: 1.1
Name: slabbe
Version: 0.4.4
Summary: Sebastien Labbe's Research code
Home-page: http://github.com/seblabbe/slabbe
Author: Sebastien Labbe
Author-email: slabbe@ulg.ac.be
License: GPLv2+
Description: Sébastien Labbé Research Code
        =============================
        
        This is a `Sage <http://www.sagemath.org/>`_ optional package containing part
        of my own research code. It contains modules on digital geometry,
        combinatorics, combinatorics on words, multidimensional continued fraction
        algorithms, matrix cocycles, languages, substitutions, bispecial factors,
        double square tiles, Oldenburger sequence, Joyal bijection, Dyck word in 3D,
        Markov transformations, Wang tilings, 2d substitutions, polyhedron partitions,
        partial injections, ostrowski numeration, tikzpictures, some graphs and matrix
        methods.
        
        Installation::
        
            sage -pip install slabbe
        
        Usage::
        
            sage: from slabbe import *
        
        Links: slabbe.org__, `slabbe on Github`__, `slabbe on pypi`__
        
        __ http://www.slabbe.org/Sage/
        __ http://github.com/seblabbe/slabbe
        __ http://pypi.python.org/pypi/slabbe
        
        Version 0.4.4 (September 28, 2018)
        --------------------------------
        
        Make ``import slabbe`` work in Sage with Python 3.
        
        Version 0.4.3 (August 22, 2018)
        --------------------------------
        
        Few fixes for the publication of "Substitutive structure of Jeandel-Rao aperiodic tilings".
        
        Version 0.4.2 (July 20, 2018)
        --------------------------------
        
        Few fixes for the version 2 of "A self-similar aperiodic set of 19 Wang tiles".
        
        Version 0.4.1 (February 9, 2018)
        --------------------------------
        
        Few fixes for the publication of "A self-similar aperiodic set of 19 Wang tiles".
        New module to solve the Magic hexagon problem.
        
        Version 0.4 (January 20, 2018)
        ------------------------------
        
        Version ``0.4`` includes new modules for Wang tilings, 2d substitutions,
        polyhedron partitions, partial injections, ostrowski numeration and many
        improvements to other modules.
        
        Version 0.3b2 (December 11, 2016)
        ---------------------------------
        
        Version ``0.3b2`` includes a new module for diophantine approximations, random
        point generation inside polytopes, analyzing sage building time, and many
        improvements to previous modules.
        
        Version 0.3b1 (June 12, 2016)
        -----------------------------
        
        Version ``0.3b1`` is now a Python package available in the Python Package Index
        (PyPI). It was migrated from the previous sage optional spkg old-style format.
        It also adds code to deal with bispecial factors, some new methods of graphs,
        substitutions and matrices.
        
        Version 0.2 (November 25, 2015)
        -------------------------------
        
        slabbe-0.2.spkg__ (documentation__) provides modules on multidimensional
        continued fraction algorithms, matrix cocycles, languages and tikzpictures.  
        
        __ http://www.slabbe.org/Sage/slabbe-0.2.spkg
        __ http://www.slabbe.org/Sage/slabbe-0.2.pdf
        
        Version 0.1.1 (June 3, 2015)
        ----------------------------
        
        slabbe-0.1.1.spkg__ fixes a bug with ``gcd`` import error.
        
        __ http://www.slabbe.org/Sage/slabbe-0.1.1.spkg
        
        Version 0.1 (August 27, 2014)
        -----------------------------
        
        slabbe-0.1.spkg__ (documentation__) contains modules on digital geometry,
        combinatorics on words and more. 
        
        __ http://www.slabbe.org/Sage/slabbe-0.1.spkg
        __ http://www.slabbe.org/Sage/slabbe-0.1.pdf
        
        
Keywords: sagemath combinatorics discrete geometry symbolic dynamics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Mathematics
