2020-05-16 11:09:05 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
pytest from versioned depends
|
2019-12-14 11:52:18 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-dash: updated to 4.7.6
v4.7.6:
Bug Fixes
- Fix handling of ``Sequence``, ``Mapping``, and ``namedtuple`` types in ``get`` \
so that their attributes aren't accessed during look-up.
|
2019-05-22 23:00:04 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-dash: updated to 4.7.5
v4.7.5:
Bug Fixes
- Fix handling of string and byte values in clone_with and clone_deep_with when \
a customizer is used.
- Fix handling of non-indexable iterables in find and find_last.
|
2018-11-21 12:01:56 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-dash: updated to 4.7.4
v4.7.4:
Bug Fixes
- Raise an explicit exception in set_, set_with, update, and update_with when an \
object cannot be updated due to that object or one of its nested objects not \
being subscriptable.
|
2018-08-14 09:32:04 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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.
|