yasiu-math


Nameyasiu-math JSON
Version 0.0.4 PyPI version JSON
download
home_page
SummaryMath functions that are missing in numpy / scipy
upload_time2023-04-25 23:34:21
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.math import moving_average
```

### Use example:

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

# All packages

[1. Native Package](https://pypi.org/project/yasiu-native/)

[2. Math Package](https://pypi.org/project/yasiu-math/)

[3. Image Package](https://pypi.org/project/yasiu-image/)

[4. Pyplot visualisation Package](https://pypi.org/project/yasiu-vis/)

            

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/c9/a1/5983880a6280dde1c3f317e77c8c2ae7709acac2d14df98f6ebd92deeffa/yasiu-math-0.0.4.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.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\r\n# All packages\r\n\r\n[1. Native Package](https://pypi.org/project/yasiu-native/)\r\n\r\n[2. Math Package](https://pypi.org/project/yasiu-math/)\r\n\r\n[3. Image Package](https://pypi.org/project/yasiu-image/)\r\n\r\n[4. Pyplot visualisation Package](https://pypi.org/project/yasiu-vis/)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Math functions that are missing in numpy / scipy",
    "version": "0.0.4",
    "split_keywords": [
        "numpy",
        "scipy",
        "math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "408079db79e8232c6a5fb59a86c8d51b37fad470a3a1b09cce2a6f98288fa0e3",
                "md5": "186c3dc711acf58d3d89b3211e02ade1",
                "sha256": "3559cb313cc959386bc3b4bd31f072f0a212de3aea16c4f08fec560dd88f702e"
            },
            "downloads": -1,
            "filename": "yasiu_math-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "186c3dc711acf58d3d89b3211e02ade1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4339,
            "upload_time": "2023-04-25T23:34:18",
            "upload_time_iso_8601": "2023-04-25T23:34:18.207448Z",
            "url": "https://files.pythonhosted.org/packages/40/80/79db79e8232c6a5fb59a86c8d51b37fad470a3a1b09cce2a6f98288fa0e3/yasiu_math-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9a15983880a6280dde1c3f317e77c8c2ae7709acac2d14df98f6ebd92deeffa",
                "md5": "c99b93fd68760308216afa4e9c644621",
                "sha256": "086744d6a56fa7fe6e28195d94a0494a808f58d4ee2dc3845d43602cbb76c9e8"
            },
            "downloads": -1,
            "filename": "yasiu-math-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c99b93fd68760308216afa4e9c644621",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4634,
            "upload_time": "2023-04-25T23:34:21",
            "upload_time_iso_8601": "2023-04-25T23:34:21.080277Z",
            "url": "https://files.pythonhosted.org/packages/c9/a1/5983880a6280dde1c3f317e77c8c2ae7709acac2d14df98f6ebd92deeffa/yasiu-math-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 23:34:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "yasiu-math"
}
        
Elapsed time: 0.05838s