github osm-search/Nominatim v3.7.1
Version 3.7.1

latest releases: v4.4.0, v4.3.2, v4.2.4...
3 years ago

This is a bug fix release that fixes compatibility issues with Python 3.5 and 3.6 and a missing index due to bad naming.

For new installations make sure to use this latest release. For existing installations an upgrade is not necessary unless you plan to reimport TIGER housenumber data. If you have installed your database with Nominatim 3.7.0, you should add the missing index using the following SQL statement:

CREATE UNIQUE INDEX idx_location_property_tiger_place_id  ON location_property_tiger_import (place_id);

Don't miss a new Nominatim release

NewReleases is sending notifications on new releases.