Skip to content

Releases: stephenturner/biorecap

v0.2.0

27 Sep 08:37
20dcdd9
Compare
Choose a tag to compare
  • Added medRxiv support. The get_preprints() function will now pull from either the bioRxiv or medRxiv RSS feed depending on the subject passed to it. All downstream functions and reporting updated to reflect this change (fixes #5).
  • Changed default model to llama 3.2 3B.
  • Added new source column for the returned preprints indicating whether the preprint came from bioRxiv or medRxiv.
  • Updated tests.

v0.1.1

26 Aug 00:07
64d927a
Compare
Choose a tag to compare
  • Fix bug in add_summary() caused by upstream changes in ollamar (fixes #1).
  • Bumped minimum required version of ollamar to 1.2.1.

v0.1.0

23 Aug 12:47
Compare
Choose a tag to compare

Initial release