summaryrefslogtreecommitdiff
path: root/HISTORY.md
Commit message (Collapse)AuthorAgeFilesLines
* Expose 'read_only' parameter for 'import_set' and 'import_book' (#483)HEADmasterdmosberger2020-12-041-0/+1
|
* Add support for Python 3.9, drop EOL 3.5 (#477)Hugo van Kemenade2020-10-301-0/+8
|
* Fixes #469 - Prevented rst crash with only-space strings (#470)Claude Paroz2020-06-151-0/+6
| | | Thanks nexone for the report.
* Set the release date for 2.0.0v2.0.0Claude Paroz2020-05-161-1/+1
|
* Fixes #465 - Allow importing 'ragged' .xlsx files (#466)Claude Paroz2020-05-161-0/+1
|
* Fixes #462 - Update xlsx import to read cell values instead of cell formulasdragonworks2020-03-111-0/+4
| | | Co-authored-by: Claude Paroz <claude@2xlibre.net>
* Refs #373 - Import dates from xls files as Python datetime objectsClaude Paroz2020-03-091-0/+1
|
* Fixes #457 - Bumped openpyxl dependency to 2.6.0 (#458)Claude Paroz2020-02-161-0/+4
|
* Fixes #453 - Reversing behavior of Row.lpush/Row.rpush (#454)Claude Paroz2020-02-131-0/+8
| | | Co-authored-by: chim <chenpan@xiaomai5.com>
* Set the 1.1.0 release datev1.1.0Claude Paroz2020-02-131-1/+1
|
* Fixes #226 - Allow importing ragged CSV files (#456)Claude Paroz2020-02-121-0/+5
|
* Document upcoming breaking change in 2.0Hugo2020-02-121-0/+9
|
* Add release date for 1.0.0v1.0.0Claude Paroz2020-01-131-1/+1
|
* Fixes #440 -Normalize stream inputs as IO streamsClaude Paroz2020-01-111-0/+3
|
* Fixes #421 - Make all dependencies optionalClaude Paroz2019-11-101-0/+2
| | | | Thanks Hugo van Kemenade for the review.
* Refs #256 - Implement class-based formatsClaude Paroz2019-11-021-0/+5
| | | | This allows to extend Tablib with new formats far more easily.
* Fixes #202 - Keep error content when importing xls filesClaude Paroz2019-10-221-0/+1
|
* Fixes #368 - Avoid crashing when exporting empty string in ReSTClaude Paroz2019-10-191-0/+4
|
* Drop python 2 supportPeyman Salehi2019-10-191-0/+6
| | | | | | | Remove support python 2 from doc, requirements.txt and config Replace unicode with str Remove dbfpy folder and rename dbfpy3 to dbfpy Remove compat file and remove python2 packages from dependency
* Add release dateHugo van Kemenade2019-10-191-1/+1
|
* Prepare for releaseHugo2019-10-181-7/+19
|
* Refs #108 - Test and improve format autodetectionClaude Paroz2019-10-041-0/+1
| | | | Autodetection was added for the odf format.
* Fixed #373 - Properly detect xlsx formatClaude Paroz2019-10-041-0/+1
|
* Fixes #314 - Delegate type coercion to openpyxlClaude Paroz2019-10-041-0/+2
| | | | Thanks Cristiano Lopes for the initial patch.
* Fixes #376 - Add missing HISTORY entriesClaude Paroz2019-10-041-0/+28
|
* Fixes #274 - Fix Databook.load() params orderingClaude Paroz2019-10-041-0/+4
|
* Converted README/HISTORY to Markdown formatHugo van Kemenade2019-10-031-0/+225