Skip to content

Releases: petl-developers/petl

v1.7.15

12 Mar 21:28
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.7.7

03 Feb 02:15
Compare
Choose a tag to compare

Maintainability

  • Creating this release to sync package repositories PyPI and Conda-Forge
  • No functional changes in petl library
  • Added new PR template on #594

v1.7.6

02 Feb 06:25
Compare
Choose a tag to compare

Fixes

  • #579 - convertall does not work when table header has non-string elements
  • #578 - petl todataframe() multiply run lambda function in addfield
  • #552 - Aggregate is broken when supplying single key in an array

Maintainability

  • #584 - Migrated to pytest
  • #591 - Testing python 3.10 on Github Actions
  • #585 - codacity: upgrade to latest/main github action version
  • #593 - cd: publish releases to PyPI with GA