Releases: petl-developers/petl
Releases · petl-developers/petl
v1.7.15
v1.7.14
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
What's Changed
Enhancements
Fixes
- Gh actions upgrade by @juarezr in #639
- ci: upgrade codeql to v2 by @juarezr in #640
- ci: workaround for actions/setup-python#672 by @juarezr in #649
- ci: fix build as sqlalchemy is not supported yet by @juarezr in #650
New Contributors
Full Changelog: v1.7.12...v1.7.13
v1.7.12
What's Changed
- Add reference to Tablib by @harkabeeparolus in #629
- Add Support for JSONL Writer by @mzaeemz in #630
- Add python3.11 for the build and testing by @juarezr in #635
- Fix #632: calling functions to*() should output by default to stdout by @juarezr in #634
New Contributors
- @harkabeeparolus made their first contribution in #629
- @mzaeemz made their first contribution in #630
Full Changelog: v1.7.11...v1.7.12
v1.7.11
v1.7.10
v1.7.9
v1.7.8
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