Releases: AnswerDotAI/fastcore
Releases · AnswerDotAI/fastcore
v1.5.0
v1.4.5
New Features
- Custom raise message helper (#419), thanks to @muellerzr
- make
docments
handle delegates (#418), thanks to @hamelsmu - Add a
nested_callable
andgetcallable
util (#417), thanks to @muellerzr - Add dataclass to docments (#413), thanks to @MarkB2
- Use docments (#387), thanks to @muellerzr
Bugs Squashed
v1.4.4
v1.4.3
New Features
- Add initial value for product and sum on L (#406), thanks to @radekosmulski
- add ppretty print repr to AttrDict (#403), thanks to @hamelsmu
- Raise better error when a config isn't found (#394), thanks to @muellerzr
Bugs Squashed
- Bugfix handle edge case when we have string in list and want to flatten (#410), thanks to @Salehbigdeli