Skip to content

v0.1.18: EuropePMC cursor pagination, category-routing fix, date validation

Choose a tag to compare

@cyanheads cyanheads released this 11 Jul 17:57
v0.1.18
3a94813

EuropePMC cursor pagination, category-routing fix, date validation

biorxiv_search_preprints gains paged EuropePMC results; two validation gaps closed in biorxiv_list_recent and biorxiv_search_preprints.

Added:

  • biorxiv_search_preprints gains an optional cursor_mark input to page through ranked EuropePMC results; nextCursorMark appears in enrichment when more pages exist, absent on the last page. (#30)

Fixed:

  • biorxiv_list_recent under server="both" with a server-exclusive category (e.g. Neuroscience) now queries only the owning server, instead of mixing in an unfiltered page from the other. Categories shared by both taxonomies (Epidemiology, Pathology) still fan out. (#27)
  • biorxiv_list_recent and biorxiv_search_preprints reject calendar-impossible dates (2024-02-30, 2023-02-29) before any upstream call. (#29)

175 tests pass; bun run devcheck clean.

CHANGELOG v0.1.18