Camelot v0.10.1 Release Notes
Release Date: 2021-07-11 // over 1 year ago-
- ๐ Change extra requirements from
cv
tobase
. You can usepip install "camelot-py[base]"
to install everything required to run camelot.
- ๐ Change extra requirements from
Previous changes from v0.9.0
-
๐ 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.