2.5.17
版本发布时间: 2024-10-27 06:28:37
stanfordnlp/dspy最新发布版本:2.5.41(2024-11-29 11:15:58)
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 https://github.com/stanfordnlp/dspy/pull/1700
- Consistently use _parse_values=False from functional.py by @okhat in https://github.com/stanfordnlp/dspy/pull/1701
- Add callback mechanism by @B-Step62 in https://github.com/stanfordnlp/dspy/pull/1689
- Some minor fixes to the newly introduced callback by @chenmoneygithub in https://github.com/stanfordnlp/dspy/pull/1696
New Contributors
- @BobConanDev made their first contribution in https://github.com/stanfordnlp/dspy/pull/1688
- @B-Step62 made their first contribution in https://github.com/stanfordnlp/dspy/pull/1689
Full Changelog: https://github.com/stanfordnlp/dspy/compare/2.5.16...2.5.17