Skip to content

Releases: chezou/tabula-py

Minor warning improvement

10 Sep 23:25
9bde1e5
Compare
Choose a tag to compare

What's Changed

  • chore: suppress warning for tabula-py generated java_options by @chezou in #358

Full Changelog: v2.8.0...v2.8.1

Use jpype instead of subprocess as a backend

09 Sep 06:43
Compare
Choose a tag to compare

What's Changed

This release changes the way to call tabula-java from subprocess to jpype.
It expects to reduce JVM launch overhead for multiple calls. However, it introduces some limitation for jvm_options. See #357 and FAQ for the detail.

Full Changelog: v2.7.0...v2.8.0

Use jpype instead of subprocess

09 Sep 05:32
4f3652f
Compare
Choose a tag to compare
Pre-release

What's Changed

This release changes the way to call tabula-java from subprocess to jpype.
It expects to reduce JVM launch overhead for multiple calls. However, it introduces some limitation for jvm_options. See FAQ in the document for the detail.

Full Changelog: v2.7.0...v2.8.0rc

Drop Python 3.7 and other minor improvements

21 Feb 01:06
05ca2b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

Drop Python 3.7 and minor improvements

21 Feb 01:02
2439df4
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.6.0...v2.7.0rc

Support relative columns and Python 3.11

24 Nov 14:58
5c7bd93
Compare
Choose a tag to compare

What's Changed

  • Support relative columns by introducing relative_columns option by @chezou in #328
  • Support Python 3.11 by @chezou in #329

Full Changelog: v2.5.1...v2.6.0

Fix type hinting

23 Aug 01:17
Compare
Choose a tag to compare

What's Changed

  • fix type hints for readpdf kwargs by @djbrown in #315
  • Make kwargs explicit arguments by @chezou in #316
  • Refactor: more proper name, more Pythonic way by @chezou in #317

Full Changelog: v2.5.0...v2.5.1

Introducing new option `user_raw_url` and type hint

12 Aug 18:26
7ed738b
Compare
Choose a tag to compare

What's Changed

  • Introduce type hint by @chezou in #305
  • Add use_raw_url option by @chezou in #313
    • This allows downloading a PDF from S3 PreSigned URL
  • Change release flow to trigger by create release by @chezou in #314

Full Changelog: v2.4.0...v2.5.0

Drop Python 3.6 and bug fix

27 May 21:35
5da43b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

tabula-java 1.0.5 support

19 Aug 07:15
abd44ad
Compare
Choose a tag to compare

Support tabula-java 1.0.5 #290