Skip to content

Releases: petl-developers/petl

v1.7.17

10 Jul 20:46

Choose a tag to compare

Whats Changed

New Contributors

Full Changelog: v1.7.16...v1.7.17

v1.7.16

04 Apr 23:54

Choose a tag to compare

Whats Changed

  • feat(CI): add python 3.13 to CI testing on github actions by @juarezr in #675
  • Upgrade Python versions supported by setup-python and runner-images on Github Actions by @juarezr in #675
  • Fix: Joining tables with uneven rows gives wrong result. by @MichalKarol in #674

New Contributors

Full Changelog: v1.7.15...v1.7.16

v1.7.15

12 Mar 21:28

Choose a tag to compare

What's Changed

  • Resolve DeprecationWarning: Seeding based on hashing by @bmos in #656
  • Chore: improve lints and vscode settings by @juarezr in #658

New Contributors

  • @bmos made their first contribution in #656

Full Changelog: v1.7.14...v1.7.15

v1.7.14

22 Aug 15:25

Choose a tag to compare

What's Changed

  • Enhancement; Fix functions to conform with PEP 479 by @augustomen in #653

Full Changelog: v1.7.13...v1.7.14

v1.7.13

16 Aug 16:06

Choose a tag to compare

What's Changed

Enhancements

  • Fix in case a custom protocol was registered in fsspec by @timheb in #647

Fixes

New Contributors

Full Changelog: v1.7.12...v1.7.13

v1.7.12

23 Nov 18:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.11...v1.7.12

v1.7.11

21 Aug 19:09
c000bb5

Choose a tag to compare

Fixes

  • #618 - Fix fromdicts() generator support to use lazy file cache instead of itertools.tee to reduce memory consumption

v1.7.10

08 Jun 00:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.9...v1.7.10

v1.7.9

25 Apr 16:21
49ef155

Choose a tag to compare

Features

  • #615 - Add improved support for working with Google Sheets (#404 and #405)

Maintainability

  • #614 - Improve test helpers testing

v1.7.8

08 Feb 23:00

Choose a tag to compare

Fixes

  • #575 - Fix iterrowslice() to conform with PEP 479
  • #392 - Fix sortheader() to not overwrite data for duplicate column names
  • #385 - Fix sorting of rows with different length

Maintainability

  • #606 - Cleanup and unclutter old and unused files in repository
  • #609 - Add tohtml with css styles test case
  • #483 - Add NotImplementedError to IterContainer's __iter__

Usability

  • #530 Add casting of headers to strings in toxlsx and appendxlsx