2018-08-14 09:32:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dash: updated to 4.7.3
v4.7.3:
Bug Fixes
Fix bug in spread where arguments were not being passed to wrapped function properly.
|
2018-08-05 14:46:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dash: updated to 4.7.1
v4.7.1:
New Features
- Modify to_dict to first try to convert using dict() before falling back to \
using pydash.helpers.iterator().
v4.7.0:
Misc
- Internal code optimizations.
|
2018-07-20 11:42:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-dash: updated to 4.6.1
v4.6.1:
Misc
- Support Python 3.7.
|
2018-07-14 21:05:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dash: updated to 4.6.0
v4.6.0:
Improve performance of the following functions for large datasets:
duplicates
sorted_uniq
sorted_uniq_by
union
union_by
union_with
uniq
uniq_by
uniq_with
xor
xor_by
xor_with
|
2018-05-23 11:28:30 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-dash: added version 4.5.0
The kitchen sink of Python utility libraries for doing "stuff" in a \
functional
way. Based on the Lo-Dash Javascript library.
|