Metadata-Version: 2.1
Name: pema
Version: 0.2.1
Summary: Peak matching for XENON simulations
Home-page: https://github.com/XENONnT/peakmatching
Author: Joran Angevaare
License: UNKNOWN
Description: # PEMA: Peak matching for clustering and classification
        [![Build](https://github.com/XENONnT/pema/actions/workflows/test_package.yml/badge.svg)](https://github.com/XENONnT/pema/actions/workflows/test_package.yml)
        [![CodeFactor](https://www.codefactor.io/repository/github/xenonnt/pema/badge)](https://www.codefactor.io/repository/github/xenonnt/pema)
        [![Coverage Status](https://coveralls.io/repos/github/XENONnT/pema/badge.svg?branch=master)](https://coveralls.io/github/XENONnT/pema?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/pema/badge/?version=latest)](https://pema.readthedocs.io/en/latest/?badge=latest)
        [![PyPI version shields.io](https://img.shields.io/pypi/v/pema.svg)](https://pypi.python.org/pypi/pema/)
        ## PeakMatching
        Peak clustering and classification validation using the WFsim
        
        
        # Install
        ```bash
        pip install pema
        ```
        
        ## Test installation
        ```bash
        python -c "import pema ; print(pema.__version__) ; print('great succes')
        ```
        
        
        0.2.1 / 2021-060-17
        ------------------
        - Allow plot dump to pickle (#20)
        - minor commits
        
        0.2.0 / 2021-05-21
        ------------------
        - Increased testing, faster matching (#17)
        - Update notebooks to be more plug and play (#13)
        - Use actions for testing (#15)
        
        
        0.1.0 / 2021-04-10
        --------------------
        - Restructured code into plugins
        - Arbitrary acceptance to allow for penalty factors
        - Install CI:
          - CodeFactor
          - Coveralls
          - Automated documentation
          - Testing
        
        
        0.0.1 / 2020-11-25
        --------------------
        - Further prepare the package and prepare for deployment
        
        0.0.0 / 2020-11-23
        --------------------
        - Initial commits
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
