2021-03-08 23:48:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 8 22:48:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.11.1:
|
|
|
|
* drop python 2.x
|
|
|
|
|
2019-07-22 14:35:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 22 12:35:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.10.0:
|
|
|
|
* no upstream changelog
|
|
|
|
|
2019-06-03 16:25:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 3 13:18:07 UTC 2019 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
|
|
|
|
- run the testsuite, run spec-cleaner
|
|
|
|
|
2018-12-04 15:10:21 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:55:23 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-05-03 08:24:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 3 06:19:45 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.9.0
|
|
|
|
* 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`.
|
|
|
|
|
2018-03-11 09:46:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 11 08:41:40 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- Use %license macro for license.
|
|
|
|
|
2017-04-19 04:34:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 15 11:55:43 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.8.2
|
|
|
|
* No upstream changelog
|
|
|
|
- Implement single-spec version
|
|
|
|
|
2015-08-31 13:56:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 31 11:55:39 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.7.4
|
|
|
|
* No upstream changelog
|
|
|
|
|
2015-05-20 16:06:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 20 14:00:56 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.7.2
|
|
|
|
* No upstream changelog
|
|
|
|
|
2015-03-03 19:09:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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 ()
|
|
|
|
|
2014-09-11 17:12:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 11 13:51:49 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
* No upstream changelog
|
|
|
|
|
2014-05-10 01:41:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 9 23:36:32 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.6.0
|
|
|
|
* memoize is curried by default
|
|
|
|
* memoize support `key` keyword argument
|
|
|
|
* Cleaned up issues in curried namespace
|
|
|
|
* Unary functions memoize with just the single argument, not a tuple
|
|
|
|
* Flattened directory structure
|
|
|
|
* Add `pluck` function from underscore.js
|
|
|
|
* Remove `sandbox.jackknife`
|
|
|
|
- 0.5.3 Changelog
|
|
|
|
* get_in function
|
|
|
|
* add itervalues, iterkeys, iteritems to compatibility
|
|
|
|
* Add do function, remove side_effects from sandbox
|
|
|
|
* Add juxt, partner to map
|
|
|
|
* Performance improvements to merge_with
|
|
|
|
* Errors from curried functions propagate upwards
|
|
|
|
* keyfilter, valfilter
|
|
|
|
* do
|
|
|
|
|
2014-03-29 14:01:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 29 12:59:19 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to version 0.5.3
|
|
|
|
+ No changelog available
|
|
|
|
|
2013-11-17 17:16:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 17 16:12:10 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 0.4.1
|
|
|
|
+ No changelog available
|
|
|
|
|
2013-10-21 13:54:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 21 11:38:36 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version (0.3.0)
|