Skip to content

v1.1.2

Compare
Choose a tag to compare
@hack-r hack-r released this 13 Apr 20:35
· 239 commits to main since this release
  • Ability to search for new results on arXiv, bioRxiv, and medRxiv (in addition to just downloading papers from Scholar results).
  • Better importing of config.yaml.
  • Made module import seamless across library (API) use and binary building.
  • Multi-threading.
  • Prototype AI integration.
  • Quickstart / README updates.

Misc. other improvements.

I am marking this version as "pre-release" because (a) I have only partially tested changes (b) Parichita added multithreading but I haven't timed the performance before & after yet, and (c) @kabraneel is about to make a PR exposing an option to select which search portals are used in config.yaml.

Note that the file size has increased due to the use of local AI/ML models. I may handle this differently moving forward.

What's Changed

  • Adding duplicate checks, and support for searching on arXiv. by @kabraneel in #11
  • Adding support for medXriv and bioXriv searching. Also fixing bug in arxiv search. Added support to make sure that citations with no authors or titles get pushed to Zotero. by @kabraneel in #12
  • Threading for citation + download by @PerryAgent in #15
  • File reorg @hack-r
  • Checks cwd for config first. Added try/catch to make module loading work for builds as well as when building the binary. Fixed typo. Removed redunant message. Fixed URL encoding with quotes_plus on search terms... @hack-r
  • AI prototyping @hack-r

Full Changelog: v1.1.1...v1.1.2