October 23, 2020
- Add support for a fallback mechanism for data sources
- Set the default fallback URL to https://symerio.github.io/postal-codes-data/ (only used when the main GeoNames server has availability issues).
- Add support for data sources in .txt format (non zipped)
- Document how to use custom data sources
February 21, 2019
- Fix
Nominatim
for AS, LT, VA countries. - Drop Python 2.7 support.
- Allow custom download locations.
December 24, 2019
- Fix download URL.
- Drop Python 2.7 support.
November 8, 2019
- Allow looking up all the locations for a postcode with the
unique=False
parameter ofNominatim
. - Fix handling of Candian postal codes
November 8, 2018
- Fix compatibility with pandas >=0.23
August 28, 2018
Initial release