All Versions
17
Latest Version
Avg Release Cycle
48 days
Latest Release
2551 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.32.1 Changes
September 16, 2017๐ 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
-
v1.32.0 Changes
September 11, 2017๐ 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
-
v1.31.0 Changes
September 06, 2017๐ See on Pypi - PR #286 - (coverage 73%)
- added class attribute
_KEY_MANDATORY
[default to True] - ๐จ refactored freegeoip, also changed url
- ๐จ refactored geocodefarm
- ๐จ refactored ipinfo
- ๐จ refactored geolytica
- ๐จ refactored here
- ๐จ refactored tamu
- ๐ fixed with PR #287: Allow tamu requests without zip code
- ๐ fixed issue #215: Unofficial endpoint for FreeGeoIP causes intermittent errors
- added class attribute
-
v1.30.1 Changes
August 29, 2017๐ See on Pypi
- ๐จ refactored w3w
- ๐จ refactored ipinfo
- ๐จ refactored arcgis
- ๐จ refactored osm
- ๐ fixed issue #154: Add ArcGIS Reverse geocoding
- ๐ fixed issue #279: Google client keys don't get picked up
- ๐ fixed issue #282: Accuracy is always None in 1.29.1 with Google Geocode
- ๐ fixed issue #260: updating what3words provider to use API v2
-
v1.29.1 Changes
August 22, 2017๐ See on Pypi
- โ added refactoring guide
- ๐ fixed issue #276: Opencage geocoder circular lookup for Town
-
v1.28.0 Changes
August 19, 2017๐ See on Pypi
- โ added Baidu reverse and Gaode providers (old style)
-
v1.27.0 Changes
August 14, 2017๐ See on Pypi
- โ added doc and test to proximity + BBox
-
v1.26.0 Changes
August 11, 2017๐ See on Pypi
- โ added
proximity
argument when geocoding with geonames, google, mapbox - โ added
BBox
helper class - โ added Snap
- ๐จ refactored Google
- ๐จ refactored mapquest
- ๐จ refactored mapbox
- ๐จ refactored bing
- ๐ fixed issue #272: Install with python 3.5 29 days ago
- ๐ fixed issue #270: Orderedset can't be installed without C++?
- โ added
-
v1.25.0 Changes
August 04, 2017๐ See on Pypi
- โ added documentation on Work In Progress (mutiple results)
- ๐ fixed builds, passing again
-
v1.24.1 Changes
August 02, 2017๐ See on Pypi (Coverage 54%)
- โ added coverage in make file
- ๐จ refactored base.py to add support for multiple results with geonames.