Skip to content

Commit

Permalink
Add changelog for 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Jun 21, 2020
1 parent cd3fbaf commit 4e929f0
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/changelog_1xx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

Changelog
=========

1.23.0
------
2020-TBD

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 as `specify_your_app_name_here`.

* FIXED: `IGNFrance` ignored proxies with username + password auth. (#289)


1.22.0
------
2020-05-11
Expand Down

0 comments on commit 4e929f0

Please sign in to comment.