------------------
- fid of 0 is now allowed by the ``feature()`` function (85).
- Passing the bounds of a tile to ``tiles()`` now yields exactly that tile
only (given the correct zoom), resolving 84 and 87.
- QuadKeyError derives from ValueError again, resolving issue 98, but only
until version 2.0. A deprecation warning explaining this is raised from
quadkey_to_tile just before QuadKeyError is raised.
- Format source using black.