geopy v1.23.0 Release Notes
Release Date: 2020-06-27 // over 4 years ago-
๐ This is the last feature release for the 1.x series, as geopy 2.0 has been
๐ released. The 1.x series will not receive any new features or bugfixes
unless explicitly asked on the issue tracker.โ ADDED:
Units Conversion
docs section.โ ADDED: Docs now explicitly clarify that geocoding services
don't consider altitudes. (#165)โ ADDED:
Point.format_unicode
method. It was always present as
__unicode__
magic for Python 2.7, and now it can be accessed
as a public method.๐ ADDED:
geopy. __version_info__
tuple which can be used to dynamically
compare geopy version.โ ADDED: pytest
--skip-tests-requiring-internet
switch (might be useful
๐ฆ for downstream package maintainers). (#413)๐ CHANGED: Points with different altitudes now emit a warning
โ in distance computations. In geopy 2.0 the warning would become
๐ป an exception. (#387)๐ CHANGED: Improved
Point
docs: added missing public methods,
โ added more examples.๐ CHANGED:
Nominatim
started emitting warnings for a number of sample
user agents mentioned in the docs, such asspecify_your_app_name_here
.๐ FIXED:
IGNFrance
ignored proxies with username + password auth. (#289)