------------------
* Added `from_sql()` constructor to read database tables or SQL results.
* Added support for `Series`, `Index`, and `MultiIndex` objects to the
existing `from_pandas()` constructor.
* Added a `Reader` class to provide consistent return values and automatic
resource-handling (for closing files, database cursors, etc.).
* Changed all constructors to return `Reader` instances.
* Fixed file-closing behavior when DBF files are not fully consumed.
* Changed `from_datatest()` to `from_squint()` to reflect new package name.
* Added Python 2 support statement to README:
> While official support for Python 2 ends on January 1, 2020, this
> project will continue to support older versions as long as the
> existing ecosystem provides the ability to run automated tests
> on those older versions.