Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-lazyarray | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.3.3 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Sat Jul 22 11:29:01 2023 |
Group: Development/Languages/Python | Build host: sheep82 |
Size: 64800 | Source RPM: python-lazyarray-0.3.3-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://github.com/NeuralEnsemble/lazyarray/ | |
Summary: Lazily-evaluated numerical array class, compatible with NumPy arrays |
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)
BSD-3-Clause
* Tue Jul 23 2019 Todd R <toddrme2178@gmail.com> - Update to 0.3.3 * Do not raise a "shape mismatch" `ValueError` if the value shape is empty. * Thu May 10 2018 toddrme2178@gmail.com - Use license tag * Wed Oct 18 2017 toddrme2178@gmail.com - Implement single-spec version - Update to version 0.3.2 * See changelog at https://github.com/NeuralEnsemble/lazyarray/blob/0.3.2/changelog.txt * Mon Oct 28 2013 toddrme2178@gmail.com - Initial version (0.2.2)
/usr/lib/python3.6/site-packages/__pycache__ /usr/lib/python3.6/site-packages/__pycache__/lazyarray.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/__pycache__/lazyarray.cpython-36.pyc /usr/lib/python3.6/site-packages/lazyarray-0.3.3-py3.6.egg-info /usr/lib/python3.6/site-packages/lazyarray.py /usr/share/doc/packages/python3-lazyarray /usr/share/doc/packages/python3-lazyarray/README.rst /usr/share/doc/packages/python3-lazyarray/changelog.txt /usr/share/licenses/python3-lazyarray /usr/share/licenses/python3-lazyarray/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:58:50 2024