All Versions
24
Latest Version
Avg Release Cycle
44 days
Latest Release
565 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.1 Changes
July 11, 2021- ๐ Change extra requirements from
cv
tobase
. You can usepip install "camelot-py[base]"
to install everything required to run camelot.
- ๐ Change extra requirements from
-
v0.10.0 Changes
July 11, 2021๐ Improvements
- โ Add support for multiple image conversion backends. #198 and #253 by Vinayak Mehta.
- โ Add markdown export format. #222 by Lucas Cimon.
๐ Documentation
- โ Add faq section. #216 by Stefano Fiorucci.
-
v0.9.0 Changes
June 15, 2021๐ Bugfixes
- ๐ Fix use of resolution argument to generate image with ghostscript. #231 by Tiago Samaha Cordeiro.
- #15 Fix duplicate strings being assigned to the same cell. #206 by Eduardo Gonzalez Lopez de Murillas.
- ๐พ Save plot when filename is specified. #121 by Jens Diemer.
- Close file streams explicitly. #202 by Martin Abente Lahaye.
- ๐ Use correct re.sub signature. #186 by pevisscher.
- #183 Fix UnicodeEncodeError when using Stream flavor by adding encoding kwarg to
to_html
. #188 by Stefano Fiorucci. - #179 Fix
max() arg is an empty sequence
error on PDFs with blank pages. #189 by Vinayak Mehta.
๐ Improvements
- Add
line_overlap
andboxes_flow
toLAParams
. #219 by Arnie97. - Add bug report template.
- ๐ Move from Travis to GitHub Actions.
- โก๏ธ Update
.readthedocs.yml
and remove requirements.txt
๐ Documentation
- ๐ #193 Add better checks to confirm proper installation of ghostscript. #196 by jimhall.
- โก๏ธ Update
advanced.rst
plotting examples. #119 by Jens Diemer.
-
v0.8.2 Changes
July 27, 2020- โช Revert the changes in
0.8.1
.
- โช Revert the changes in
-
v0.8.1 Changes
July 21, 2020 -
v0.8.0 Changes
May 24, 2020๐ Improvements
- โฌ๏ธ Drop Python 2 support!
- Remove Python 2.7 and 3.5 support.
- Replace all instances of
.format
with f-strings. - Remove all
__future__
imports. - Fix HTTP 403 forbidden exception in read_pdf(url) and remove Python 2 urllib support.
- Fix test data.
๐ Bugfixes
- โฌ๏ธ Drop Python 2 support!
-
v0.7.3 Changes
July 07, 2019๐ Improvements
๐ Bugfixes
- ๐ Fix Click.HelpFormatter monkey-patch. #5 by Dimiter Naydenov.
- ๐ Fix strip_text argument getting ignored. #4 by Dimiter Naydenov.
- #25 edge_tol skipped in read_pdf. #26 by Vinayak Mehta.
- ๐ Fix pytest deprecation warning. #2 by Vinayak Mehta.
- #293 Split text ignores all text to the right of last cut. #294 by Vinayak Mehta.
- #277 Sort TableList by order of tables in PDF. #283 by Sym Roe.
- #312
table_regions
throwsValueError
whenflavor='stream'
. #332 by Vinayak Mehta.
-
v0.7.2 Changes
January 10, 2019 -
v0.7.1 Changes
January 06, 2019๐ Bugfixes
- ๐ Move ghostscript import to inside the function so Anaconda builds don't fail.
-
v0.7.0 Changes
January 05, 2019๐ Improvements
- ๐ #240 Add support to analyze only certain page regions to look for tables. #243 by Vinayak Mehta.
- You can use
table_regions
inread_pdf()
to specify approximate page regions which may contain tables. - Kwarg
line_size_scaling
is now calledline_scale
.
- You can use
- ๐ #212 Add support to export as sqlite database. #244 by Vinayak Mehta.
- โ #239 Raise warning if PDF is image-based. #240 by Vinayak Mehta.
๐ Documentation
Note: The python wrapper to Ghostscript's C API is now vendorized under the
ext
module. This was done due to unavailability of the ghostscript package on Anaconda. The code should be removed after we submit a recipe for it to conda-forge. With this release, the user doesn't need to ensure that the Ghostscript executable is available on the PATH variable. - ๐ #240 Add support to analyze only certain page regions to look for tables. #243 by Vinayak Mehta.