File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 2.0.0 (11 December 2020)
5+ ------------------------
6+
7+ - Remove support for anything other than ``.xls `` files.
8+ - Remove support for ``psyco ``.
9+ - Change the default encoding used when no ``CODEPAGE `` record can be found
10+ from ``ascii `` to ``iso-8859-1 ``.
11+ - Add support for iterating over :class: `~xlrd.book.Book ` objects.
12+ - Add support for item access from :class: `~xlrd.book.Book ` objects,
13+ where integer indices and string sheet names are supported.
14+ - Non-unicode spaces are now stripped from the "last author" information.
15+ - Workbook corruption errors can now be ignored using the
16+ ``ignore_workbook_corruption `` option to :class: `~xlrd.open_workbook `.
17+ - Handle ``WRITEACCESS `` records with invalid trailing characters.
18+ - Officially support Python 3.8 and 3.9.
19+
20+ Thanks to the following for their contributions to this release:
21+
22+ - Jon Dufresne
23+ - Tore Lundqvist
24+ - nayyarv
25+ - Michael Davis
26+ - skonik
27+
4281.2.0 (15 December 2018)
529------------------------
630
Original file line number Diff line number Diff line change 1- __version__ = __VERSION__ = "1.2 .0"
1+ __version__ = __VERSION__ = "2.0 .0"
You can’t perform that action at this time.
0 commit comments