Metadata-Version: 2.4
Name: bilby
Version: 2.6.0rc1
Summary: A user-friendly Bayesian inference library
Home-page: https://github.com/bilby-dev/bilby
Author: Greg Ashton, Moritz Huebner, Paul Lasky, Colm Talbot
Author-email: paul.lasky@monash.edu
License: MIT
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: bilby.cython>=0.3.0
Requires-Dist: dynesty<2.2,>=2.0.1
Requires-Dist: emcee
Requires-Dist: corner
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy>=1.5
Requires-Dist: pandas
Requires-Dist: dill
Requires-Dist: tqdm
Requires-Dist: h5py
Requires-Dist: attrs
Requires-Dist: importlib-metadata>=3.6; python_version < "3.10"
Provides-Extra: gw
Requires-Dist: astropy>=5; extra == "gw"
Requires-Dist: lalsuite; extra == "gw"
Requires-Dist: gwpy; extra == "gw"
Requires-Dist: tables; extra == "gw"
Requires-Dist: pyfftw; extra == "gw"
Requires-Dist: scikit-learn; extra == "gw"
Provides-Extra: mcmc
Requires-Dist: scikit-learn; extra == "mcmc"
Requires-Dist: glasflow; extra == "mcmc"
Provides-Extra: all
Requires-Dist: cpnest>=0.9.4; extra == "all"
Requires-Dist: dynesty; extra == "all"
Requires-Dist: emcee; extra == "all"
Requires-Dist: nestle; extra == "all"
Requires-Dist: ptmcmcsampler!=0.0.0,!=2.1.0; extra == "all"
Requires-Dist: ptemcee; extra == "all"
Requires-Dist: pymc>=4.0.0; extra == "all"
Requires-Dist: pymultinest; extra == "all"
Requires-Dist: kombine; extra == "all"
Requires-Dist: ultranest>=3.0.0; extra == "all"
Requires-Dist: dnest4; extra == "all"
Requires-Dist: nessai>=0.7.0; extra == "all"
Requires-Dist: schwimmbad; extra == "all"
Requires-Dist: zeus-mcmc>=2.3.0; extra == "all"
Requires-Dist: astropy>=5; extra == "all"
Requires-Dist: lalsuite; extra == "all"
Requires-Dist: gwpy; extra == "all"
Requires-Dist: tables; extra == "all"
Requires-Dist: pyfftw; extra == "all"
Requires-Dist: scikit-learn; extra == "all"
Requires-Dist: scikit-learn; extra == "all"
Requires-Dist: glasflow; extra == "all"
Requires-Dist: celerite; extra == "all"
Requires-Dist: george; extra == "all"
Requires-Dist: plotly; extra == "all"
Requires-Dist: pytest-requires; extra == "all"
Requires-Dist: pytest-rerunfailures; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

|pipeline status| |coverage report| |pypi| |conda| |version|

=====
Bilby
=====

A user-friendly Bayesian inference library.
Fulfilling all your Bayesian dreams.

Online material to help you get started:

-  `Installation instructions <https://bilby-dev.github.io/bilby/installation.html>`__
-  `Documentation <https://bilby-dev.github.io/bilby/>`__

If you need help, find an issue, or just have a question/suggestion you can

- Join our `Slack workspace <https://bilby-code.slack.com/>`__ via this `invite link <https://join.slack.com/t/bilby-code/shared_invite/zt-2s5a0jy1g-xB7uIy1fGGxW0CkBwwTbWQp>`__
- Ask questions (or search through other users questions and answers) on `StackOverflow <https://stackoverflow.com/questions/tagged/bilby>`__ using the bilby tag
- Submit issues directly through `the issue tracker <https://github.com/bilby-dev/bilby/issues>`__
- For chat.ligo.org users, join the `#bilby-help <https://chat.ligo.org/ligo/channels/bilby-help>`__ or `#bilby-devel <https://chat.ligo.org/ligo/channels/bilby-devel>`__ channels
- For LVK-confidential issues, please open `a confidential issue on bilby_pipe <https://git.ligo.org/lscsoft/bilby_pipe/-/issues/new>`__

We encourage you to contribute to the development of bilby. This is done via pull request.  For
help in creating a pull request, see `this page
<https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request>`__ or contact
us directly. For advice on contributing, see `the contributing guide <https://github.com/bilby-dev/bilby/blob/main/CONTRIBUTING.md>`__.


--------------
Citation guide
--------------

Please refer to the `Acknowledging/citing bilby guide <https://bilby-dev.github.io/bilby/citing-bilby.html>`__.

.. |pipeline status| image:: https://github.com/bilby-dev/bilby/actions/workflows/unit-tests.yml/badge.svg
   :target: https://github.com/bilby-dev/bilby/commits/master
.. |coverage report| image:: https://github.com/bilby-dev/bilby/badges/master/coverage.svg
   :target: https://lscsoft.docs.ligo.org/bilby/htmlcov/
.. |pypi| image:: https://badge.fury.io/py/bilby.svg
   :target: https://pypi.org/project/bilby/
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/bilby.svg
   :target: https://anaconda.org/conda-forge/bilby
.. |version| image:: https://img.shields.io/pypi/pyversions/bilby.svg
   :target: https://pypi.org/project/bilby/
