forked from jcushman/pdfquery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
39 lines (31 loc) · 1.38 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
v0.5.0, 2021-05-03 --
0.5.2 (unreleased)
- Nothing changed yet.
0.5.1 (2023-10-20)
- Make pdfquery compatible with Python 3.9 and 3.11
0.5.0 (2021-05-04)
- #67 Fix range() page numbers for Python3 & prevent long cache file names
- Remove references to old version of PDFMiner
- Fixed an isort issue
- Update (un)supported Python versions
- Improve performance on large pdfs
- Remove reference to deprecated easy_install
- Fix two broken testcases
v0.4.3, 2016-03-27 -- Add laparams parameter to __init__.
v0.4.2, 2016-02-07 -- Annotations bugfix.
v0.4.1, 2015-12-21 -- Annotations bugfix.
v0.4.0, 2015-12-21 --
- Python 3 support.
- Some changes to attribute formatting.
- Fix handling of invalid XML characters.
v0.3.1, 2015-07-22 -- Annotations bugfix.
v0.3.0, 2015-06-26 -- Include PDF annotations in xml structure.
v0.2.7, 2014-09-22 -- Better Unicode text handling.
v0.2.6, 2014-07-05 -- Yet more doc info handling.
v0.2.5, 2014-06-29 -- Add Python 2.6 support; improve doc info handling.
v0.2.4, 2014-05-29 -- Fix unicode and page number bugs.
v0.2.3, 2014-05-15 -- Fix compatibility with new pdfminer.
v0.2.2, 2013-12-04 -- Disable cache by default.
v0.2.1, 2013-11-30 -- Fix compatibility with new pdfminer.
v0.2.0, 2013-11-03 -- Bug fixes, compatibility with lxml 3.0, caching.
v0.1.0, 2012-04-13 -- Initial release.