Releases: AnswerDotAI/fastcore
Releases · AnswerDotAI/fastcore
v1.8.4
New Features
- Add
trim_wraps
and save_iter
(#685)
- Add
asave_iter
(#686)
- Add
CachedIter
, CachedAwaitable
, and reawaitable
(#684)
v1.8.3
New Features
- Add
trim_wraps
and save_iter
(#685)
- Add
CachedIter
, CachedAwaitable
, and reawaitable
(#684)
v1.8.2
New Features
- stringify FT with
to_xml
(#681)
- render FT attrs with
to_xml
(#680)
- Add sort args to delegates (#667), thanks to @pydanny
Bugs Squashed
v1.8.0
Breaking Changes
Bugs Squashed
list[object]
not handled correctly in docments (#671)
v1.7.29
New Features
- Add
partition_dict
(#665)
- Add
VAR_POSITIONAL
and VAR_KEYWORD
to docments (#664)
v1.7.28
New Features
- Support documenting args and kwargs (#660), thanks to @Isaac-Flath
- Update Config to support ConfigParser keyword arguments (#659), thanks to @ncoop57
v1.7.26
Bugs Squashed
splitlines
mis-spelled (#656)
v1.7.25
New Features
- Handle tuples in
groupby
(#654)