geopy v1.22.0 Release Notes
Release Date: 2020-05-11 // over 4 years ago-
➕ ADDED:
AlgoliaPlaces
geocoder.
Contributed by Álvaro Mondéjar. (#405)➕ ADDED:
BaiduV3
geocoder. (#394)➕ ADDED:
MapQuest
geocoder.
Contributed by Pratheek Rebala. (#399)➕ ADDED:
MapTiler
geocoder.
Contributed by chilfing. (#397)➕ ADDED:
Nominatim
-based geocoders:zoom
parameter
has been added to thereverse
method.
Contributed by David Mueller. (#406)➕ ADDED:
GoogleV3
added support for lists incomponents
param
which allows to specify multiple components with the same name.
Contributed by Pratheek Rebala. (#409)📚 CHANGED: Updated links to Nominatim documentation.
Contributed by Sarah Hoffmann. (#403)🔄 CHANGED:
Yandex
now issues a deprecation warning whenlang
parameter is specified in__init__
.lang
should be passed
togeocode
andreverse
instead. (#350)🔄 CHANGED:
format_string
param has been marked as deprecated
🚚 in all geocoders and will be removed in geopy 2.0.
👀 See the newSpecifying Parameters Once
doc section for alternatives.🛠 FIXED:
IGNFrance
incorrectly processed empty results:geocode
has been raising anIndexError
,reverse
was returning an empty
list. Now they both returnNone
. (#244)🛠 FIXED:
TomTom
geocoder has been raisingGeocoderInsufficientPrivileges
👻 exception for rate limiting errors instead ofGeocoderQuotaExceeded
.