orthax


Nameorthax JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/f0uriest/orthax
SummaryOrthogonal polynomials with JAX
upload_time2024-10-27 01:18:02
maintainerNone
docs_urlNone
authorRory Conlin
requires_python>=3.8
licenseMIT
keywords polynomial orthogonal hermite laguerre legendre chebyshev
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
########
orthax
########
|License| |DOI| |Issues| |Pypi|

|Docs| |UnitTests| |Codecov|

``orthax`` is a Python package for working with orthogonal (and other) polynomials in JAX.
It largely seeks to replicate the functionality of the ``numpy.polynomial`` package,
through there are some API differences due to limitations of JAX, primarily that
trailing zeros are not automatically trimmed from series, so you should do that
manually if it becomes a concern.

For full details of various options see the `Documentation <https://orthax.readthedocs.io/en/latest/>`__

Installation
============

orthax is installable with ``pip``:

.. code-block:: console

    pip install orthax



.. |License| image:: https://img.shields.io/github/license/f0uriest/orthax?color=blue&logo=open-source-initiative&logoColor=white
    :target: https://github.com/f0uriest/orthax/blob/master/LICENSE
    :alt: License

.. |DOI| image:: https://zenodo.org/badge/763821973.svg
    :target: https://zenodo.org/doi/10.5281/zenodo.10774399
    :alt: DOI

.. |Docs| image:: https://img.shields.io/readthedocs/orthax?logo=Read-the-Docs
    :target: https://orthax.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation

.. |UnitTests| image:: https://github.com/f0uriest/orthax/actions/workflows/unittest.yml/badge.svg
    :target: https://github.com/f0uriest/orthax/actions/workflows/unittest.yml
    :alt: UnitTests

.. |Codecov| image:: https://codecov.io/github/f0uriest/orthax/graph/badge.svg?token=MB11I7WE3I
    :target: https://codecov.io/github/f0uriest/orthax
    :alt: Coverage

.. |Issues| image:: https://img.shields.io/github/issues/f0uriest/orthax
    :target: https://github.com/f0uriest/orthax/issues
    :alt: GitHub issues

.. |Pypi| image:: https://img.shields.io/pypi/v/orthax
    :target: https://pypi.org/project/orthax/
    :alt: Pypi

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/f0uriest/orthax",
    "name": "orthax",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "polynomial orthogonal hermite laguerre legendre chebyshev",
    "author": "Rory Conlin",
    "author_email": "wconlin@princeton.edu",
    "download_url": "https://files.pythonhosted.org/packages/39/2a/12e05b228e4aa2198f032a8804f363ef9b82f014af0f41ab3d32a06f1ec2/orthax-0.2.1.tar.gz",
    "platform": null,
    "description": "\n########\northax\n########\n|License| |DOI| |Issues| |Pypi|\n\n|Docs| |UnitTests| |Codecov|\n\n``orthax`` is a Python package for working with orthogonal (and other) polynomials in JAX.\nIt largely seeks to replicate the functionality of the ``numpy.polynomial`` package,\nthrough there are some API differences due to limitations of JAX, primarily that\ntrailing zeros are not automatically trimmed from series, so you should do that\nmanually if it becomes a concern.\n\nFor full details of various options see the `Documentation <https://orthax.readthedocs.io/en/latest/>`__\n\nInstallation\n============\n\northax is installable with ``pip``:\n\n.. code-block:: console\n\n    pip install orthax\n\n\n\n.. |License| image:: https://img.shields.io/github/license/f0uriest/orthax?color=blue&logo=open-source-initiative&logoColor=white\n    :target: https://github.com/f0uriest/orthax/blob/master/LICENSE\n    :alt: License\n\n.. |DOI| image:: https://zenodo.org/badge/763821973.svg\n    :target: https://zenodo.org/doi/10.5281/zenodo.10774399\n    :alt: DOI\n\n.. |Docs| image:: https://img.shields.io/readthedocs/orthax?logo=Read-the-Docs\n    :target: https://orthax.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation\n\n.. |UnitTests| image:: https://github.com/f0uriest/orthax/actions/workflows/unittest.yml/badge.svg\n    :target: https://github.com/f0uriest/orthax/actions/workflows/unittest.yml\n    :alt: UnitTests\n\n.. |Codecov| image:: https://codecov.io/github/f0uriest/orthax/graph/badge.svg?token=MB11I7WE3I\n    :target: https://codecov.io/github/f0uriest/orthax\n    :alt: Coverage\n\n.. |Issues| image:: https://img.shields.io/github/issues/f0uriest/orthax\n    :target: https://github.com/f0uriest/orthax/issues\n    :alt: GitHub issues\n\n.. |Pypi| image:: https://img.shields.io/pypi/v/orthax\n    :target: https://pypi.org/project/orthax/\n    :alt: Pypi\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Orthogonal polynomials with JAX",
    "version": "0.2.1",
    "project_urls": {
        "Contributing": "https://github.com/f0uriest/orthax/blob/master/CONTRIBUTING.rst",
        "Documentation": "https://orthax.readthedocs.io/",
        "Homepage": "https://github.com/f0uriest/orthax",
        "Issues Tracker": "https://github.com/f0uriest/orthax/issues",
        "Source Code": "https://github.com/f0uriest/orthax/"
    },
    "split_keywords": [
        "polynomial",
        "orthogonal",
        "hermite",
        "laguerre",
        "legendre",
        "chebyshev"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba241c931f4109153c49ffaeeb4ac224b2c23358b883a9ee9b64905cabc4fc2c",
                "md5": "21285819a33ef54f7ce25cb43caed306",
                "sha256": "59592e57ec1f061f6fe3392e82f19b3c026a67c45e31e6fd1e5cf4fefabe6b42"
            },
            "downloads": -1,
            "filename": "orthax-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "21285819a33ef54f7ce25cb43caed306",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 102237,
            "upload_time": "2024-10-27T01:18:01",
            "upload_time_iso_8601": "2024-10-27T01:18:01.257025Z",
            "url": "https://files.pythonhosted.org/packages/ba/24/1c931f4109153c49ffaeeb4ac224b2c23358b883a9ee9b64905cabc4fc2c/orthax-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "392a12e05b228e4aa2198f032a8804f363ef9b82f014af0f41ab3d32a06f1ec2",
                "md5": "f89e0ffb36f10252eee6b866180ddfaf",
                "sha256": "67f37260a6c7187d488a00fdd55952f3ce76265920fa9bcfd5d4fa052283b06c"
            },
            "downloads": -1,
            "filename": "orthax-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f89e0ffb36f10252eee6b866180ddfaf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 130345,
            "upload_time": "2024-10-27T01:18:02",
            "upload_time_iso_8601": "2024-10-27T01:18:02.904447Z",
            "url": "https://files.pythonhosted.org/packages/39/2a/12e05b228e4aa2198f032a8804f363ef9b82f014af0f41ab3d32a06f1ec2/orthax-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-27 01:18:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "f0uriest",
    "github_project": "orthax",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "orthax"
}
        
Elapsed time: 0.51559s