From CHANGELOG.md:
Fixed
- Fix regression (introduced in
0.5.26
/b1849f4) in closing files opened byPDF.open
- Reinstate access to higher-level layout objects (such as
textboxhorizontal
) whenlaparams
is passed topdfplumber.open(...)
. Had been removed in0.5.24
via 1f87898. (#359 + #364)
Development Changes
- Add a
python setup.py build sdist
test to main GitHub action. (#365)