Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Features (ENH): - Add `outline_count` property (#1129) Bug Fixes (BUG): - Make reader.get_fields also return dropdowns with options (#1114) - Add deprecated EncodedStreamObject functions back until PyPDF2==3.0.0 (#1139) Robustness (ROB): - Cope with missing /W entry (#1136) - Cope with invalid parent xref (#1133) Documentation (DOC): - Contributors file (#1132) - Fix type in signature of PdfWriter.add_uri (#1131) Developer Experience (DEV): - Add .git-blame-ignore-revs (#1141) Code Style (STY): - Fixing typos (#1137) - Re-use code via get_outlines_property in tests (#1130) Full Changelog: 2.6.0...2.7.0
- Loading branch information
6899c74
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Python Benchmark with pytest-benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.tests/bench.py::test_merge
4.173459058231012
iter/sec (stddev: 0.0023414165503309018
)10.865024098974253
iter/sec (stddev: 0.007481799107634444
)2.60
tests/bench.py::test_text_extraction
0.09085221938711806
iter/sec (stddev: 0.08896515118510831
)0.2399999405376148
iter/sec (stddev: 0.08863718826884263
)2.64
This comment was automatically generated by workflow using github-action-benchmark.
CC: @MartinThoma