yasiu.math


Nameyasiu.math JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryMath functions that are missing in numpy / scipy
upload_time2023-01-04 22:48:01
maintainerGrzegorz Krug
docs_urlNone
authorGrzegorz Krug
requires_python>=3.7
licenseMIT
keywords numpy scipy math
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Readme of `yasiu.math`

Module with useful math functions that are missing in numpy or scipy.

## Installation

```shell
pip install yasiu.math
```

## Moving average

### Import:

```py
from yasiu.math import moving_average
```

### Use example:

```py
moving_average(Union[list, "1d np array"], radius=1, padding="try", kernel_type="avg", kernel_exp=2)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "yasiu.math",
    "maintainer": "Grzegorz Krug",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "kruggrzegorz@gmail.com",
    "keywords": "numpy,scipy,math",
    "author": "Grzegorz Krug",
    "author_email": "kruggrzegorz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/44/8134674ac50d422a70039c80b3cf61db152bb13fdf573f65a0f5fde984f6/yasiu.math-0.0.1.tar.gz",
    "platform": null,
    "description": "# Readme of `yasiu.math`\r\n\r\nModule with useful math functions that are missing in numpy or scipy.\r\n\r\n## Installation\r\n\r\n```shell\r\npip install yasiu.math\r\n```\r\n\r\n## Moving average\r\n\r\n### Import:\r\n\r\n```py\r\nfrom yasiu.math import moving_average\r\n```\r\n\r\n### Use example:\r\n\r\n```py\r\nmoving_average(Union[list, \"1d np array\"], radius=1, padding=\"try\", kernel_type=\"avg\", kernel_exp=2)\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Math functions that are missing in numpy / scipy",
    "version": "0.0.1",
    "split_keywords": [
        "numpy",
        "scipy",
        "math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68448134674ac50d422a70039c80b3cf61db152bb13fdf573f65a0f5fde984f6",
                "md5": "0e8a40f1631e99495869454448d56710",
                "sha256": "18ec6115b991abcbf2a68a86d4b397719efc116e8e90508066b4bfb08e4c361b"
            },
            "downloads": -1,
            "filename": "yasiu.math-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0e8a40f1631e99495869454448d56710",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3903,
            "upload_time": "2023-01-04T22:48:01",
            "upload_time_iso_8601": "2023-01-04T22:48:01.898409Z",
            "url": "https://files.pythonhosted.org/packages/68/44/8134674ac50d422a70039c80b3cf61db152bb13fdf573f65a0f5fde984f6/yasiu.math-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-04 22:48:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "yasiu.math"
}
        
Elapsed time: 0.02594s