Skip to content

Releases: geopandas/contextily

v1.6.0

19 Mar 19:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.6.0

v1.5.2

04 Mar 14:42
afc96d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

27 Feb 22:48
Compare
Choose a tag to compare

Minor patch release aimed at fixing the documentation rendering.

Version 1.5.0: Zoom in, zoom out

29 Dec 20:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0: New default

04 Oct 10:32
Compare
Choose a tag to compare

Contextily now uses OpenStreetMap Humanitarian as the default tiles due to Stamen moving under Stadia and requiring an API key.

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0: query like it's text

06 Feb 14:06
Compare
Choose a tag to compare

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

16 Oct 15:49
6d479a6
Compare
Choose a tag to compare

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

03 Feb 21:12
Compare
Choose a tag to compare

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

Version 1.0.1

16 Oct 12:00
Compare
Choose a tag to compare

Small bug fix release:

Version 1.0: confinement gift

08 Apr 15:11
Compare
Choose a tag to compare

This is the 1.0 release, bringing a stable API to the library and a first set of basic functionality available to end users.

Besides all the changes introduced initially in the previous two release candidates (rc1 and rc2), the following features have been added:

  • Support for memory-efficient, window-based reading from local files (#86).
  • The url keyword is deprecated in favor of source (#90, #125).
  • The zoom level is now validated if the minimum and maximum zoom of the provider is known (#108).
  • Optionally set cache directory to a permanent directory with set_cache_dir (#106).

The project has also graduated from an individual account (darribas) to an organisational one, kindly hosted by the geopandas project:

https://github.com/geopandas/contextily/

This is to better reflect the broader community involved in the development of the project, as well as to increase its visibility. Issues and Pull Requests should be directed at contextily's new home.

Documentation

A new documentation site has been created and made available at:

https://contextily.readthedocs.io/en/latest/

Installation

You can install contextily through pip:

pip install contextily

Or conda:

conda install -c conda-forge contextily

Contributors

A full list of contributors to the project is available here.