Metadata-Version: 2.1
Name: cyl1tf
Version: 0.1.0
Summary: Cython implementation of L1 trend fitting.
Home-page: https://github.com/arkottke/cyl1tf
Author: Albert Kottke
Author-email: albert.kottke@gmail.com
License: UNKNOWN
Description: cyL1TF
        ======
        
        |PyPi Cheese Shop| |Build Status| |Code Quality| |Test Coverage| |License| |DOI|
        
        A Python library using Cython for using ℓ₁ (L1) trend filtering algorithm developed by Kim et al. (2009):
        
            Kim, S. J., Koh, K., Boyd, S., & Gorinevsky, D. (2009). ℓ₁ trend filtering. SIAM review, 51(2), 339-360. DOI:  `10.1137/070690274`_
        
        .. _`10.1137/070690274`: https://doi.org/10.1137/070690274
        
        
        Usage
        -----
        
        Pass
        
        
        Citation
        --------
        
        Please cite this software using the DOI_.
        
        .. _DOI: https://zenodo.org/badge/latestdoi/5086299
        
        .. |PyPi Cheese Shop| image:: https://img.shields.io/pypi/v/cyl1tf.svg
           :target: https://img.shields.io/pypi/v/cyl1tf.svg
        .. |Build Status| image:: https://travis-ci.org/arkottke/cyl1tf.svg?branch=master
           :target: https://travis-ci.org/arkottke/cyl1tf
        .. |Code Quality| image:: https://app.codacy.com/project/badge/Grade/ab76944a60224759997a51e771bd4aff    
           :target: https://www.codacy.com/manual/arkottke/cyl1tf
        .. |Test Coverage| image:: https://api.codacy.com/project/badge/Coverage/ab76944a60224759997a51e771bd4aff    
           :target: https://www.codacy.com/manual/arkottke/cyl1tf
        .. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg
        .. |DOI| image:: https://zenodo.org/badge/5086299.svg
           :target: https://zenodo.org/badge/latestdoi/5086299
        
        
        History
        =======
        
        v0.1.0 (2020-04-09)
        -------------------
        - Initial release
        
Platform: UNKNOWN
Description-Content-Type: text/x-rst
