File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# History
22
3- ## Unreleased
3+ ## 0.14.0 (2019-10-19)
44
5+ ### Deprecations
6+
7+ - The 0.14.x series will be the last to support Python 2
8+
9+ ### Breaking changes
10+
11+ - Dropped Python 3.4 support
12+
13+ ### Improvements
14+
15+ - Added Python 3.7 and 3.8 support
516- The project is now maintained by the Jazzband team, https://jazzband.co
6- - Fixed ` DataBook().load ` parameter ordering (first stream, then format).
7- - Fixed a regression for xlsx exports where non-string values were forced to
8- strings (#314 ).
9- - Fixed xlsx format detection (which was often detected as ` xls ` format).
1017- Improved format autodetection and added autodetection for the odf format.
1118- Added search to all documentation pages
1219- Open xlsx workbooks in read-only mode (#316 )
1320- Unpin requirements
1421- Only install backports.csv on Python 2
15- - Added Python 3.7 support
16- - Dropped Python 3.4 support
22+
23+ ### Bugfixes
24+
25+ - Fixed ` DataBook().load ` parameter ordering (first stream, then format).
26+ - Fixed a regression for xlsx exports where non-string values were forced to
27+ strings (#314 )
28+ - Fixed xlsx format detection (which was often detected as ` xls ` format)
1729
1830## 0.13.0 (2019-03-08)
1931
You can’t perform that action at this time.
0 commit comments