What's Changed
* chore: Fix RTD since it doesn't respect config file by chezou in https://github.com/chezou/tabula-py/pull/343
* feat: Use jpype instead of subprocess by chezou in https://github.com/chezou/tabula-py/pull/356 kudos mara004
* chore: add warning about java options by chezou in https://github.com/chezou/tabula-py/pull/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**: https://github.com/chezou/tabula-py/compare/v2.7.0...v2.8.0rc