Releases: chezou/tabula-py
Releases · chezou/tabula-py
Minor warning improvement
What's Changed
Full Changelog: v2.8.0...v2.8.1
Use jpype instead of subprocess as a backend
What's Changed
- chore: Fix RTD since it doesn't respect config file by @chezou in #343
- feat: Use jpype instead of subprocess by @chezou in #356 kudos @mara004
- chore: add warning about java options by @chezou in #357
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
What's Changed
- chore: Fix RTD since it doesn't respect config file by @chezou in #343
- feat: Use jpype instead of subprocess by @chezou in #356 kudos @mara004
- chore: add warning about java options by @chezou in #357
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
What's Changed
- Validate order of area and columns by @chezou in #331
- Apply grammarly for documents by @chezou in #334
- fix: do not break pandas_options by @chezou in #339
- Allow Iterable as much as possible by @chezou in #340
- Drop Python 3.7 by @chezou in #341
- Fix package build on CI by @chezou in #342
Full Changelog: v2.6.0...v2.7.0
Drop Python 3.7 and minor improvements
What's Changed
- Validate order of area and columns by @chezou in #331
- Apply grammarly for documents by @chezou in #334
- fix: do not break pandas_options by @chezou in #339
- Allow Iterable as much as possible by @chezou in #340
- Drop Python 3.7 by @chezou in #341
- Fix package build on CI by @chezou in #342
Full Changelog: v2.6.0...v2.7.0rc
Support relative columns and Python 3.11
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
Introducing new option `user_raw_url` and type hint
Drop Python 3.6 and bug fix
What's Changed
- Fix typos and miswordings by @grfeller in #292
- Drop Python 3.6 by @chezou in #294
- Ensure read binary from start of a file for read_pdf_with_template() by @chezou in #304 (thank you @will-byrne-cardano for reporting it!)
New Contributors
Full Changelog: v2.3.0...v2.4.0
tabula-java 1.0.5 support
Support tabula-java 1.0.5 #290