- The mixed-type list of backends
dframeio.backends
was removed in favor of two listsdframeio.read_backends
dframeio.write_backends
. This is better suitable for the use case of backend discovery.
- PostgresBackend.read_to_dict() had an indentation error which made the function return a variable which was already out-of-scope.
- Support for PostgreSQL
- Less strict version pinning for dependencies
- Package is installable without pyarrow now
- Parquet file reading and writing with all features
- drameio.filter module for row filters in SQL syntax
- Working draft of parquet file reading and writing
- First release on PyPI.