Skip to content

Releases: serkanyersen/underscore.py

Bugfixes and new features, matches underscore.js v1.6

20 Feb 08:48
Compare
Choose a tag to compare
v0.1.6

Fix key error problem and add tests #11

Python 3 Support

02 Sep 21:00
Compare
Choose a tag to compare

Thanks to @jiaweihli underscore.py now supports both python 2 and 3

Latest Stable

19 Aug 20:17
Compare
Choose a tag to compare

Implements new methods from underscore.js

ADD: where, findWhere, pairs, invert, partial, indexBy and random
ADD: tests for these new methods
FIX: return object instead of list if there is only one item groupBy
FIX: timing on async tests

Stable version

19 Aug 16:41
Compare
Choose a tag to compare

Used new classes for python