yasiu-math


Nameyasiu-math JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryMath functions that are missing in numpy / scipy
upload_time2024-11-19 18:23:20
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
```
## Submodules
- `convolve` - Convolution functions
<!-- - `math` - General math functions -->

### Import:

```py
from yasiu.math.convolve 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": null,
    "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/a9/2c/9dae9e7c6fb84338537ec66ea2bae85e86db409d4e7b888855408d206c91/yasiu_math-0.0.7.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## Submodules\r\n- `convolve` - Convolution functions\r\n<!-- - `math` - General math functions -->\r\n\r\n### Import:\r\n\r\n```py\r\nfrom yasiu.math.convolve 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.7",
    "project_urls": {
        "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. Visualisation Package": "https://pypi.org/project/yasiu-vis/",
        "5. Source repo": "https://github.com/GrzegorzKrug/yasiu-math"
    },
    "split_keywords": [
        "numpy",
        " scipy",
        " math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a92c9dae9e7c6fb84338537ec66ea2bae85e86db409d4e7b888855408d206c91",
                "md5": "c32ae56603702f03e0a80cb9f92d799e",
                "sha256": "885d8f2f642444b31eb66fb5cb2ccccb4b929752f790a5440f26c78055ac5587"
            },
            "downloads": -1,
            "filename": "yasiu_math-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "c32ae56603702f03e0a80cb9f92d799e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4829,
            "upload_time": "2024-11-19T18:23:20",
            "upload_time_iso_8601": "2024-11-19T18:23:20.470846Z",
            "url": "https://files.pythonhosted.org/packages/a9/2c/9dae9e7c6fb84338537ec66ea2bae85e86db409d4e7b888855408d206c91/yasiu_math-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 18:23:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GrzegorzKrug",
    "github_project": "yasiu-math",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "yasiu-math"
}
        
Elapsed time: 0.35855s