basil-core


Namebasil-core JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryBASIL-CORE: Bayesian Analytic Sampling and Integrating Library - Compiled and low-dependency utilities
upload_time2025-11-10 19:36:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT License
keywords gravitational wave bayesian inference
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Basil Core
BASIL (Bayesian Analytic Sampling and Integrating Library) Core utilities;

Core utilities: A bunch of c functions that are faster than numpy matrix operations (and more conservative of your computer's RAM).

I am using this primarily in gravitational-wave population synthesis, for postprocessing with different binary evolution simulations.

User guide and jupyter notebooks incoming TBD.

## stats

`basil_core.stats.distance`
Right now, this includes a Bhattacharyya distance, Helinski distance, and relative entropy calculation
The relative entropy calculation has the advantage that it can accept pre-computed log values for P and Q.

## Astro

`basil_core.astro.coordinates` includes many coordinate transforms useful for GW astronomy, including chieff/chiminus transformations and tidal deformability parameters.

`basil_core.astro.orbit` includes many useful napkin calculations for GW astronomy, such as a timescale for a GW merger as a function of radius.
Many of these were adapted from [hush](https://github.com/katiebreivik/hush)

## Installation:

```
python3 -m pip install basil-core
```

## Contributing

We are open to pull requests.

If you would like to make a contribution, please explain what changs your are making and why.

## License
[MIT](https://choosealicense.come/licenses/mit)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "basil-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "\"V. Delfavero\" <vdfavero@cita.utoronto.ca>",
    "keywords": "Gravitational Wave, Bayesian Inference",
    "author": null,
    "author_email": "\"V. Delfavero\" <vdfavero@cita.utoronto.ca>",
    "download_url": "https://files.pythonhosted.org/packages/f8/71/a864b08824cf6d0c5d376e6e4c03a3f41458de67f66d0444a222b679beb8/basil_core-1.1.0.tar.gz",
    "platform": null,
    "description": "# Basil Core\nBASIL (Bayesian Analytic Sampling and Integrating Library) Core utilities;\n\nCore utilities: A bunch of c functions that are faster than numpy matrix operations (and more conservative of your computer's RAM).\n\nI am using this primarily in gravitational-wave population synthesis, for postprocessing with different binary evolution simulations.\n\nUser guide and jupyter notebooks incoming TBD.\n\n## stats\n\n`basil_core.stats.distance`\nRight now, this includes a Bhattacharyya distance, Helinski distance, and relative entropy calculation\nThe relative entropy calculation has the advantage that it can accept pre-computed log values for P and Q.\n\n## Astro\n\n`basil_core.astro.coordinates` includes many coordinate transforms useful for GW astronomy, including chieff/chiminus transformations and tidal deformability parameters.\n\n`basil_core.astro.orbit` includes many useful napkin calculations for GW astronomy, such as a timescale for a GW merger as a function of radius.\nMany of these were adapted from [hush](https://github.com/katiebreivik/hush)\n\n## Installation:\n\n```\npython3 -m pip install basil-core\n```\n\n## Contributing\n\nWe are open to pull requests.\n\nIf you would like to make a contribution, please explain what changs your are making and why.\n\n## License\n[MIT](https://choosealicense.come/licenses/mit)\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "BASIL-CORE: Bayesian Analytic Sampling and Integrating Library - Compiled and low-dependency utilities",
    "version": "1.1.0",
    "project_urls": {
        "Bug tracker": "https://gitlab.com/xevra/basil-core/issues",
        "Homepage": "https://gitlab.com/xevra/basil-core"
    },
    "split_keywords": [
        "gravitational wave",
        " bayesian inference"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f871a864b08824cf6d0c5d376e6e4c03a3f41458de67f66d0444a222b679beb8",
                "md5": "b86393d0cefa7b3a148b1cd99150b6b8",
                "sha256": "ae4ca7e40e4ab7b284a5a3817ad8195e0a3651773d22219c7852cdb1620cfd5b"
            },
            "downloads": -1,
            "filename": "basil_core-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b86393d0cefa7b3a148b1cd99150b6b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 175843,
            "upload_time": "2025-11-10T19:36:39",
            "upload_time_iso_8601": "2025-11-10T19:36:39.912939Z",
            "url": "https://files.pythonhosted.org/packages/f8/71/a864b08824cf6d0c5d376e6e4c03a3f41458de67f66d0444a222b679beb8/basil_core-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-10 19:36:39",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "xevra",
    "gitlab_project": "basil-core",
    "lcname": "basil-core"
}
        
Elapsed time: 4.17880s