Commit cbb6930
committed
Squashed commit of the following:
commit 056d54e
Author: Isaac Miller <17116851+isaacbmiller@users.noreply.github.com>
Date: Wed Oct 29 17:23:09 2025 +0100
fix(MIPROv2): zero shot not taking .compile parameters into account before determining if the program was zero shot (stanfordnlp#8909)
* fix(MIPROv2): zero shot not taking .compile parameters into account before determining if the program was zero shot
* remove extra logs
* Remove log
* Fix merge conflict
* Remove extra whitespace
commit da69f9d
Author: TomuHirata <tomu.hirata@gmail.com>
Date: Wed Oct 29 13:23:34 2025 +0900
Update anthropic model name (stanfordnlp#8992)
Signed-off-by: TomuHirata <tomu.hirata@gmail.com>
commit aaadf05
Author: Chen Qian <chen.qian@databricks.com>
Date: Tue Oct 28 12:21:55 2025 -0700
lints (stanfordnlp#8987)
commit e842ba1
Author: eramis73 <130156545+eramis73@users.noreply.github.com>
Date: Tue Oct 28 02:40:34 2025 +0300
[docs] Add Google-style docstrings for dspy/evaluate/metrics.py (stanfordnlp#8954)
* docs(metrics): add Google-style docstrings for public metrics
* docs(metrics): address review feedback (concise openings, mkdocs block examples); revert non-doc changes
* fixes
---------
Co-authored-by: chenmoneygithub <chen.qian@databricks.com>
commit 6c43880
Author: TomuHirata <tomu.hirata@gmail.com>
Date: Tue Oct 28 07:21:06 2025 +0900
Cache Ollama to speed up CI (stanfordnlp#8972)
* Cache Ollama to speed up CI
* fix permission
commit 462baef
Author: Copilot <198982749+Copilot@users.noreply.github.com>
Date: Mon Oct 27 11:57:27 2025 -0700
Fix TypeError when tracking usage with Anthropic models returning Pydantic objects (stanfordnlp#8978)
* Initial plan
* Fix TypeError when merging Anthropic CacheCreation objects in usage tracker
Co-authored-by: TomeHirata <33407409+TomeHirata@users.noreply.github.com>
* Enhance _flatten_usage_entry to convert Pydantic models on first add
Co-authored-by: TomeHirata <33407409+TomeHirata@users.noreply.github.com>
* Fix potential TypeError when both usage entries are None
Co-authored-by: TomeHirata <33407409+TomeHirata@users.noreply.github.com>
* simplify
* small fix
* lint
* robust version handling
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TomeHirata <33407409+TomeHirata@users.noreply.github.com>
Co-authored-by: chenmoneygithub <chen.qian@databricks.com>
commit 9b467b5
Author: Noah Ziems <nziems2@nd.edu>
Date: Mon Oct 27 13:32:07 2025 -0400
Add Disable Fallback Option in ChatAdapter (stanfordnlp#8984)
commit bf022c7
Author: Lakshya A Agrawal <lakshyaaagrawal@berkeley.edu>
Date: Sat Oct 25 23:37:42 2025 +0530
Update gepa[dspy] dependency version to 0.0.18 (stanfordnlp#8969)
* Update gepa[dspy] dependency version to 0.0.18
* Update pyproject.toml
* fix test
---------
Co-authored-by: TomuHirata <tomu.hirata@gmail.com>1 parent c78c655 commit cbb6930
File tree
18 files changed
+544
-113
lines changed- .github/workflows
- docs/docs
- learn/programming
- tutorials/cache
- dspy
- adapters
- types
- clients
- evaluate
- streaming
- teleprompt
- utils
- tests
- adapters
- clients
- teleprompt
- utils
18 files changed
+544
-113
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 94 | | |
100 | 95 | | |
101 | 96 | | |
| |||
116 | 111 | | |
117 | 112 | | |
118 | 113 | | |
119 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
120 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
126 | 133 | | |
127 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
128 | 141 | | |
129 | 142 | | |
130 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
29 | 43 | | |
30 | 44 | | |
31 | 45 | | |
| |||
40 | 54 | | |
41 | 55 | | |
42 | 56 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
46 | 64 | | |
47 | 65 | | |
48 | 66 | | |
| |||
60 | 78 | | |
61 | 79 | | |
62 | 80 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
66 | 88 | | |
67 | 89 | | |
68 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
138 | | - | |
139 | | - | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| |||
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
150 | | - | |
151 | | - | |
| 149 | + | |
152 | 150 | | |
153 | 151 | | |
154 | 152 | | |
| |||
197 | 195 | | |
198 | 196 | | |
199 | 197 | | |
200 | | - | |
201 | 198 | | |
202 | 199 | | |
203 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
228 | 227 | | |
229 | 228 | | |
230 | 229 | | |
231 | | - | |
232 | | - | |
233 | | - | |
| 230 | + | |
234 | 231 | | |
235 | 232 | | |
236 | 233 | | |
| |||
482 | 479 | | |
483 | 480 | | |
484 | 481 | | |
| 482 | + | |
485 | 483 | | |
486 | 484 | | |
487 | 485 | | |
| |||
0 commit comments