Metadata-Version: 2.1
Name: pema
Version: 0.2.2
Summary: Peak matching for XENON simulations
Home-page: https://github.com/XENONnT/peakmatching
Author: Joran Angevaare
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Dist: strax
Requires-Dist: utilix (>=0.4.1)
Requires-Dist: straxen (>=0.19.3)
Requires-Dist: wfsim (>=0.5.6)
Requires-Dist: multihist
Requires-Dist: numba
Requires-Dist: numpy (~=1.19.5)
Requires-Dist: nestpy
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: recommonmark ; extra == 'docs'
Requires-Dist: graphviz ; extra == 'docs'
Requires-Dist: ipython ; extra == 'docs'

# PEMA: Peak matching for clustering and classification
[![Test package](https://github.com/XENONnT/pema/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/XENONnT/pema/actions/workflows/pytest.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)
[![CodeQL](https://github.com/XENONnT/pema/actions/workflows/codeql-analysis.yml/badge.svg?branch=master)](https://github.com/XENONnT/pema/actions/workflows/codeql-analysis.yml)

[![PyPI version shields.io](https://img.shields.io/pypi/v/pema.svg)](https://pypi.python.org/pypi/pema/)
[![Python Versions](https://img.shields.io/pypi/pyversions/pema.svg)](https://pypi.python.org/pypi/pema)
[![PyPI downloads](https://img.shields.io/pypi/dm/pema.svg)](https://pypistats.org/packages/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.2 / 2021-08-10
------------------
 - Fix master for strax, straxen, wfsim == 0.16.1, 0.19.3, 0.5.6 (#23)
 - Fix docs requirements (#34, #32)
 - Create codeql-analysis.yml (#35)
 - Fix saving as SVG (#21)
 - Register from module (#22)
 - Less pinned requirements (#32)

0.2.1 / 2021-60-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


