- version update to 2.2.0
New Features
~~~~~~~~~~~
- :class:`.OpenCage`: added ``annotations`` param.
Contributed by mtmail. (:issue:`464`)
- :class:`.Photon`: added ``bbox`` param.
Contributed by Holger Bruch. (:issue:`472`)
- New geocoder: :class:`.Geocodio`.
Contributed by Jon Duckworth. (:issue:`468`)
- New geocoder: :class:`.HereV7`.
Contributed by Pratheek Rebala. (:issue:`433`)
- New geocoder: :class:`.What3WordsV3`.
Contributed by Saïd Tezel. (:issue:`444`)
- New error class: :class:`.exc.GeocoderRateLimited`. This error extends
:class:`.exc.GeocoderQuotaExceeded` and is now raised instead of it
for HTTP 422 error code. (:issue:`479`)
- :class:`.AdapterHTTPError`: added ``headers`` attribute. (:issue:`479`)
Breaking Changes
~~~~~~~~~~~~~~~
- Removed GeocodeFarm class: the service is very unstable. (:issue:`445`)
Deprecations
~~~~~~~~~~~
- :class:`.GoogleV3` has been moved from ``geopy.geocoders.googlev3`` module
to ``geopy.geocoders.google``. The old module is still present for
backwards compatibility, but it will be removed in geopy 3. (:issue:`483`)
Bugfixes
~~~~~~~
- :class:`.OpenCage`: improved error handling by using the default errors map
(e.g. to raise :class:`.exc.GeocoderQuotaExceeded` instead of
OBS-URL: https://build.opensuse.org/request/show/963687
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopy?expand=0&rev=8
- Update to 2.1.0 version
+ New Features
- Add support for leading plus sign in the .Point constructor.
- Contributed by Azimjon Pulatov. (#448)
+ Breaking Changes
- .GoogleV3: change missing api_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 empty reverse result. (#455)
+ Docs Improvements
- Add Python 3.9 to the list of supported versions.
- .Bing: change postalcode to postalCode.
Contributed by zhongjun-ma. (#424)
- .Nominatim: better describe what is returned in addressdetails.
Contributed by Mateusz Konieczny. (#429)
- .Nominatim: better describe viewbox param behavior.
Contributed by Hannes. (#454)
- .Yandex: remove attention block about requiring an API key.
- Update to 2.0.0 version
geopy 2.0 is a major release with lots of cleanup and inner refactorings.
The public interface of the library is mostly the same, and the set
of supported geocoders didn't change.
If you have checked your code on the latest 1.x release with enabled
warnings (i.e. with -Wd key of the python command) and fixed
all of them, then it should be safe to upgrade.
see all changes at https://github.com/geopy/geopy/releases/tag/2.0.0
- Changes from previous version
1.23.0 https://github.com/geopy/geopy/releases/tag/1.23.0
1.22.0 https://github.com/geopy/geopy/releases/tag/1.22.0
1.21.0 https://github.com/geopy/geopy/releases/tag/1.21.0
1.20.0 https://github.com/geopy/geopy/releases/tag/1.20.0
1.19.0 https://github.com/geopy/geopy/releases/tag/1.19.0
- Packaging changes dropped support for Python 2.7 and 3.4. as version
2.x has remove it.
OBS-URL: https://build.opensuse.org/request/show/859149
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopy?expand=0&rev=6