v0.0.129
· One min read
What's Changed
- updated pypdf by @shouryashashank in https://github.com/Predacons/predacons/pull/48
Full Changelog: https://github.com/Predacons/predacons/compare/v0.0.128...v0.0.129
Walkthrough
The pull request updates the PDF handling across the project by replacing the old PyPDF2
library with pypdf
. This change is reflected in the import statement in the data loading module, the dependency specifications in both requirements.txt
and setup.py
, and the version constraints therein. Additionally, the Predacons version number has been incremented in both the printed rollout message and the package metadata.
Changes
Files | Change Summary |
---|---|
app/.../load_data.py, requirements.txt, setup.py | PDF library transitioned from PyPDF2 to pypdf with updated dependency constraints (requirements: >= 3.9.0 ; setup: >= 5.3.0 ). |
app/.../predacons.py, setup.py | Version update: Incremented from 0.0.128 to 0.0.129 indicated in the rollout print message and package metadata. |
Github Release Page: https://github.com/Predacons/predacons/releases/tag/v0.0.129