geopy v1.19.0 Release Notes

Release Date: 2019-03-26 // about 5 years ago

    โž• ADDED: GoogleV3: place_id arg has been added to
    the geocode method. Contributed by Mesut ร–ncel. (#348)

    โž• ADDED: Geolake, GeoNames, MapBox, OpenCage, OpenMapQuest,
    Nominatim and PickPoint geocoders now also accept Python lists
    of countries instead of just a single string. (#349)

    ๐Ÿ”„ CHANGED: geocode-specific args have been moved to geocode methods
    from __init__, and the corresponding __init__ args has been
    ๐Ÿ—„ deprecated. The affected geocoders are: GeocodeEarth, GeoNames,
    OpenMapQuest, Nominatim, Pelias, PickPoint,
    LiveAddress. (#350)

    ๐Ÿ›  FIXED: OpenCage's country arg was not respected.
    Contributed by Sebastian Illing. (#342)

    ๐Ÿ›  FIXED: GoogleV3 has erroneously been issuing a warning about
    a missing api key when using premier.
    Contributed by Mike Hansen. (#345)