New Features
- Add support for leading plus sign in the
.Point
constructor.
Contributed by Azimjon Pulatov. (#448)
Breaking Changes
.GoogleV3
: change missingapi_key
warning to an error. (#450)
Bugfixes
- Fixed an undocumented breaking change in geopy 2.0.0, where
the.Distance
class has become abstract, thus it could
no longer be used for unit conversions. (#435) .Photon
incorrectly treated 0.0 coordinate as an empty response.
Contributed by Mateusz Konieczny. (#439).Nominatim
: fix TypeError on emptyreverse
result. (#455)
Docs Improvements
- Add Python 3.9 to the list of supported versions.
.Bing
: changepostalcode
topostalCode
.
Contributed by zhongjun-ma. (#424).Nominatim
: better describe what is returned in addressdetails.
Contributed by Mateusz Konieczny. (#429).Nominatim
: better describeviewbox
param behavior.
Contributed by Hannes. (#454).Yandex
: remove attention block about requiring an API key.