Metadata-Version: 2.1
Name: strax
Version: 0.4.0
Summary: Streaming analysis for XENON
Home-page: https://github.com/AxFoundation/strax
Author: Jelle Aalbers
Author-email: j.aalbers@uva.nl
License: UNKNOWN
Description: # strax
        Streaming analysis for xenon experiments
        
        [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1344424.svg)](https://doi.org/10.5281/zenodo.1344424)
        [![Build Status](https://travis-ci.org/AxFoundation/strax.svg?branch=master)](https://travis-ci.org/AxFoundation/strax)
        [![Readthedocs Badge](https://readthedocs.org/projects/strax/badge/?version=latest)](https://strax.readthedocs.io/en/latest/?badge=latest)
        [![Coverage Status](https://coveralls.io/repos/github/AxFoundation/strax/badge.svg?branch=master)](https://coveralls.io/github/AxFoundation/strax?branch=master)
        [![PyPI version shields.io](https://img.shields.io/pypi/v/strax.svg)](https://pypi.python.org/pypi/strax/)
        [![Join the chat at https://gitter.im/AxFoundation/strax](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/AxFoundation/strax?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/cc159474f2764d43b445d562a24ca245)](https://www.codacy.com/app/tunnell/strax?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=AxFoundation/strax&amp;utm_campaign=Badge_Grade)
        
        Strax is an analysis framework for pulse-only digitization data, specialized for live data reduction at speeds of 50-100 MB(raw) / core / sec. 
        It's primary aim is to support noble liquid TPC dark matter searches, such as XENONnT.
        
        For more information, please see the [strax documentation](https://strax.readthedocs.io).
        
        
        
        0.4.0 / 2018-08-27
        ------------------
        - S3-protocol I/O (#68, #71, #74)
        - Fuzzy matching, context options (#66)
        - Fix bug with PyPI lacking MANIFEST (e9771db79bd0c6a148afe1fa8c2ed3d13495da88)
        - Zenodo badge (#58)
        
        0.3.0 / 2018-08-13
        ------------------
        - Storage frontend/backend split, several fixes (#46)
        - XENON: pax conversion fix (#47)
        - Globally configurable mailbox settings (#55, #57)
        
        0.2.0 / 2018-07-03
        ------------------
        - Start documentation
        - `ParallelSourcePlugin` to better distribute low-level processing over multiple cores
        - `OverlapWindowPlugin` to simplify algorithms that look back and ahead in the data
        - Run-dependent config defaults
        - XENON: Position reconstruction (tensorflow NN) and corrections
        
        0.1.2 / 2018-05-09
        ------------------
        - Failed to make last patch release.
        
        0.1.1 / 2018-05-09
        ------------------
        - `#19`: list subpackages in setup.py, so numba can find cached code
        - Autodeploy from Travis to PyPI
        - README badges
        
        0.1.0 / 2018-05-06
        ------------------
        - Initial release
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
Provides-Extra: xenon
Provides-Extra: docs
