Releases: AnswerDotAI/fastcore
Releases · AnswerDotAI/fastcore
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)
v1.7.24
New Features
- Optimise case of indexing
L
with an int
(#653)
v1.7.23
New Features
- Add
cmp
and kwargs to sort_ex
(#652)
- Add
groupby
to L
v1.7.20
New Features
- Add ansi.py (from nbconvert) (#647)
- Support latest CaptureShell version (#644)
- Add
exec_eval
(#643)
v1.7.19
Bugs Squashed
- Hyperscript attrs do not work in
FT
(#642)