Commit 6a66890
Add daily papers endpoint (#3502)
* feat: add list_daily_papers method to fetch daily papers by date
* feat: update list_daily_papers method to support optional date parameter and add tests for default behavior ( After
Wauplin review )
* Apply suggestion from @Wauplin
* Update src/huggingface_hub/hf_api.py
Co-authored-by: Roman Solomatin <[email protected]>
* Apply style fixes
---------
Co-authored-by: Bastien GIMBERT <[email protected]>
Co-authored-by: Lucain <[email protected]>
Co-authored-by: Roman Solomatin <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 55bbd21 commit 6a66890
File tree
3 files changed
+56
-0
lines changed- src/huggingface_hub
- tests
3 files changed
+56
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
| |||
894 | 895 | | |
895 | 896 | | |
896 | 897 | | |
| 898 | + | |
897 | 899 | | |
898 | 900 | | |
899 | 901 | | |
| |||
1254 | 1256 | | |
1255 | 1257 | | |
1256 | 1258 | | |
| 1259 | + | |
1257 | 1260 | | |
1258 | 1261 | | |
1259 | 1262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9885 | 9885 | | |
9886 | 9886 | | |
9887 | 9887 | | |
| 9888 | + | |
| 9889 | + | |
| 9890 | + | |
| 9891 | + | |
| 9892 | + | |
| 9893 | + | |
| 9894 | + | |
| 9895 | + | |
| 9896 | + | |
| 9897 | + | |
| 9898 | + | |
| 9899 | + | |
| 9900 | + | |
| 9901 | + | |
| 9902 | + | |
| 9903 | + | |
| 9904 | + | |
| 9905 | + | |
| 9906 | + | |
| 9907 | + | |
| 9908 | + | |
| 9909 | + | |
| 9910 | + | |
| 9911 | + | |
| 9912 | + | |
| 9913 | + | |
| 9914 | + | |
| 9915 | + | |
| 9916 | + | |
| 9917 | + | |
| 9918 | + | |
| 9919 | + | |
| 9920 | + | |
| 9921 | + | |
| 9922 | + | |
| 9923 | + | |
9888 | 9924 | | |
9889 | 9925 | | |
9890 | 9926 | | |
| |||
10906 | 10942 | | |
10907 | 10943 | | |
10908 | 10944 | | |
| 10945 | + | |
10909 | 10946 | | |
10910 | 10947 | | |
10911 | 10948 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4283 | 4283 | | |
4284 | 4284 | | |
4285 | 4285 | | |
| 4286 | + | |
| 4287 | + | |
| 4288 | + | |
| 4289 | + | |
| 4290 | + | |
| 4291 | + | |
| 4292 | + | |
| 4293 | + | |
| 4294 | + | |
| 4295 | + | |
| 4296 | + | |
| 4297 | + | |
| 4298 | + | |
| 4299 | + | |
| 4300 | + | |
| 4301 | + | |
4286 | 4302 | | |
4287 | 4303 | | |
4288 | 4304 | | |
| |||
0 commit comments