Metadata-Version: 1.1
Name: bmdcluster
Version: 0.2.1
Summary: Binary Matrix Decomposition algorithm for clustering binary data
Home-page: https://github.com/csprock/bmdcluster
Author: Carson Sprock
Author-email: csprock@gmail.com
License: MIT license
Description: 
        A Python implementation of the Binary Matrix Decomposition algorithm for clustering binary data.
        
        * Documentation: https://bmdcluster.readthedocs.io.
        * GitHub: https://github.com/csprock/bmdcluster
        
        
        =======
        History
        =======
        
        0.0.1b0 (2018-04-24)
        --------------------
        
        * First release on PyPI.
        
        0.0.1 (2019-09-12)
        ------------------
        
        * Released to PyPI with full documentation and continuous integration
        
        0.2.0 (2019-09-17)
        ------------------
        
        * Fixed bugs in cluster initialization system. 
        * Refactored main user API into different classes for each clustering method
        * Deleted from PyPI on 2019-09-18
        
        0.2.1 (2019-09-18)
        ------------------
        
        * Fixed submodule building and importation bugs
Keywords: bmdcluster
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
