Metadata-Version: 2.1
Name: krbalancing
Version: 0.5.0b0
Summary: A c++ extension for python to balance a matrix using KR method
Home-page: https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm
Author: Leily Rabbani
Author-email: leila.rabbani@gmail.com
Maintainer: Dilawar Singh
Maintainer-email: dilawar.s.rajput@gmail.com
License: UNKNOWN
Description: [![Linux Build](https://github.com/dilawar/Knight-Ruiz-Matrix-balancing-algorithm/actions/workflows/linux.yml/badge.svg)](https://github.com/dilawar/Knight-Ruiz-Matrix-balancing-algorithm/actions/workflows/linux.yml)
        [![Windows Build](https://github.com/dilawar/Knight-Ruiz-Matrix-balancing-algorithm/actions/workflows/windows.yml/badge.svg)](https://github.com/dilawar/Knight-Ruiz-Matrix-balancing-algorithm/actions/workflows/windows.yml)
        [![OSX Build](https://github.com/dilawar/Knight-Ruiz-Matrix-balancing-algorithm/actions/workflows/osx.yml/badge.svg)](https://github.com/dilawar/Knight-Ruiz-Matrix-balancing-algorithm/actions/workflows/osx.yml)
        [![PyPI version](https://badge.fury.io/py/krbalancing.svg)](https://badge.fury.io/py/krbalancing)
        
        # Knight-Ruiz-Matrix-balancing-algorithm
        
        This is a c++ extension for python which computes K.R. balanced matrices. The
        code is a conversion of the original code
        (https://doi.org/10.1093/imanum/drs019) from Matlab to c++. 
        
        
        # Changelog
        
        - 2021-04-13: Added github actions to create wheel for Linux, Windows and OSX. Few small tweaks for MSVS build.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
