jaxtro


Namejaxtro JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/Qazalbash/jaxtro
SummaryA JAX-based gravitational-wave population inference
upload_time2023-12-28 16:28:16
maintainerMeesum Qazalbash
docs_urlNone
authorMeesum Qazalbash and Muhammad Zeeshan
requires_python>=3.10
licenseApache 2.0
keywords jax astronomy astrophysics machine-learning deep-learning bayesian-inference probabilistic-programming
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Jaxtro 🔭 - A JAX-based gravitational-wave population inference

[![Python package](https://github.com/Qazalbash/jaxtro/actions/workflows/python-package.yml/badge.svg)](https://github.com/Qazalbash/jaxtro/actions/workflows/python-package.yml)
[![Versions](https://img.shields.io/pypi/pyversions/jaxtro.svg)](https://pypi.org/project/jaxtro/)

Jaxtro is a JAX-based gravitational-wave population inference package. It is built on top of [JAXampler](https://github.com/Qazalbash/jaxampler) and provides a high-level interface for sampling from a wide range of gravitational-wave population models.

It is currently under active development and is not ready for production use. If you would like to contribute, please see the [contributing guidelines](CONTRIBUTING.md).

<!-- ## Features

- [x] 🚀 High-Performance Sampling: Leverage the power of JAX for high-speed, accurate sampling.
- [x] 🧩 Versatile Algorithms: A wide range of sampling methods to suit various applications.
- [x] 🔗 Easy Integration: Seamlessly integrates with existing JAX workflows. -->

## Installation

You may install the latest released version of Jaxtro through pip by doing

```bash
pip3 install --upgrade jaxtro
```

You may install the bleeding edge version by cloning this repo, or doing

```bash
pip3 install --upgrade git+https://github.com/Qazalbash/jaxtro
```

If you would like to take advantage of CUDA, you will additionally need to install a specific version of JAX by doing

```bash
pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
```

## Requirements

Jaxtro requires Python 3.10 or higher. It also requires the following packages:

```bash
jaxampler
numpy
tqdm
```

The test suite is based on pytest. To run the tests, one needs to install pytest and run `pytest` at the root directory of this repo.

## Citing Jaxtro

If you use Jaxtro in your research, please cite the following paper:

```bibtex
@software{jaxtro2023github,
    author  = {Meesum Qazalbash, Muhammad Zeeshan},
    title   = {{jaxtro}: A JAX-based gravitational-wave population inference},
    url     = {http://github.com/Qazalbash/jaxtro},
    version = {0.0.2},
    year    = {2023}
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Qazalbash/jaxtro",
    "name": "jaxtro",
    "maintainer": "Meesum Qazalbash",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "meesumqazalbash@gmail.com",
    "keywords": "jax,astronomy,astrophysics,machine-learning,deep-learning,bayesian-inference,probabilistic-programming",
    "author": "Meesum Qazalbash and Muhammad Zeeshan",
    "author_email": "meesumqazalbash@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e6/26/914f39215619062aa1367d3b0e9593f5d65a9932192753779962b8ab9ee2/jaxtro-0.0.2.tar.gz",
    "platform": null,
    "description": "# Jaxtro \ud83d\udd2d - A JAX-based gravitational-wave population inference\n\n[![Python package](https://github.com/Qazalbash/jaxtro/actions/workflows/python-package.yml/badge.svg)](https://github.com/Qazalbash/jaxtro/actions/workflows/python-package.yml)\n[![Versions](https://img.shields.io/pypi/pyversions/jaxtro.svg)](https://pypi.org/project/jaxtro/)\n\nJaxtro is a JAX-based gravitational-wave population inference package. It is built on top of [JAXampler](https://github.com/Qazalbash/jaxampler) and provides a high-level interface for sampling from a wide range of gravitational-wave population models.\n\nIt is currently under active development and is not ready for production use. If you would like to contribute, please see the [contributing guidelines](CONTRIBUTING.md).\n\n<!-- ## Features\n\n- [x] \ud83d\ude80 High-Performance Sampling: Leverage the power of JAX for high-speed, accurate sampling.\n- [x] \ud83e\udde9 Versatile Algorithms: A wide range of sampling methods to suit various applications.\n- [x] \ud83d\udd17 Easy Integration: Seamlessly integrates with existing JAX workflows. -->\n\n## Installation\n\nYou may install the latest released version of Jaxtro through pip by doing\n\n```bash\npip3 install --upgrade jaxtro\n```\n\nYou may install the bleeding edge version by cloning this repo, or doing\n\n```bash\npip3 install --upgrade git+https://github.com/Qazalbash/jaxtro\n```\n\nIf you would like to take advantage of CUDA, you will additionally need to install a specific version of JAX by doing\n\n```bash\npip install --upgrade \"jax[cuda12_pip]\" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n```\n\n## Requirements\n\nJaxtro requires Python 3.10 or higher. It also requires the following packages:\n\n```bash\njaxampler\nnumpy\ntqdm\n```\n\nThe test suite is based on pytest. To run the tests, one needs to install pytest and run `pytest` at the root directory of this repo.\n\n## Citing Jaxtro\n\nIf you use Jaxtro in your research, please cite the following paper:\n\n```bibtex\n@software{jaxtro2023github,\n    author  = {Meesum Qazalbash, Muhammad Zeeshan},\n    title   = {{jaxtro}: A JAX-based gravitational-wave population inference},\n    url     = {http://github.com/Qazalbash/jaxtro},\n    version = {0.0.2},\n    year    = {2023}\n}\n```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A JAX-based gravitational-wave population inference",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Qazalbash/jaxtro"
    },
    "split_keywords": [
        "jax",
        "astronomy",
        "astrophysics",
        "machine-learning",
        "deep-learning",
        "bayesian-inference",
        "probabilistic-programming"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54446adac1462456bb7facd62b219e1a3aa814ea31fc90ee3ddbdc1665dfb5a1",
                "md5": "2427fee2ebfd33140f236cd29aeec609",
                "sha256": "b7f5109fac737a9dfccd192c2ba641f33d7a8572425d2cd172066b4067b56d51"
            },
            "downloads": -1,
            "filename": "jaxtro-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2427fee2ebfd33140f236cd29aeec609",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 15750,
            "upload_time": "2023-12-28T16:28:15",
            "upload_time_iso_8601": "2023-12-28T16:28:15.086157Z",
            "url": "https://files.pythonhosted.org/packages/54/44/6adac1462456bb7facd62b219e1a3aa814ea31fc90ee3ddbdc1665dfb5a1/jaxtro-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e626914f39215619062aa1367d3b0e9593f5d65a9932192753779962b8ab9ee2",
                "md5": "b13ef6bcfedfbb1aa8636a6c9c52a35a",
                "sha256": "8b04f8d439286b5ae52e7b531ee67411a2ad4947f0245afcd74b29f7cb157a8d"
            },
            "downloads": -1,
            "filename": "jaxtro-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b13ef6bcfedfbb1aa8636a6c9c52a35a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 11723,
            "upload_time": "2023-12-28T16:28:16",
            "upload_time_iso_8601": "2023-12-28T16:28:16.751582Z",
            "url": "https://files.pythonhosted.org/packages/e6/26/914f39215619062aa1367d3b0e9593f5d65a9932192753779962b8ab9ee2/jaxtro-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-28 16:28:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Qazalbash",
    "github_project": "jaxtro",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "jaxtro"
}
        
Elapsed time: 0.15556s