| Name | computils JSON |
| Version |
0.0.1
JSON |
| download |
| home_page | None |
| Summary | A package collecting functionality for various numerical computations (numerical differentiation, interpolation, optimization, sorting, ). |
| upload_time | 2024-10-20 14:26:16 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.7 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# computils
A package collecting utilities and other convenient functionality for various numerical computations:
* Numerical differentiation: based on finite differences.
* Interpolation: provide a common interface for several useful interpolators from the excellent 'splines' and 'scipy.interpolate' packages.
* Numerical optimization: transformation functions to impose constraints using unconstrained optimization algorithms.
* Fast or robust python implementations of certain matrix operations.
* Sorting, timing, and other utilities.
Raw data
{
"_id": null,
"home_page": null,
"name": "computils",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Karim Moussa <research@k-moussa.com>",
"download_url": "https://files.pythonhosted.org/packages/ed/5a/c290b8a027a21bc14d0bcd1e466f6b4b6cf76c008e39f4ed9b3a011802fe/computils-0.0.1.tar.gz",
"platform": null,
"description": "# computils\nA package collecting utilities and other convenient functionality for various numerical computations:\n* Numerical differentiation: based on finite differences.\n* Interpolation: provide a common interface for several useful interpolators from the excellent 'splines' and 'scipy.interpolate' packages.\n* Numerical optimization: transformation functions to impose constraints using unconstrained optimization algorithms.\n* Fast or robust python implementations of certain matrix operations.\n* Sorting, timing, and other utilities.\n",
"bugtrack_url": null,
"license": null,
"summary": "A package collecting functionality for various numerical computations (numerical differentiation, interpolation, optimization, sorting, ).",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/k-moussa/computils"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1d9ced026a897d1d17b1dfd2f36818ce101d92837d55af7d9cd92dd7019db689",
"md5": "fdd8a84094be33c64baa40d2164d6195",
"sha256": "4b9e1072d8a2bedf5e4c491820510891b437b123beb0544999de800e6986d1a5"
},
"downloads": -1,
"filename": "computils-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fdd8a84094be33c64baa40d2164d6195",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 16336,
"upload_time": "2024-10-20T14:26:14",
"upload_time_iso_8601": "2024-10-20T14:26:14.811325Z",
"url": "https://files.pythonhosted.org/packages/1d/9c/ed026a897d1d17b1dfd2f36818ce101d92837d55af7d9cd92dd7019db689/computils-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed5ac290b8a027a21bc14d0bcd1e466f6b4b6cf76c008e39f4ed9b3a011802fe",
"md5": "2a481d21def67c95690cd07e901841ba",
"sha256": "aaff96b37b7998c307d17c6bae36c328169c4f1fe5c136735aa7ecb0cf5e1e4e"
},
"downloads": -1,
"filename": "computils-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "2a481d21def67c95690cd07e901841ba",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 12599,
"upload_time": "2024-10-20T14:26:16",
"upload_time_iso_8601": "2024-10-20T14:26:16.980266Z",
"url": "https://files.pythonhosted.org/packages/ed/5a/c290b8a027a21bc14d0bcd1e466f6b4b6cf76c008e39f4ed9b3a011802fe/computils-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-20 14:26:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "k-moussa",
"github_project": "computils",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "computils"
}