* Fixed 487: compatibility with python3.8 in `petl.timings.clock()`. * Added [json lines](https://jsonlines.org) support in #521 * Added testing `petl` with python3.8 in CI. 517 also prepares for testing with python3.9.
1.6.5
Not secure
Changes
* Fixed 514: `fromxlsx()` with `read_only=True` crashes.
1.6.4
Not secure
Changes
* Fixed exception when writing to S3 with ``fsspec`` ``auto_mkdir=True`` on 512.
1.6.3
Not secure
Changes
* Allowed reading and writing Excel files in remote sources. On 506. * Allow `toxlsx()` to add or replace a worksheet. On 502. * Improved avro: improve message on schema or data mismatch. On 507. * Fixed build for failed test case on 508
1.6.2
Not secure
Changes
* Fixed boolean type detection in `toavro()`. (:issue:`504`). * Fixed another unavoidable warning if [fsspec](https://filesystem-spec.readthedocs.io/en/latest/) is installed but some optional package is not installed. (:issue:`503`).
1.6.1
Not secure
Changes
- Fixed: unavoidable `warning` downgraded to `debug`. (500) - Feature: added `extra_requires` and documentation on [Installation dependencies](https://petl.readthedocs.io/en/stable/intro.html#dependencies-and-extensions). (501)