Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-lazyarray | Distribution: openSUSE:Factory:zSystems |
Version: 0.6.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Tue Oct 29 22:47:59 2024 |
Group: Unspecified | Build host: reproducible |
Size: 99530 | Source RPM: python-lazyarray-0.6.0-1.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 Oct 29 2024 Dirk Müller <dmueller@suse.com> - update to 0.6.0: * Switch from setup.py to pyproject.toml * Add testing for Python 3.11, 3.12, remove testing for 3.5-3.7. * Tested with NumPy 2.0, minimum NumPy version tested is now 1.20. * Fri Feb 04 2022 Ben Greiner <code@bnavigator.de> - Update to 0.5.2: * Fix problem where SciPy was required, not optional * Add support for Python 3.10, remove testing for Python 3.4 and NumPy 1.12 * Switch from nose to pytest for running tests - Drop use-pytest.patch * Wed Nov 10 2021 Steve Kowalik <steven.kowalik@suse.com> - Update to 0.5.0: * Drop support for Python 2.7 * Added a more general way to specify that an array-like object should be treated as a scalar by lazyarray (for arrays of arrays, etc.) * Add partial support for NumPy ufuncs that require two arguments, e.g. "power". - Add patch use-pytest.patch: * Drop use of nose, use pytest methods. * Fri Feb 12 2021 Dirk Müller <dmueller@suse.com> - skip python 3.6 (skip scipy) * 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.12/site-packages/__pycache__/lazyarray.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/__pycache__/lazyarray.cpython-312.pyc /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/INSTALLER /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/LICENSE /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/METADATA /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/RECORD /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/REQUESTED /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/WHEEL /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/top_level.txt /usr/lib/python3.12/site-packages/lazyarray.py /usr/share/doc/packages/python312-lazyarray /usr/share/doc/packages/python312-lazyarray/README.rst /usr/share/doc/packages/python312-lazyarray/changelog.txt /usr/share/licenses/python312-lazyarray /usr/share/licenses/python312-lazyarray/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 4 23:43:41 2025