Skip to content

Releases: petl-developers/petl

v1.7.5

15 Oct 03:48
Compare
Choose a tag to compare

Changes

  • Added Decimal to numeric types #573
  • Add support for ignore_workbook_corruption parameter in xls #571
  • Add support for generators in the petl.fromdicts #569
  • Add function to support fromdb, todb, appenddb via clickhouse_driver #566

Fixes

  • fromdicts header does not raise #555

Caveats

  • Publishing to PyPI, conda-forge and petl.readthedocs.org currently broken.

v1.7.4

27 Mar 03:01
3e7a8c6
Compare
Choose a tag to compare

Changes

  • Use python 3.6 instead of 2.7 for deploy on travis-ci. No python changes.
  • Skip doctest with python3.9 for now

v1.7.3

26 Mar 14:04
918361e
Compare
Choose a tag to compare

Changes

#545 Fixed SQLAlchemy 1.4 removed the Engine.contextual_connect method
#542 document how to use convert with custom function and reference row

v1.7.2

04 Feb 17:27
02480fa
Compare
Choose a tag to compare

Enhancements

  • #541: Allow aggregation over the entire table (without a key).
  • #370: Allow specifying output field name for simple aggregation.

Fixes

  • #536: Bumped version of package dependency on lxml from 4.4.0 to 4.6.2, due to security issues.

v1.7.1

29 Dec 02:39
Compare
Choose a tag to compare

Changes

  • Fixing conda packaging failures. #534
  • No changes in functionality.

v1.7.0

28 Dec 22:13
Compare
Choose a tag to compare

Changes

  • Added toxml() as convenience wrapper over totext() on #529.
  • Document behavior of multi-field convert-with-row on #532.
  • Allow user-defined sources from fsspec for remote I/O. on #533.

v1.6.8

05 Oct 23:58
Compare
Choose a tag to compare

Channges

  • Allow using a custom/restricted xml parser in fromxml() on #527.
  • Fixed the CVE-2020-29128.

v1.6.7

25 Sep 01:28
Compare
Choose a tag to compare

Changes

  • Reduced memory footprint for JSONL files, huge improvement on #523.

v1.6.6

23 Sep 16:34
Compare
Choose a tag to compare

Changes

  • Fixed #487: compatibility with python3.8 in petl.timings.clock().
  • Added json lines support in #521
  • Added testing petl with python3.8 in CI. #517 also prepares for testing with python3.9.

v1.6.5

11 Sep 23:56
Compare
Choose a tag to compare

Changes

  • Fixed #514: fromxlsx() with read_only=True crashes.