Metadata-Version: 2.1
Name: profiley
Version: 1.5.0
Summary: Calculation of common astrophysical profiles
Home-page: https://github.com/cristobal-sifon/profiley
Author: Cristobal Sifon
Author-email: cristobal.sifon@pucv.cl
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy>=4.0
Requires-Dist: numpy<2.0,>=1.16.0
Requires-Dist: scipy<2.0,>=1.0

========
profiley
========

Profile calculations for galaxies and clusters

To install, simply run ::

    pip install profiley

Some examples of the functionality available can be found in the `examples 
<examples/>`_. For more information see the `documentation 
<https://profiley.readthedocs.io/en/latest/index.html>`_.


References
==========

``profiley`` has been used in `Madhavacheril et al. (2020)`__.


Change Log
==========

Version 1.5.0
-------------
* Added ``WebskyNFW`` profile
* Fixed bug in ``mdelta`` method, plus it is now a ``Profile`` method inherited by all profiles.

Version 1.4.4
-------------
* Fixed bug in the normalization of a 1-d surface density in ``xi2sigma``
* Fixed bug whereby only one beta was returned

Version 1.4.3
-------------
* Fixed bug calculating a single surface density in ``xi2sigma``

Version 1.4.0
-------------
* Added stand-alone offset calculation for arbitrary profiles

Version 1.3.2
-------------
* Fixed bug in installation (!)

Version 1.3.0
-------------
* Updated names of ``Profile`` methods
* Bug fixes

Version 1.2.2
-------------

* Moved ``background`` argument from ``BaseNFW`` to ``BaseCosmo`` so it is visible to all ``Profile`` objects
* Moved ``overdensity`` argument from ``BaseNFW`` to ``Profile``



.. _Madhavacheril: https://ui.adsabs.harvard.edu/abs/2020ApJ...903L..13M/abstract

__ Madhavacheril_


