profiley


Nameprofiley JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://github.com/cristobal-sifon/profiley
SummaryCalculation of common astrophysical profiles
upload_time2023-12-26 18:38:00
maintainer
docs_urlNone
authorCristobal Sifon
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========
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_



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cristobal-sifon/profiley",
    "name": "profiley",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cristobal Sifon",
    "author_email": "cristobal.sifon@pucv.cl",
    "download_url": "https://files.pythonhosted.org/packages/cf/c2/c858bdc5b5598ac7e02ddbbbd8821d8f6e57d9d480c1b3d07fda2bcc493c/profiley-1.5.0.tar.gz",
    "platform": null,
    "description": "========\nprofiley\n========\n\nProfile calculations for galaxies and clusters\n\nTo install, simply run ::\n\n    pip install profiley\n\nSome examples of the functionality available can be found in the `examples \n<examples/>`_. For more information see the `documentation \n<https://profiley.readthedocs.io/en/latest/index.html>`_.\n\n\nReferences\n==========\n\n``profiley`` has been used in `Madhavacheril et al. (2020)`__.\n\n\nChange Log\n==========\n\nVersion 1.5.0\n-------------\n* Added ``WebskyNFW`` profile\n* Fixed bug in ``mdelta`` method, plus it is now a ``Profile`` method inherited by all profiles.\n\nVersion 1.4.4\n-------------\n* Fixed bug in the normalization of a 1-d surface density in ``xi2sigma``\n* Fixed bug whereby only one beta was returned\n\nVersion 1.4.3\n-------------\n* Fixed bug calculating a single surface density in ``xi2sigma``\n\nVersion 1.4.0\n-------------\n* Added stand-alone offset calculation for arbitrary profiles\n\nVersion 1.3.2\n-------------\n* Fixed bug in installation (!)\n\nVersion 1.3.0\n-------------\n* Updated names of ``Profile`` methods\n* Bug fixes\n\nVersion 1.2.2\n-------------\n\n* Moved ``background`` argument from ``BaseNFW`` to ``BaseCosmo`` so it is visible to all ``Profile`` objects\n* Moved ``overdensity`` argument from ``BaseNFW`` to ``Profile``\n\n\n\n.. _Madhavacheril: https://ui.adsabs.harvard.edu/abs/2020ApJ...903L..13M/abstract\n\n__ Madhavacheril_\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Calculation of common astrophysical profiles",
    "version": "1.5.0",
    "project_urls": {
        "Homepage": "https://github.com/cristobal-sifon/profiley"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfc2c858bdc5b5598ac7e02ddbbbd8821d8f6e57d9d480c1b3d07fda2bcc493c",
                "md5": "44803e6bbec530644d91381dd4dd5921",
                "sha256": "ddd27b59af5a1740d470672f2c5144e71aec823c6a07523e1c2bd43ea8540606"
            },
            "downloads": -1,
            "filename": "profiley-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "44803e6bbec530644d91381dd4dd5921",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28418,
            "upload_time": "2023-12-26T18:38:00",
            "upload_time_iso_8601": "2023-12-26T18:38:00.863519Z",
            "url": "https://files.pythonhosted.org/packages/cf/c2/c858bdc5b5598ac7e02ddbbbd8821d8f6e57d9d480c1b3d07fda2bcc493c/profiley-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-26 18:38:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cristobal-sifon",
    "github_project": "profiley",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "profiley"
}
        
Elapsed time: 0.18219s