Skip to content

Version 0.4.0

Latest
Compare
Choose a tag to compare
@rth rth released this 13 Dec 23:38
· 13 commits to main since this release
  • The minimum supported Python version is updated to Python 3.8
    #65

  • Fix error in latitude grouping when creating a unique postcode index.
    With this fix Nominatim(.., unique=True) correctly computes the average
    latitude for each postcode (if multiple localities share the same postcode),
    instead of taking the first latitude value.
    #62

  • The default folder to store downloaded data is changed to ~/.cache/pgeocode/.
    This default can still be changed by setting the PGEOCODE_DATA_DIR environment variable.
    #51

  • Implemented Nominatim.query_location to query place names with text search
    Fuzzy search is supported if an optional extra dependency thefuzz is installed.
    #59

  • Add more countries that are now supported by GeoNames including: AZ (Azerbaijan), CL (Chile), CY (Cyprus), EE (Estonia), FM (Federated States of Micronesia), HT (Haiti), KR (Republic of Korea), MW (Malawi), PE (Peru), PW (Palau), RS (Serbia), SG (Singapore)
    #66