545 Fixed SQLAlchemy 1.4 removed the Engine.contextual_connect method 542 document how to use convert with custom function and reference row
1.7.2
Enhancements
- 541: Allow aggregation over the entire table (without a key). - 370: Allow specifying output field name for simple aggregation.
Fixes
- 536: Bumped version of package dependency on `lxml` from 4.4.0 to 4.6.2, due to security issues.
1.7.1
Not secure
Changes
- Fixing conda packaging failures. 534 - No changes in functionality.
1.7.0
Not secure
Changes
- Added `toxml()` as convenience wrapper over `totext()` on 529. - Document behavior of multi-field convert-with-row on 532. - Allow user-defined sources from fsspec for `remote I/O`. on 533.
1.6.8
Not secure
Channges
* Allow using a custom/restricted xml parser in fromxml() on 527. * Fixed the [CVE-2020-29128](https://github.com/nvn1729/advisories/blob/master/cve-2020-29128.md).
1.6.7
Not secure
Changes
* Reduced memory footprint for JSONL files, huge improvement on 523.