geocoder v1.32.1 Release Notes
Release Date: 2017-09-16 // over 5 years ago-
๐ See on Pypi - PR #289 & PR #293 - (coverage 86%)
- โ added coverage badge on README
- ๐ improved test coverage calling debug in majority of providers
- ๐ fixed debug() function to be compatible with python 2.7
- ๐ fixed all providers parsing on geocode method: no errors if some fields are not found in the JSON
- restaured backward compatibility: no errors when trying to access data on a result which is not OK
Previous changes from v1.32.0
-
๐ See on Pypi - PR #288 - (coverage 83%)
- โ added pretty 'header' in README.md
- โ added Changelog (this file)
- ๐จ refactored canadapost, moving key getter in keys.py
- ๐จ refactored mapzen
- ๐จ refactored ottawa
- ๐จ refactored tomtom
- ๐จ refactored yandex
- ๐จ refactored tgos
- ๐จ refactored opencage
- ๐จ refactored maxmind
- ๐จ refactored komoot
- ๐จ refactored yahoo
- ๐จ refactored baidu
- ๐จ refactored gaode
- fixed
base.py: MultipleResultsQuery._catch_errors
which was not returning errors most of the time - ๐ fixed issue #207: tomtom, making use of new API