News

2026-02-25

πŸ”„ Software Updates

  • colrev β†’ v0.16.2 (https://pypi.org/project/colrev/)

    Release notes:

    • Activate search-query validation for pubmed
    • Add support for Python 3.13
    • Simplify setup (activate crossref per default, dblp, pubmed are optional)

2026-02-23

✨ New Publications

  • search-query: An open source Python library for academic search queries (2026), Journal of Open Source Software β€” Eckhardt, Peter and Ernst, Katharina Maria and Fleischmann, Thomas and Geßler, Anna and Schnickmann, Karl and Thurner, Laureen and Wagner, Gerit [https://joss.theoj.org/papers/10.21105/joss.08775#]

2026-02-06

New releases: - search-query v0.15.0 (https://pypi.org/project/search-query/)

Release notes:

  • Polish docs (automate page, with pinned colrev version; functional overview)
  • Extend tests (covering code in the paper; dist smoke test)
  • JSON: make SearchQuery(query=...) the (safer) default

2026-01-29

New releases:

  • colrev v0.16.1 (https://pypi.org/project/colrev/)
  • search-query v0.14.1 (https://pypi.org/project/search-query/)

2026-01-28

New releases:

  • search-query v0.14.0 (https://pypi.org/project/search-query/)

    Release notes:

    • Documentation and demo notebook: Revised the documentation and extended the demo notebook.
    • Generic query syntax: Make fields case insensitive.
    • Linter message refinement: Formatting (cli) and internal handling revised. WOS_0005deprecated.
    • Extend QueryErrorCode.JOURNAL_FILTER_IN_SUBQUERY: Added ISSN and ISBN fields.
    • Dependency: Removed packaging dependency.