Releases: geojupyter/jupyter-xarray-tiler
Releases · geojupyter/jupyter-xarray-tiler
0.2.0 - API simplification (breaking)
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
0.1.0 - No more error spam!
What's Changed
Bugs
- Add TiTiler exception handlers by @mfisher87 in #14
Maintenance
- Switch from titiler metapackage to component packages by @mfisher87 in #13
Docs
- Add high level diagram to docs by @mfisher87 in #12
Full Changelog: 0.0.1...0.1.0
0.0.1 - Initial release
What's Changed
Full Changelog: https://github.com/geojupyter/jupyter-xarray-tiler/commits/0.0.1