rejectax


Namerejectax JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/mdmould/rejectax
Summaryrejectax
upload_time2024-03-13 00:21:51
maintainer
docs_urlNone
authorMatthew Mould
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements numpy matplotlib corner
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rejectax

Rejection sampling in JAX.

I put this in a Python package so I don't have to figure out again how to implement it with a `jax.lax.while_loop`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mdmould/rejectax",
    "name": "rejectax",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Matthew Mould",
    "author_email": "mattdmould@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/e7/f8033d0bfeac315fa1b01cf090f02412be5db10bcf066f2532bfc120b2fa/rejectax-0.0.2.tar.gz",
    "platform": null,
    "description": "# rejectax\n\nRejection sampling in JAX.\n\nI put this in a Python package so I don't have to figure out again how to implement it with a `jax.lax.while_loop`.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "rejectax",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/mdmould/rejectax"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4d36e2570fbef98b2d2d5bc5176c07d54f8a0a2665d2d29a000df3a6d5b0c1b",
                "md5": "bc752a98565f473e22a074d7c2e264ce",
                "sha256": "ebbc21ce51a984631c4b8e1fa55d1b2a3268c642aba4e68892c9546fe42678f6"
            },
            "downloads": -1,
            "filename": "rejectax-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc752a98565f473e22a074d7c2e264ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4071,
            "upload_time": "2024-03-13T00:21:50",
            "upload_time_iso_8601": "2024-03-13T00:21:50.140264Z",
            "url": "https://files.pythonhosted.org/packages/a4/d3/6e2570fbef98b2d2d5bc5176c07d54f8a0a2665d2d29a000df3a6d5b0c1b/rejectax-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9de7f8033d0bfeac315fa1b01cf090f02412be5db10bcf066f2532bfc120b2fa",
                "md5": "ec2208586c1d98588ce872306173564b",
                "sha256": "25fd962db4ce920c8c82fe54df2663abe41483e57ceb8693dad56d55c145a837"
            },
            "downloads": -1,
            "filename": "rejectax-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ec2208586c1d98588ce872306173564b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3741,
            "upload_time": "2024-03-13T00:21:51",
            "upload_time_iso_8601": "2024-03-13T00:21:51.059386Z",
            "url": "https://files.pythonhosted.org/packages/9d/e7/f8033d0bfeac315fa1b01cf090f02412be5db10bcf066f2532bfc120b2fa/rejectax-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 00:21:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mdmould",
    "github_project": "rejectax",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "corner",
            "specs": []
        }
    ],
    "lcname": "rejectax"
}
        
Elapsed time: 0.19362s