Skip to content

Tags: SynthWave-Systems/dspy

Tags

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adjust reasoning model token requirement (stanfordnlp#8750)

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Validate GEPA metric signature (stanfordnlp#8697)

* Validate GEPA metric signature

* Update gepa.py

* Update gepa.py

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update use-cases.md (stanfordnlp#8646)

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update GEPA's reflection_lm (stanfordnlp#8633)

* Update reflection_lm

* Ruff

3.0.0b4

Toggle 3.0.0b4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update deduplicate (stanfordnlp#8623)

Since python 3.6 Dict are ordered, the former source has been updated to new method of deduplication in 2017.  
The gain is quite significant for example:
FUNCTION                   MEAN (ms)       MEDIAN (ms)
dict version (new)           124.5                  123.6
set version   (old)            165.5                  171.8

3.0.0b3

Toggle 3.0.0b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update pyproject.toml

3.0.0b2

Toggle 3.0.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update doc (stanfordnlp#8476)

3.0.0b1

Toggle 3.0.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove community retrievers (stanfordnlp#8073)

* remove community retrievers

* lint

2.6.27

Toggle 2.6.27's commit message
Merge branch 'release-2.6.27a1'

2.6.27a1

Toggle 2.6.27a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix BaseType annotation check (stanfordnlp#8318)