geocoder v1.32.1 Release Notes

Release Date: 2017-09-16 // over 6 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