Metadata-Version: 1.2
Name: gadgit
Version: 0.1.3
Summary: Genetic Algorithm for Disease Gene Identification Toolbox
Home-page: https://github.com/Andesha/gadgit
Author: Tyler Collins
Author-email: tk11br@sharcnet.ca
License: MIT license
Description: ======
        GADGIT
        ======
        
        
        .. image:: https://img.shields.io/pypi/v/gadgit.svg
                :target: https://pypi.python.org/pypi/gadgit
        
        .. image:: https://img.shields.io/travis/Andesha/gadgit.svg
                :target: https://travis-ci.com/Andesha/gadgit
        
        .. image:: https://readthedocs.org/projects/gadgit/badge/?version=latest
                :target: https://gadgit.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Genetic Algorithm for Disease Gene Identification Toolbox
        
        
        * Free software: MIT license
        * Documentation: https://gadgit.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.3 (2021-02-17)
        ------------------
        
        * Fix more build bugs
        * Expose post processing function
        * Clean up string representation of parameter classes
        * Add fixed genes support
        * Add more assertions for debugging
        * Made mutation respect fixed genes structure
        * Updated test dataframe
        
        
        0.1.2 (2021-02-17)
        ------------------
        
        * Include more packages to build step
        
        
        0.1.1 (2021-02-17)
        ------------------
        
        * Fixes to package building
        
        
        0.1.0 (2021-02-17)
        ------------------
        
        * First release on PyPI.
        
Keywords: gadgit
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
