Fedora 24 Update: python-toolz-0.7.4-1.fc24

updates at fedoraproject.org updates at fedoraproject.org
Fri Apr 15 21:39:12 UTC 2016


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-9ba38d115e
2016-04-15 21:31:57.392121
--------------------------------------------------------------------------------

Name        : python-toolz
Product     : Fedora 24
Version     : 0.7.4
Release     : 1.fc24
URL         : http://github.com/pytoolz/toolz/
Summary     : A functional standard library for Python
Description :
Toolz provides a set of utility functions for iterators, functions, and
dictionaries. These functions interoperate well and form the building blocks
of common data analytic operations. They extend the standard libraries
itertools and functools and borrow heavily from the standard libraries of
contemporary functional languages.

Toolz provides a suite of functions which have the following functional
virtues:

    Composable: They interoperate due to their use of core data structures.
    Pure: They don’t change their inputs or rely on external state.
    Lazy: They don’t run until absolutely necessary, allowing them to support
          large streaming data sets.

Toolz functions are pragmatic. They understand that most programmers have
deadlines.

    Low Tech: They’re just functions, no syntax or magic tricks to learn
    Tuned: They’re profiled and optimized
    Serializable: They support common solutions for parallel computing

This gives developers the power to write powerful programs to solve complex
problems with relatively simple code. This code can be easy to understand
without sacrificing performance. Toolz enables this approach, commonly
associated with functional programming, within a natural Pythonic style
suitable for most developers.

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

Toolz provides a set of utility functions for iterators, functions, and
dictionaries. These functions interoperate well and form the building blocks of
common data analytic operations. They extend the standard libraries itertools
and functools and borrow heavily from the standard libraries of contemporary
functional languages.   Toolz provides a suite of functions which have the
following functional virtues:    - Composable: They interoperate due to their
use of core data structures.    - Pure: They don’t change their inputs or rely
on external state.   -  Lazy: They don’t run until absolutely necessary,
allowing them to support           large streaming data sets.  Toolz functions
are pragmatic. They understand that most programmers have deadlines.  -    Low
Tech: They’re just functions, no syntax or magic tricks to learn  -   Tuned:
They’re profiled and optimized  -   Serializable: They support common solutions
for parallel computing  This gives developers the power to write powerful
programs to solve complex problems with relatively simple code. This code can be
easy to understand without sacrificing performance. Toolz enables this approach,
commonly associated with functional programming, within a natural Pythonic style
suitable for most developers.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update python-toolz' 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