Name | yasiu-math JSON |
Version |
0.1.2
JSON |
| download |
home_page | None |
Summary | High level functions that are missing in numpy / scipy |
upload_time | 2024-12-27 14:53:08 |
maintainer | Grzegorz Krug |
docs_url | None |
author | Grzegorz Krug |
requires_python | >=3.7 |
license | MIT |
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
```
# Modules list
- `convolve` - Convolution functions
### Use example:
```py
from yasiu.math.convolve import moving_average
moving_average(Union[list, "1d np array"], radius=1, padding="try", kernel_type="avg", kernel_exp=2)
```
#### Example
![picure](https://raw.githubusercontent.com/GrzegorzKrug/yasiu-math/refs/heads/main/pics/convolveComparison.png)
# 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. 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/28/90/e1f2ef0736549743ad4f5d2dcb18cd7e5843691e6245f12fc36e826b328b/yasiu_math-0.1.2.tar.gz",
"platform": null,
"description": "# Readme of `yasiu-math`\n\nModule with useful math functions that are missing in numpy or scipy.\n\n# Installation\n\n```shell\npip install yasiu-math\n```\n# Modules list\n- `convolve` - Convolution functions\n\n### Use example:\n\n```py\nfrom yasiu.math.convolve import moving_average\n\nmoving_average(Union[list, \"1d np array\"], radius=1, padding=\"try\", kernel_type=\"avg\", kernel_exp=2)\n```\n\n#### Example\n\n![picure](https://raw.githubusercontent.com/GrzegorzKrug/yasiu-math/refs/heads/main/pics/convolveComparison.png)\n\n# All packages\n\n[1. Native Package](https://pypi.org/project/yasiu-native/)\n\n[2. Math Package](https://pypi.org/project/yasiu-math/)\n\n[3. Image Package](https://pypi.org/project/yasiu-image/)\n\n[4. Visualisation Package](https://pypi.org/project/yasiu-vis/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "High level functions that are missing in numpy / scipy",
"version": "0.1.2",
"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": "9e8735d4ea0104779fdfb6db84a93f0244e59d80576f3cdccff2cf7f7604ddac",
"md5": "271b58af66754c97ee7892f5ffc4610d",
"sha256": "4dfac03cd7997cbfbefd4b88c38f3e3c34194791adcb3172c775d3bf9ab11949"
},
"downloads": -1,
"filename": "yasiu_math-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "271b58af66754c97ee7892f5ffc4610d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 5258,
"upload_time": "2024-12-27T14:53:06",
"upload_time_iso_8601": "2024-12-27T14:53:06.188548Z",
"url": "https://files.pythonhosted.org/packages/9e/87/35d4ea0104779fdfb6db84a93f0244e59d80576f3cdccff2cf7f7604ddac/yasiu_math-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2890e1f2ef0736549743ad4f5d2dcb18cd7e5843691e6245f12fc36e826b328b",
"md5": "1ef89551fae3aee85574f22e06015873",
"sha256": "6bcbf170f68e648b9b88f71ee31f1ebf274e64e496d9f65d8cc7bffec213359e"
},
"downloads": -1,
"filename": "yasiu_math-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "1ef89551fae3aee85574f22e06015873",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 5262,
"upload_time": "2024-12-27T14:53:08",
"upload_time_iso_8601": "2024-12-27T14:53:08.593555Z",
"url": "https://files.pythonhosted.org/packages/28/90/e1f2ef0736549743ad4f5d2dcb18cd7e5843691e6245f12fc36e826b328b/yasiu_math-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-27 14:53:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GrzegorzKrug",
"github_project": "yasiu-math",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "yasiu-math"
}