Metadata-Version: 2.4
Name: enterprise_extensions
Version: 3.0.2
Summary: Extensions, model shortcuts, and utilities for the enterprise PTA analysis framework.
Home-page: https://github.com/stevertaylor/enterprise_extensions
Author: Stephen R. Taylor, Paul T. Baker, Jeffrey S. Hazboun, Sarah Vigeland
Author-email: jeffrey.hazboun@gmail.com
License: MIT
Keywords: gravitational-wave,black-hole binary,pulsar-timing arrays
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy>=1.16.3
Requires-Dist: scipy>=1.2.0
Requires-Dist: ephem>=3.7.6.0
Requires-Dist: healpy>=1.14.0
Requires-Dist: scikit-sparse>=0.4.5
Requires-Dist: enterprise-pulsar>=3.4.4
Requires-Dist: pyarrow>=16.1.0
Requires-Dist: scikit-learn>=0.24
Requires-Dist: matplotlib>=3.1.0
Requires-Dist: six
Requires-Dist: emcee
Requires-Dist: ptmcmcsampler
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

=====================
enterprise_extensions
=====================


.. image:: https://img.shields.io/pypi/v/enterprise_extensions.svg
        :target: https://pypi.python.org/pypi/enterprise_extensions

.. image:: https://readthedocs.org/projects/enterprise-extensions/badge/?version=latest
        :target: https://enterprise-extensions.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A set of extension codes, utilities, and scripts for the enterprise PTA analysis framework.


* Free software: MIT license
* Documentation: https://enterprise-extensions.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

2.4.3 (2023-27-06)
Update Zenodo entry.

2.4.2 (2022-28-12)
Fix HyperModel to support newer versions of numpy.

2.4.1 (2022-02-10)
Add support for new noise definitions in WidebandTimingModel.

2.4.0 (2022-02-10)
Use Timing Package (Tempo,Tempo2,Pint) definition of EQUAD. Enterprise has
broken backwards compatibility, and here we use the `tnequad` flag to switch on
the old definition.

2.3.4 (2021-11-02)
Fix phase shift seed caching issue.

2.3.3 (2021-10-04)
Fix bug in release build by adding ACE text file to MANIFEST.in.

2.3.2 (2021-10-04)
Fix bug in HyperModel when using save_runtime_info.

2.3.1 (2021-09-30)
Fix bugs associated with recent function additions. Added linting and mild PEP8
rules. Also removed older Python functionality which is no longer supported.

2.3.0 (2021-09-15)
Functionality added for NANOGrav 15yr dataset analyses.
Outlier analysis software moved into separate package.

2.2.0 (2021-08-10)
Version with outlier analysis.

0.9.1 (2021-05-06)
0.9.0 (2019-09-20)
------------------

* First release on PyPI.
