Skip to content

Releases: chezou/tabula-py

tabula-java 1.0.4 support

03 Sep 13:50
fbfc1da
Compare
Choose a tag to compare
  • tabula-java 1.0.4 support #260
  • Fix the issue when passing the silent argument #254

Release v2.1.1

04 Jun 14:47
6f835b7
Compare
Choose a tag to compare

Changes in this Release

  • Requote URL to avoid percent quoting twice #241

Release v2.1.0

07 Mar 01:28
c9ec4c6
Compare
Choose a tag to compare

Changes in this Release

  • Support 'dtype' in pandas_options with multiple_tables #219

Release v2.0.4

26 Jan 14:18
fe720ee
Compare
Choose a tag to compare
  • Download a remote file into a temporary directory #210

Release v2.0.3

18 Jan 08:52
1849278
Compare
Choose a tag to compare
  • Fix empty table handling when extracted table data is empty #208

Release v2.0.2

16 Jan 02:26
848a03d
Compare
Choose a tag to compare
  • Fix a multi-threading issue with io.BytesIO #205

Release v2.0.1

08 Jan 14:26
a44b43c
Compare
Choose a tag to compare

Correct duplicate column name handling with multiple_tables=True #202

Release v2.0.0

04 Jan 07:48
Compare
Choose a tag to compare

This is major upgrade including backward incompatible changes. See detail in #200

  • read_pdf() returns a list of DataFrame even if there is a table in a PDF without setting output_format
  • multiple_tables becomes True by default
  • renaming wrapper module to io
  • stop using kwargs for build_options to avoid unexpected arguments
  • add validation for output_format option

Release v2.0.0-rc.1

04 Jan 07:30
6a590d6
Compare
Choose a tag to compare
Release v2.0.0-rc.1 Pre-release
Pre-release
Merge pull request #200 from chezou/validation

Ensure read_pdf() always returns list of DataFrame

Release v1.4.3

16 Dec 00:36
309d146
Compare
Choose a tag to compare

Support non-ascii URL and fetching too long file name #196