What's Changed
Features
- Simplify top-level API, improve API docs by @mfisher87 in #24
- Instead exposing a singleton class used like
TiTilerServer().add_data_array(...), we expose functions used likeadd_data_array(...).
- Instead exposing a singleton class used like
Maintenance
- Remove expected failure marker for creates-routes test by @mfisher87 in #20
- Turn on strict typechecking in mypy by @mfisher87 in #23
- Disable trailing comma lint rule by @mfisher87 in #27
Docs
- Update sync command to use all groups by @benjaminszeghy in #16
- Move example notebook into
examples/directory by @mfisher87 in #15
New Contributors
- @benjaminszeghy made their first contribution in #16
Full Changelog: 0.1.0...0.2.0