-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGES
More file actions
36 lines (26 loc) · 869 Bytes
/
CHANGES
File metadata and controls
36 lines (26 loc) · 869 Bytes
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
Version 1.1.1
-------------
- Bump openpyxl to 3.0.2, adapt a call to cell type for stringification
- Bump xlrd to xlrd2 1.3.4 to be sane with recent python versions
Version 1.1.0
-------------
- Bump and fix for OpenPyXL 2.4 API changes
- Add more supported XML file formats
- Introduce some basic unittests
- Cleanup file handle on object destruction
- restore python 2.7 compatibility
Version 1.0.3
-------------
- An older version sneaked in that did not use six module properly, fixed now
- Provide force_type to OffsetTableReader
- Option to explicitely close filehandles by calling close()
Version 1.0.2
-------------
- Pass delimiter and quotechar to unicode reader for customization
- Make _csv module Py 3.4 compatible
Version 1.0.1
-------------
- Fix broken import and use six for generator syntax
Version 1.0.0
-------------
First public release.