Skip to content

Releases: neuml/paperai

v2.5.0

01 Jul 17:43
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Enable passing LLM pipeline options to Reports (#82)
  • Add index by citation count feature (#83)
  • Update README to better show capabilities of paperai (#84)
  • Add example notebook for a Medical Research Project (#85)

v2.4.0

23 Jun 14:21
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Require Python >= 3.10 (#80)
  • Refactor word vector code (#81)

v2.3.0

28 Dec 19:43
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Consider switching from lxml's clean_html for enhanced security (and possibly performance) (#69)
  • Error in models.py file of paperai pip package (#77)
  • Update codebase to work with txtai 8.x (#78)
  • Require Python >= 3.9 (#79)

v2.2.1

18 Sep 21:17
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Update setup.py to only show standard image on PyPI (#72)

v2.2.0

18 Sep 20:35
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • paperai for beginners (#60)
  • Add example notebook (#63)
  • Modify default index configuration (#64)
  • Shell doesn't accept command line parameters when run as a console script (#65)
  • Match report section query with embeddings index query (#66)
  • Fix issue with passing empty queue to Extractor pipeline (#67)
  • Update minimum Python version to 3.8 (#71)
  • Upgrade to txtai 6.0 (#70)

v2.1.0

20 Jan 14:35
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Add ability to read index configuration from dictionary (#57)
  • Update test for reproducibility across environments (#58)
  • Add support for latest txtai indexing options (#61)
  • Migrate from mdv to rich library (#62)

v2.0.0

12 Mar 01:09
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Allow setting report options within task yml files (#42)
  • Allow running reports against full databases (#43)
  • Batch extractor queries (#44)
  • Remove study design columns (#46)
  • Add option to specify extraction column context (#47)
  • Add report reference column (#48)
  • Add report column format parameter (#49)
  • Add pre-commit checks (#50)
  • Add check to report sections query to ensure text has tokens (#51)
  • Remove default home directory cord19 path defaults (#52)
  • Require Python 3.7+ (#54)
  • Update txtai to 4.3.1 (#56)

v1.10.0

10 Sep 18:26
Compare
Choose a tag to compare

Sync with txtai 3.3 (#41)

v1.9.0

18 Aug 01:05
Compare
Choose a tag to compare

Update to txtai 3.2 (#40)

v1.8.0

23 Apr 12:27
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Add ability to read index yml (#18)
  • Switch from mdv to mdv3 to support Python 3.9 (#21)
  • Add enhanced API for paperai (#30)
  • Add configurable query threshold, (#31)
  • Support query negation (#32)
  • Add search application (#33)