Commit Graph

  • e8f54811c7 Expose 'read_only' parameter for 'import_set' and 'import_book' (#483) master dmosberger 2020-12-04 01:10:02 -07:00
  • e8774043ed Substitute tuples for dicts in __getstate__/__setstate__ to speed up the pickling Nuno André 2020-11-29 22:11:46 +01:00
  • dc1729fc6f Move releases to GitHub actions. Jannis Leidel 2020-11-23 11:14:34 +01:00
  • 3dc62685f8 Reduce Travis CI testing (#479) Hugo van Kemenade 2020-11-23 12:01:10 +02:00
  • 22c88de90d Upload coverage from GHA (#480) Hugo van Kemenade 2020-11-14 23:51:05 +02:00
  • 615e308559 Docs: Add link to changelog/history (#478) Hugo van Kemenade 2020-11-12 10:30:57 +02:00
  • 8c5404591b Add support for Python 3.9, drop EOL 3.5 (#477) Hugo van Kemenade 2020-10-30 19:01:48 +02:00
  • 5fa4496f9d Suggest quotes when pip installing with optional dependencies (#474) Hugo van Kemenade 2020-08-12 16:12:57 +03:00
  • bc8438bda4 Stop using pkg_resources Ran Benita 2020-08-10 16:49:51 +03:00
  • ce79e44d14 Fixes #469 - Prevented rst crash with only-space strings (#470) Claude Paroz 2020-06-15 07:42:51 +02:00
  • 985c3d98b0 Set the release date for 2.0.0 v2.0.0 Claude Paroz 2020-05-16 14:04:19 +02:00
  • 6d097c0214 Fixes #465 - Allow importing 'ragged' .xlsx files (#466) Claude Paroz 2020-05-16 08:07:32 +02:00
  • 16b5565354 Fixes #462 - Update xlsx import to read cell values instead of cell formulas dragonworks 2020-03-11 10:05:43 +02:00
  • c25fe54b6f Refs #373 - Import dates from xls files as Python datetime objects Claude Paroz 2020-03-09 14:17:48 +01:00
  • b39aefb8d8 Fix simple typo: belonogs -> belongs (#460) Tim Gates 2020-02-21 19:26:58 +11:00
  • a442758729 Fixes #457 - Bumped openpyxl dependency to 2.6.0 (#458) Claude Paroz 2020-02-16 14:05:20 +01:00
  • 21479001a7 Fixes #453 - Reversing behavior of Row.lpush/Row.rpush (#454) Claude Paroz 2020-02-13 19:51:49 +01:00
  • f7e39c1ad5 Set the 1.1.0 release date v1.1.0 Claude Paroz 2020-02-13 18:56:15 +01:00
  • aaeb5c8360 Fixes #226 - Allow importing ragged CSV files (#456) Claude Paroz 2020-02-12 20:12:53 +01:00
  • 7a6c623cca Document upcoming breaking change in 2.0 Hugo 2020-02-12 15:44:26 +02:00
  • 0c31fcb3e4 Test on Python 3.8 Hugo 2020-02-02 12:38:22 +02:00
  • fa7fdb0443 pre-commit autoupdate Hugo 2020-02-02 12:36:55 +02:00
  • 8e19479cea Simplify config: uses the interpreter tox is installed to Hugo 2020-02-02 12:34:39 +02:00
  • 8f39ac5055 Optimize xlsx detection (#448) Claude Paroz 2020-01-26 21:02:52 +01:00
  • 8d02934c53 Fix tox config Hugo 2020-01-26 18:32:56 +02:00
  • d0963c206f Fix the missing xls dependencies message Claude Paroz 2020-01-14 17:58:32 +01:00
  • 993af5b0b4 Add release date for 1.0.0 v1.0.0 Claude Paroz 2020-01-13 19:08:47 +01:00
  • 0accb4c437 Add project_urls metadata for programmatic use Hugo van Kemenade 2020-01-11 13:43:25 +02:00
  • 0821716983 Refs #401 - Fixed some flake8 errors Claude Paroz 2020-01-11 11:35:05 +01:00
  • 660990b6b0 Fixes #440 -Normalize stream inputs as IO streams Claude Paroz 2019-11-07 22:37:49 +01:00
  • 6152d995f0 Tablib docs isn't the place to debate GPL vs MIT licensing Claude Paroz 2019-12-31 14:08:08 +01:00
  • 0ea6d706a9 Refs #293 - Ensured Dataset can be pickled/unpickled without damages Claude Paroz 2019-12-30 16:23:38 +01:00
  • 00d8ab0b37 Remove unnecessary MANIFEST.in (#439) Hugo van Kemenade 2019-12-11 11:51:21 +02:00
  • 06c2326dc0 Refactor error raising to remove duplication Hugo van Kemenade 2019-12-10 11:55:30 +02:00
  • fa30ea858d Implement feature that allows to export tabular data suited to a… (#437) Daniel Santos 2019-12-10 00:04:03 +01:00
  • 4de2e17984 README: Add more badges (#435) Hugo van Kemenade 2019-12-02 11:10:54 +02:00
  • 52b64757b7 Remove unused Pipfile (#436) Hugo van Kemenade 2019-12-02 11:10:41 +02:00
  • 5ff4a55ae6 Force default_flow_style for pyyaml safe_dump Joseph Herlant 2019-11-24 11:43:12 -08:00
  • ce7d887adc Documented csv import/export options from standard lib (#431) Claude Paroz 2019-11-14 17:08:51 +01:00
  • 57a535f577 Fix NameError: name '_get_column_widths' is not defined (#433) Hugo van Kemenade 2019-11-12 10:53:20 +02:00
  • 357a5594c5 Admonitions must have a title Claude Paroz 2019-11-11 21:25:56 +01:00
  • f61b8d8926 Fixes #422 - Allow ability to lazy-load external modules (#430) Claude Paroz 2019-11-11 20:46:28 +01:00
  • 22a193dafb No __cmp__ or cmp in Python 3 (#429) Hugo van Kemenade 2019-11-11 12:06:25 +02:00
  • b539e96697 Update testing: add docs + lint jobs; use pre-commit for linting (#426) Hugo van Kemenade 2019-11-10 21:09:18 +02:00
  • 626a062747 Fixes #421 - Make all dependencies optional Claude Paroz 2019-11-07 23:05:40 +01:00
  • 9d2f7d6999 Point README to the documentation Claude Paroz 2019-11-08 17:04:26 +01:00
  • a9d9671b7f Moved format documentation from code to docs (#420) Claude Paroz 2019-11-06 21:37:01 +01:00
  • f1046cd13e Refs #256 - Implement class-based formats Claude Paroz 2019-10-05 15:03:49 +02:00
  • d21bd10908 Revert " Implement feature new format: Cli. Generate adapter for tabulate. This close issue #340" Claude Paroz 2019-10-30 14:24:07 +01:00
  • c26159d48f Implement feature new format: Cli. Generate adapter for tabulate. This close issue #340 Daniel Santos 2019-10-30 14:13:39 +01:00
  • 34fe72305e Add missing extraline. Daniel Santos 2019-10-29 22:13:57 +01:00
  • d94420d968 Elucidate the use of filters (and, or). Daniel Santos 2019-10-29 22:08:31 +01:00
  • 51a720b21c Merge pull request #416 from xdanielsb/doc-formats Daniel Santos 2019-10-28 16:53:02 +01:00
  • 20f51d0bc1 Update doc, apply requested changes in headers flag doc. Daniel 2019-10-28 16:45:26 +01:00
  • 87d15a1529 Update doc, clarify the use and scope of the flag headers. Daniel 2019-10-27 21:00:21 +01:00
  • 08a6759520 Fixes #202 - Keep error content when importing xls files (#415) Hugo van Kemenade 2019-10-22 22:49:10 +03:00
  • 205403d377 Fixes #202 - Keep error content when importing xls files Claude Paroz 2019-10-22 20:45:21 +02:00
  • 9858539c87 Add known third parties to isort Claude Paroz 2019-10-22 14:12:45 +02:00
  • 201d8d9910 Merge pull request #412 from claudep/isort Hugo van Kemenade 2019-10-22 14:06:31 +03:00
  • fede4a4f13 Display isort errors Claude Paroz 2019-10-22 12:29:55 +02:00
  • a76933edd5 Refs #401 - Sort imports with isort Hugo 2019-10-22 11:58:42 +02:00
  • 3197e59b25 Add pyproject.toml as per PEP 518 Hugo 2019-10-22 11:50:38 +02:00
  • 1f000f2f2c Removed unused imports Claude Paroz 2019-10-19 19:55:24 +02:00
  • 7879fef65a Remove Python 2 code (#410) Hugo van Kemenade 2019-10-20 12:58:52 +03:00
  • b8bff1190e Don't omit tests from coverage https://nedbatchelder.com/blog/201908/dont_omit_tests_from_coverage.html Hugo 2019-10-20 12:34:34 +03:00
  • d77aba6210 Add more tests Hugo 2019-10-20 12:29:59 +03:00
  • bf6e5c2e78 100% Row test coverage Hugo 2019-10-19 21:55:01 +03:00
  • 088b916bab __unicode__ not used in Python 3 Hugo 2019-10-20 12:04:33 +03:00
  • e4ac50260e __getslice__ is deprecated since Python 2.0 and it is not available in Python 3 Hugo 2019-10-19 19:58:20 +03:00
  • 7347d07624 Upgrade Python syntax with pyupgrade --py3-plus Hugo 2019-10-19 19:25:34 +03:00
  • c9027b446c Drop support fo Python 2.7 Hugo 2019-10-19 18:52:39 +03:00
  • 825de0193b Test Windows, macOS and Linux on GitHub Actions (#409) Hugo van Kemenade 2019-10-19 19:20:42 +03:00
  • 78b483d39e Fixes #368 - Avoid crashing when exporting empty string in ReST Claude Paroz 2019-10-19 18:00:23 +02:00
  • 8f09789d40 [csv] Fixes #342 - Feed only 1k of content to csv.Sniffer Claude Paroz 2019-10-19 17:37:56 +02:00
  • e0e75ed43c Test Windows, macOS and Linux on GitHub Actions Hugo 2019-10-19 18:25:02 +03:00
  • bdc84255a8 Fix some linting errors Peyman Salehi 2019-10-19 16:43:21 +02:00
  • b3c7145c40 Drop python 2 support Peyman Salehi 2019-10-05 00:38:55 +03:30
  • 44f43516a5 Refs #250 - Test that commas embedded in quoted strings can be imported Claude Paroz 2019-10-19 14:59:50 +02:00
  • e0a40577fd Update docs (#406) Hugo van Kemenade 2019-10-19 16:02:55 +03:00
  • 0329eb6168 Update docs Hugo 2019-10-19 15:33:33 +03:00
  • 4c3dc847b0 Add release checklist (#403) Hugo van Kemenade 2019-10-19 15:00:14 +03:00
  • 89fbd54b00 Fix check-manifest Hugo 2019-10-19 14:55:31 +03:00
  • 067dc769dc Fix typos (#404) Hugo van Kemenade 2019-10-19 14:54:25 +03:00
  • 1726c1cf37 Add release checklist Hugo 2019-10-19 14:45:55 +03:00
  • debe77e432 Fix typos Hugo 2019-10-19 13:56:34 +03:00
  • 0e022d89e5 Merge pull request #402 from hugovk/release-prep v0.14.0 Hugo van Kemenade 2019-10-19 13:24:35 +03:00
  • a40852d1c6 Add release date Hugo van Kemenade 2019-10-19 13:11:45 +03:00
  • 9b9fb0aa8a Prepare for release Hugo 2019-10-18 23:25:50 +03:00
  • ca1aa3ad30 Add support for Python 3.8 (#399) Hugo van Kemenade 2019-10-18 22:11:19 +03:00
  • 2cfde95fe2 Fix PDF documentation generation. Jannis Leidel 2019-10-18 21:05:17 +02:00
  • 5b94682df3 Add support for Python 3.8 Hugo 2019-10-18 20:46:23 +03:00
  • f6bf14afd2 Add project release config and cleanup project setup. (#398) Jannis Leidel 2019-10-18 15:57:13 +02:00
  • f3d02aa3b0 Test with pytest and send coverage to Codecov Hugo 2019-10-05 23:31:03 +03:00
  • ca8dbcf9be Refs #108 - Test and improve format autodetection Claude Paroz 2019-10-04 23:23:43 +02:00
  • 4418535030 Refs #288 - Add string starting with '0' to xlsx round trip test Claude Paroz 2019-10-04 21:34:33 +02:00
  • 5bd896b954 Refs #304 - Test separator exporting Claude Paroz 2019-10-04 21:17:31 +02:00
  • af414b69d7 Factorized exporting in all formats in tests Claude Paroz 2019-10-04 21:13:29 +02:00
  • 91062672b5 Fixed #373 - Properly detect xlsx format Claude Paroz 2019-10-04 20:32:01 +02:00
  • 34334e72a1 Refs #314 - Add datetime to xlsx round trip test Claude Paroz 2019-10-04 19:57:04 +02:00
  • 5595bb7993 Refs #380 - Removed mention of the develop branch in docs Claude Paroz 2019-10-04 19:52:14 +02:00