Metadata-Version: 2.1
Name: thejoker
Version: 1.3.1
Summary: A custom Monte Carlo sampler for the two-body problem.
Author-email: Adrian Price-Whelan <adrianmpw@gmail.com>
License: MIT License
        
        Copyright (c) 2016 Adrian Price-Whelan, David W. Hogg, Daniel Foreman-Mackey
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/adrn/thejoker
Project-URL: Bug Tracker, https://github.com/adrn/thejoker/issues
Project-URL: Discussions, https://github.com/adrn/thejoker/discussions
Project-URL: Changelog, https://github.com/adrn/thejoker/releases
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: numpy>=1.24.4
Requires-Dist: twobody>=0.9.1
Requires-Dist: scipy
Requires-Dist: h5py
Requires-Dist: schwimmbad>=0.4
Requires-Dist: pymc>=5.10.0
Requires-Dist: pymc_ext>=1.0.1
Requires-Dist: exoplanet-core[pymc]>=0.3.0
Requires-Dist: tables
Requires-Dist: dill
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-astropy; extra == "test"
Requires-Dist: ipython; extra == "test"
Requires-Dist: jupyter_client; extra == "test"
Requires-Dist: corner; extra == "test"
Requires-Dist: astroML; extra == "test"
Requires-Dist: pyyaml; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx-astropy; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: nbconvert; extra == "docs"
Requires-Dist: nbformat; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: sphinx_copybutton; extra == "docs"
Requires-Dist: rtds_action; extra == "docs"
Requires-Dist: sphinx_book_theme; extra == "docs"
Provides-Extra: tutorials
Requires-Dist: thejoker[docs]; extra == "tutorials"
Requires-Dist: jupyter-client; extra == "tutorials"
Requires-Dist: corner; extra == "tutorials"
Requires-Dist: arviz; extra == "tutorials"

The Joker [YO-ker]
==================

.. image:: https://img.shields.io/badge/Made%20at-%23AstroHackWeek-8063d5.svg?style=flat
        :target: http://astrohackweek.org/
.. image:: https://github.com/adrn/thejoker/actions/workflows/ci.yml/badge.svg
        :target: https://github.com/adrn/thejoker/actions/workflows/ci.yml


A custom Monte Carlo sampler for the two-body problem.

Authors
-------

- **Adrian Price-Whelan** (Flatiron Institute)
- **David W. Hogg** (NYU, MPIA, & Flatiron Institute)
- **Dan Foreman-Mackey** (Flatiron Institute)

Installation
------------

To install the latest stable release, use `pip`::

    pip install thejoker

To install the development version::

    pip install git+https://github.com/adrn/thejoker

Attribution
-----------

.. image:: http://img.shields.io/badge/arXiv-1610.07602-orange.svg?style=flat
        :target: https://arxiv.org/abs/1610.07602
.. image:: https://img.shields.io/badge/ascl-1701.001-blue.svg?colorB=262255
        :target: http://ascl.net/1701.001
.. image:: https://zenodo.org/badge/67356932.svg
        :target: https://zenodo.org/badge/latestdoi/67356932

If you make use of this code, please cite the paper describing the method:
`Price-Whelan et al. 2017
<https://ui.adsabs.harvard.edu/#abs/2017ApJ...837...20P/abstract>`_

Documentation
-------------

.. image:: https://readthedocs.org/projects/thejoker/badge/?version=latest
        :target: http://thejoker.readthedocs.io/

See `the documentation <http://thejoker.readthedocs.io>`_ for information on how
to install and use The Joker.

License
-------

.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
        :target: https://github.com/adrn/thejoker/blob/main/LICENSE
