Metadata-Version: 2.1
Name: littlemcmc
Version: 0.2.2
Summary: A lightweight and performant implementation of HMC and NUTS in Python, spun out of the PyMC project.
Home-page: https://github.com/eigenfoo/littlemcmc
Author: George Ho
Author-email: mail@eigenfoo.xyz
License: Apache License, Version 2.0
Description: <p align="center"><img src="docs/_static/logo/default-cropped.png"></p>
        
        > *Warning:* `littlemcmc` is still in pre-release and under development. Most notably,
        > behavior is unstable in Jupyter notebooks - for best results and support, please use
        > `littlemcmc` in Python scripts. Please consult [our GitHub
        > issues](https://github.com/eigenfoo/littlemcmc/issues).
        
        ---
        
        ![Tests Status](https://github.com/eigenfoo/littlemcmc/workflows/tests/badge.svg)
        ![Lint Status](https://github.com/eigenfoo/littlemcmc/workflows/lint/badge.svg)
        ![Up to date with PyMC3 Status](https://github.com/eigenfoo/littlemcmc/workflows/even-with-pymc3/badge.svg)
        [![Coverage Status](https://codecov.io/gh/eigenfoo/littlemcmc/branch/master/graph/badge.svg)](https://codecov.io/gh/eigenfoo/littlemcmc)
        [![Documentation Status](https://readthedocs.org/projects/littlemcmc/badge/?version=latest)](https://littlemcmc.readthedocs.io/en/latest/?badge=latest)
        [![License](https://img.shields.io/github/license/eigenfoo/littlemcmc)](https://github.com/eigenfoo/littlemcmc/blob/master/LICENSE.littlemcmc.txt)
        
        > littlemcmc &nbsp; &nbsp; /lɪtəl ɛm si ɛm si/ &nbsp; &nbsp; _noun_
        >
        > A lightweight and performant implementation of HMC and NUTS in Python, spun
        > out of [the PyMC project](https://github.com/pymc-devs). Not to be confused
        > with [minimc](https://github.com/ColCarroll/minimc).
        
        ## Installation
        
        The latest release of LittleMCMC can be installed from PyPI using `pip`:
        
        ```bash
        pip install littlemcmc
        ```
        
        The current development branch of LittleMCMC can be installed directly from
        GitHub, also using `pip`:
        
        ```bash
        pip install git+https://github.com/eigenfoo/littlemcmc.git
        ```
        
        ## Contributors
        
        LittleMCMC is developed by [George Ho](https://eigenfoo.xyz/). For a full list
        of contributors, please see the [GitHub contributor
        graph](https://github.com/eigenfoo/littlemcmc/graphs/contributors).
        
        ## License
        
        LittleMCMC is modified from [the PyMC3 and PyMC4
        projects](https://github.com/pymc-devs/), both of which are distributed under
        the Apache-2.0 license. A copy of both projects' license files are distributed
        with LittleMCMC. All modifications from PyMC are distributed under [an identical
        Apache-2.0 license](https://github.com/eigenfoo/littlemcmc/blob/master/LICENSE).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
