Skip to content

2.5.17

Compare
Choose a tag to compare
@okhat okhat released this 26 Oct 22:28
· 250 commits to main since this release
2156a5e

What's Changed

  • Deprecate dspy.TypedPredictor and its variants. You'll get much better typed (and untyped) results out-of-the-box now with standard dspy.Predict, dspy.ChainOfThought, etc.
  • Improve ChatAdapter, introduce JsonAdapter, add default retries with the latter. by @okhat in #1700
  • Consistently use _parse_values=False from functional.py by @okhat in #1701
  • Add callback mechanism by @B-Step62 in #1689
  • Some minor fixes to the newly introduced callback by @chenmoneygithub in #1696

New Contributors

  • @BobConanDev made their first contribution in #1688
  • @B-Step62 made their first contribution in #1689

Full Changelog: 2.5.16...2.5.17