Name | lazyarray JSON |
Version |
0.6.0
JSON |
| download |
home_page | None |
Summary | A Python package that provides a lazily-evaluated numerical array class, larray, based on and compatible with NumPy arrays. |
upload_time | 2024-09-05 16:43:56 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Modified BSD |
keywords |
lazy evaluation
array
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
=========
lazyarray
=========
lazyarray is a Python package that provides a lazily-evaluated numerical array
class, ``larray``, based on and compatible with NumPy arrays.
Lazy evaluation means that any operations on the array (potentially including
array construction) are not performed immediately, but are delayed until
evaluation is specifically requested. Evaluation of only parts of the array is
also possible.
Use of an ``larray`` can potentially save considerable computation time
and memory in cases where:
* arrays are used conditionally (i.e. there are cases in which the array is
never used)
* only parts of an array are used (for example in distributed computation,
in which each MPI node operates on a subset of the elements of the array)
.. image:: https://readthedocs.org/projects/lazyarray/badge/?version=latest
:target: http://lazyarray.readthedocs.io/en/latest/
.. image:: https://github.com/NeuralEnsemble/lazyarrays/actions/workflows/test.yml/badge.svg
:target: https://github.com/NeuralEnsemble/lazyarray/actions
.. image:: https://coveralls.io/repos/github/NeuralEnsemble/lazyarray/badge.svg?branch=master
:target: https://coveralls.io/github/NeuralEnsemble/lazyarray?branch=master
Raw data
{
"_id": null,
"home_page": null,
"name": "lazyarray",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "\"Andrew P. Davison\" <andrew.davison@cnrs.fr>",
"keywords": "lazy evaluation, array",
"author": null,
"author_email": "\"Andrew P. Davison\" <andrew.davison@cnrs.fr>",
"download_url": "https://files.pythonhosted.org/packages/a5/ec/4032877b4b81ba00bcf682daabaad462696b7bd34b67c1cc526f673f42ed/lazyarray-0.6.0.tar.gz",
"platform": null,
"description": "\n=========\nlazyarray\n=========\n\nlazyarray is a Python package that provides a lazily-evaluated numerical array\nclass, ``larray``, based on and compatible with NumPy arrays.\n\nLazy evaluation means that any operations on the array (potentially including\narray construction) are not performed immediately, but are delayed until\nevaluation is specifically requested. Evaluation of only parts of the array is\nalso possible.\n\nUse of an ``larray`` can potentially save considerable computation time\nand memory in cases where:\n\n* arrays are used conditionally (i.e. there are cases in which the array is\n never used)\n* only parts of an array are used (for example in distributed computation,\n in which each MPI node operates on a subset of the elements of the array)\n\n\n.. image:: https://readthedocs.org/projects/lazyarray/badge/?version=latest\n :target: http://lazyarray.readthedocs.io/en/latest/\n\n.. image:: https://github.com/NeuralEnsemble/lazyarrays/actions/workflows/test.yml/badge.svg\n :target: https://github.com/NeuralEnsemble/lazyarray/actions\n\n.. image:: https://coveralls.io/repos/github/NeuralEnsemble/lazyarray/badge.svg?branch=master\n :target: https://coveralls.io/github/NeuralEnsemble/lazyarray?branch=master\n",
"bugtrack_url": null,
"license": "Modified BSD",
"summary": "A Python package that provides a lazily-evaluated numerical array class, larray, based on and compatible with NumPy arrays.",
"version": "0.6.0",
"project_urls": {
"changelog": "https://github.com/NeuralEnsemble/lazyarray/blob/master/changelog.txt",
"documentation": "https://lazyarray.readthedocs.io/",
"download": "http://pypi.python.org/pypi/lazyarray",
"homepage": "https://github.com/NeuralEnsemble/lazyarray/",
"repository": "https://github.com/NeuralEnsemble/lazyarray/"
},
"split_keywords": [
"lazy evaluation",
" array"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b1ced7b9378515d3577dc617d2dadd839b85120358d35dc8a86ca6e4c5b9ca86",
"md5": "8493bcaf93695ad8cefa58c307c0549c",
"sha256": "1f87c6a5209bc91dde76d8fadd8d7635015d66297693154be9dfb24d0bab62c8"
},
"downloads": -1,
"filename": "lazyarray-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8493bcaf93695ad8cefa58c307c0549c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9069,
"upload_time": "2024-09-05T16:43:54",
"upload_time_iso_8601": "2024-09-05T16:43:54.999407Z",
"url": "https://files.pythonhosted.org/packages/b1/ce/d7b9378515d3577dc617d2dadd839b85120358d35dc8a86ca6e4c5b9ca86/lazyarray-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a5ec4032877b4b81ba00bcf682daabaad462696b7bd34b67c1cc526f673f42ed",
"md5": "317800f2a60335ab087b6bc3bdda5320",
"sha256": "89135aaff7497f9499d1b1d6709ae05cc4852bcbe55ab997a57eeddf77c4182e"
},
"downloads": -1,
"filename": "lazyarray-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "317800f2a60335ab087b6bc3bdda5320",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 23476,
"upload_time": "2024-09-05T16:43:56",
"upload_time_iso_8601": "2024-09-05T16:43:56.772685Z",
"url": "https://files.pythonhosted.org/packages/a5/ec/4032877b4b81ba00bcf682daabaad462696b7bd34b67c1cc526f673f42ed/lazyarray-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-05 16:43:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NeuralEnsemble",
"github_project": "lazyarray",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "lazyarray"
}