Skip to content

Releases: AnswerDotAI/fastcore

v1.8.7

25 Jul 15:57
Compare
Choose a tag to compare

New Features

v1.8.6

23 Jul 23:03
Compare
Choose a tag to compare

New Features

  • Add exc param to test_fail (#690)

v1.8.5

08 Jul 06:17
Compare
Choose a tag to compare

New Features

v1.8.4

21 Jun 01:32
Compare
Choose a tag to compare

New Features

  • Add trim_wraps and save_iter (#685)
  • Add asave_iter (#686)
  • Add CachedIter, CachedAwaitable, and reawaitable (#684)

v1.8.3

20 Jun 23:07
Compare
Choose a tag to compare

New Features

  • Add trim_wraps and save_iter (#685)
  • Add CachedIter, CachedAwaitable, and reawaitable (#684)

v1.8.2

09 May 02:46
Compare
Choose a tag to compare

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

  • Ensure flexicache is LRU cached (#679), thanks to @pydanny

v1.8.1

05 Apr 16:07
Compare
Choose a tag to compare

New Features

v1.8.0

18 Mar 05:20
c060837
Compare
Choose a tag to compare

Breaking Changes

Bugs Squashed

  • list[object] not handled correctly in docments (#671)

v1.7.29

31 Jan 03:42
c060837
Compare
Choose a tag to compare

New Features

  • Add partition_dict (#665)
  • Add VAR_POSITIONAL and VAR_KEYWORD to docments (#664)

v1.7.28

26 Dec 20:48
c060837
Compare
Choose a tag to compare

New Features

  • Support documenting args and kwargs (#660), thanks to @Isaac-Flath
  • Update Config to support ConfigParser keyword arguments (#659), thanks to @ncoop57