Package Release Info

python-cytoolz-0.9.0.1-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-cytoolz
python3-cytoolz

Change Logs

* Thu May 03 2018 toddrme2178@gmail.com
- Update to version 0.9.0.1
  * do not worry abount having good introspection on breakpoint
  * Backport fix to a test from cytoolz.
  * A slightly faster interposed.
  * Don't import or reference `toolz.curried.exceptions`.
* Tue Jan 30 2018 guigo.lourenco@hotmail.com
- Add missing requires.
* Sat Apr 15 2017 toddrme2178@gmail.com
- Update to 0.8.2
  * No upstream changelog
- Implement single-spec version
* Mon Aug 31 2015 toddrme2178@gmail.com
- update to version 0.7.3 (taken from git log):
  * Add factory keyword functionality to dicttoolz.
  * Add diff and prepare for "factory" keyword argument in dictoolz.
  * Merge pull request #64 from eriknw/fix/pluck_memleak
  * Fix memory leak in curry.
  * This is one way to fix the memory leak in #63.
  * Merge pull request #59 from eriknw/topk
  * Merge pull request #58 from eriknw/stricter_dev_tests
  * Add topk.
  * Don't require nose to run tests (including dev tests).
  * Make running dev tests comparing toolz to cytoolz more strict.
* Wed May 20 2015 toddrme2178@gmail.com
- specfile:
  * added toolz requirement
    (only needed for testing, which is currently not enabled)
- update to version 0.7.2 (taken from git log):
  * ship tests with code
  * clean up build
  * relative import
  * Use absolute imports in pyx files to support Cython 0.17 and later.
  * Fix merge_sorted with key function (see #55).
  * better support for 3.4
* Tue Mar 03 2015 toddrme2178@gmail.com
- Update to 0.7.1
  * Test `nth` with negative index on sequence and iterator.
  * Add itemmap, itemfilter to api doc.
  * Add `itemmap` and `itemfilter` to `dicttoolz`.
  * binstar: add more platforms/versions
  * add tail to itertoolz.__all__
  * take, drop, tail refer to each other in docstrings
  * test tail in lazy setting
  * fix tail doctest
  * last is a recipe of tail
  * add tail operation
  * pep8 space error fix
  * Identity doc string
  * add dissoc function to dictoolz
  * Describe the ideal contribution
  * reduceby takes callable init keyword argument
  * Add pypy3 to build matrix
  * getter works in empty index case
  * simpler check on index in get
  * get([], seq) returns ()
* Thu Sep 11 2014 toddrme2178@gmail.com
- Update to 0.7.0
  * No upstream changelog
* Fri May 30 2014 toddrme2178@gmail.com
- initial version
Version: 0.10.1-bp152.2.3
* Mon Mar 30 2020 Paolo Stivanin <info@paolostivanin.com>
- Use pytest instead of nose
* Fri Nov 08 2019 marec@detebe.org
- version update to 0.10.1
* Wed Jul 24 2019 pgajdos@suse.com
- version update to 0.10.0
  * no upstream change log found
- turn on testsuite