Releases: geopandas/contextily
v1.6.2
What's Changed
- BUG: do not change the aspect of the axis by @martinfleis in #253
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- TST: remove callable test by @martinfleis in #240
- TST: update expected value by @martinfleis in #242
- TST: update expected due to change in tiles by @martinfleis in #243
- BUG: replace os.wait with time.sleep by @martinfleis in #245
- improve stability of ctx.add_basemap() by @veenstrajelmer in #248
- TST: make testing more stable by @martinfleis in #249
New Contributors
- @veenstrajelmer made their first contribution in #248
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- CI/DEPS: update CI, require Py3.9 by @martinfleis in #237
- Ignore rmtree errors for serverless environments by @eighteyes in #238
New Contributors
- @eighteyes made their first contribution in #238
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- expand retryer to include image reading by @martinfleis in #236
Full Changelog: v1.5.1...v1.5.2
v1.5.1
Minor patch release aimed at fixing the documentation rendering.
Version 1.5.0: Zoom in, zoom out
What's Changed
- Fix inconsistency in import alias by @maxdswain in #230
- Adds
zoom_adjust
toadd_basemap
by @tristannew in #228
New Contributors
- @maxdswain made their first contribution in #230
- @tristannew made their first contribution in #228
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0: New default
Contextily now uses OpenStreetMap Humanitarian as the default tiles due to Stamen moving under Stadia and requiring an API key.
What's Changed
- Fix bug in auto computation of zoom levels by @jelson in #214
- Added support for parallel tile downloads and control of cache by @JacobJeppesen in #217
- Bump actions/checkout from 3 to 4 by @dependabot in #219
- Use OpenStreetMap.HOT as default tiles by @martinfleis in #221
- MAINT: update infrastructure by @martinfleis in #222
New Contributors
- @jelson made their first contribution in #214
- @JacobJeppesen made their first contribution in #217
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0: query like it's text
This is a minor release adding more flexible querying of tile services, to bring it on par and in line with the API in GeoDataFrame.explore
(added in #208 , thanks @martinfleis!!!). In addition, a few updates and bug fixes are also included.
Version 1.2.0: XYZ-serves-it
This is a minor release that does not add any new user functionality but switches the backend of tile providers from the original built-in one to that provided by XYZservices
. In addition, the following changes and fixes are included:
- More documentation for the
Place
API (#180, thanks to @chrstnbwnkl ) - Update docs website to render it fully functional (#175, thanks to @jorisvandenbossche )
- Update of tests to accommodate changes in Stament tiles
Version 1.1.0: transparent but for the letters
This is a release adds functionality for overlay tiles that have transparency (e.g. to add labels only) and includes a few bug fixes along the way.
New functionality:
- Map tile overlays (#114): see new section added to documentation for the feature. This feature was contributed by @jpn-- (thanks!)
Bug fixes:
- Documentation website bug fixed so side bar navigation is visible #168