Skip to content

Tags: petl-developers/petl

Tags

v1.7.15

Toggle v1.7.15's commit message
chore(lint): fix another pesky lint

v1.7.14

Toggle v1.7.14's commit message
doc: update changes for v.7.14

v1.7.13

Toggle v1.7.13's commit message
ci: fix build as sqlalchemy is not supported yet

v1.7.12

Toggle v1.7.12's commit message
Update changelog to version 1.7.12

v1.7.11

Toggle v1.7.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix fromdicts generator support lazy (#626)

* Fix generator support in fromdicts - use file cache instead of itertools.tee
* Documentation for generator support in fromdicts
* Generator support in fromdicts - use lazy file cache
* Simplify expression for dicts yield

v1.7.10

Toggle v1.7.10's commit message
Fix fromtsv() to pass on header argument

fromtsv() is a helper that calls fromcsv() with a different dialect set. However it was not passing on the header argument.

v1.7.9

Toggle v1.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changes.rst for v1.7.9

closes #615 - Add improved support for working with Google Sheets (#404 and #405)
closes #614 - Improve test helpers testing

v1.7.8

Toggle v1.7.8's commit message
Fix iterrowslice to conform with Python 3.7 PEP 479 which transforms …

…StopIteration in generators to RuntimeError exceptions

v1.7.7

Toggle v1.7.7's commit message
badges: update CI/CD status from Github actions

v1.7.6

Toggle v1.7.6's commit message
cd: publish releases to PyPI with GA