------------------
Bug fixes:
- Boundless reads of datasets without a coordinate reference system have been
fixed (1448).
- A y-directional error in disjoint_bounds (1459) has been fixed.
- Prevent geometries from being thrown near projection singularities (1446).
- Missing --aws-no-sign-requests and --aws-requester-pays options added to
the main rio command (1460).
- Add missing bilinear, cubic spline, lanczos resampling modes for overviews
(1457).
- Raise ValueError if get_writer_for_driver() is called without a driver
name.
- Windows are now frozen so that they are hashable (1452).
Refactoring:
- Use of InMemoryRaster eliminates redundant code in the _warp module (1427,
816).
- Generalize sessions to support cloud providers other than AWS (1429).