geopy v1.21.0 Release Notes

Release Date: 2020-02-02 // about 4 years ago

    βž• ADDED: HERE geocoder now supports the new API KEY authentication
    πŸ—„ method. The old one is marked as deprecated and now issues a warning.
    Contributed by deeplook. (#388)

    βž• ADDED: Nominatim-based geocoders: featuretype parameter
    has been added to the geocode method.
    Contributed by Sergio MartΓ­n Morillas. (#365)

    βž• ADDED: Nominatim-based geocoders: namedetails parameter
    has been added to the geocode method.
    Contributed by enrique a. (#368)

    βž• ADDED: Pelias: language parameter has been added
    to the geocode and reverse methods.
    Contributed by Armin Leuprecht. (#378)

    πŸ”„ CHANGED: Yandex geocoder started to require API key for all requests
    ⚠ since September 2019, so a warning asking to specify a key has been
    βž• added which is issued when API key is missing.

    πŸ”„ CHANGED (packaging): sdist now contains tests.

    πŸ›  FIXED: Updated link to TomTom Search API documentation.
    Contributed by Przemek Malolepszy. (#362)

    πŸ›  FIXED: Occasional KeyError('city') in Geolake.
    Contributed by Dmitrii K. (#373)