Fedora 24 Update: python-lazyarray-0.2.8-3.fc24

updates at fedoraproject.org updates at fedoraproject.org
Sun Mar 27 01:07:49 UTC 2016


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-0d2e397973
2016-03-27 00:00:51.403172
--------------------------------------------------------------------------------

Name        : python-lazyarray
Product     : Fedora 24
Version     : 0.2.8
Release     : 3.fc24
URL         : http://bitbucket.org/apdavison/lazyarray/
Summary     : A lazily-evaluated numerical array class
Description :
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)

Documentation: http://lazyarray.readthedocs.org/

--------------------------------------------------------------------------------
Update Information:

* Fix build - disable tests - issue filed upstream * Should not affect end users
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1307922 - python-lazyarray: FTBFS in rawhide
        https://bugzilla.redhat.com/show_bug.cgi?id=1307922
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update python-lazyarray' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list