Releases: stanfordnlp/dspy
Releases · stanfordnlp/dspy
2.5.19
2.5.18
2.5.17
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
2.5.16
What's Changed
- Anyscale finetuning refactor by @isaacbmiller in #1666
- Fix error in Evaluate with display_table=True with outputs that cannot be converted to dict by @dbczumar in #1682
New Contributors
- @amanshresthaa made their first contribution in #1667
- @Haknt made their first contribution in #1671
- @sushmanthreddy made their first contribution in #1677
Full Changelog: 2.5.15...2.5.16
2.5.15
What's Changed
- Improve ChatAdapter's handling of typed values and Pydantic models by @okhat in #1663
- Push Updated Docs view based on MkDocs by @krypticmouse in #1657
Full Changelog: 2.5.14...2.5.15
2.5.14
What's Changed
New Contributors
- @YangZhaoo made their first contribution in #1652
Full Changelog: 2.5.13...2.5.14
2.5.13
What's Changed
- Refactor finetuning implementation to be 2.5 compatible by @isaacbmiller @dilarasoylu in #1594
- Fix the saving of TypePredictor by @chenmoneygithub in #1651
New Contributors
- @dilarasoylu made their first contribution in #1633
Full Changelog: 2.5.12...2.5.13
2.5.12
What's Changed
- Fix saving/loading retriever by @chenmoneygithub in #1638
Full Changelog: 2.5.11...2.5.12
2.5.11
Add SemanticF1, fix LM.copy, fix CoT.save
Full Changelog: 2.5.10...2.5.11
2.5.10
What's Changed
- Move path creation to BSFS init by @isaacbmiller in #1632
- Fix: 'LM' object has no attribute 'copy' by @xiayouran in #1621
- support TEI by @xiayouran in #1553
New Contributors
- @xiayouran made their first contribution in #1621
Full Changelog: 2.5.9...2.5.10