14
0
forked from pool/python-toolz

Accepting request 288730 from home:TheBlackCat:branches:devel:languages:python

Update to 0.7.1

OBS-URL: https://build.opensuse.org/request/show/288730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-toolz?expand=0&rev=6
This commit is contained in:
Todd R
2015-03-03 18:09:41 +00:00
committed by Git OBS Bridge
parent c069457093
commit 92a3f35bc7
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Mar 3 18:00:39 UTC 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 13:51:49 UTC 2014 - toddrme2178@gmail.com