|
| 1 | +4.5.0 |
| 2 | + * allow building Nominatim as a pip package |
| 3 | + * make osm2pgsql building optional |
| 4 | + * switch importer to psycopg3 |
| 5 | + * allow output format of web search to be customized in self-installations |
| 6 | + * look up potential postcode areas for postcode results |
| 7 | + * add word usage statistics for address terms |
| 8 | + * implement more light-weight CSV format for wiki importance tables |
| 9 | + * rewrite SQL for place search to use window functions |
| 10 | + * increase search radius when filtering by postcode |
| 11 | + * prefer POI points over POI areas |
| 12 | + * reintroduce full terms for address terms in search_name table |
| 13 | + * reindex postcodes when their parent is deleted |
| 14 | + * indexing: precompute counts of affected rows |
| 15 | + * ensure consistent country assignments for overlapping countries |
| 16 | + * make Nominatim[Async]API context manager to ensure proper calling of |
| 17 | + close() |
| 18 | + * make usage of project dir optional for library |
| 19 | + * drop interpolations when no parent can be found |
| 20 | + * style tweaks to reflect OSM usage (man_made, highway and others) |
| 21 | + * deprecation of: bundled osm2pgsql, legacy tokenizer, PHP frontend |
| 22 | + * make documentation buildable without CMake |
| 23 | + * various fixes and improvements to documentation |
| 24 | + |
| 25 | +4.4.1 |
| 26 | + * fix geocodejson output: admin level output should only print boundaries |
| 27 | + * updating: restrict invalidation of child objects on large street features |
| 28 | + * restrict valid interpolation house numbers to 0-999999 |
| 29 | + * fix import error when SQLAlchemy 1.4 and psycopg3 are installed |
| 30 | + * various typo fixes in the documentation |
| 31 | + |
1 | 32 | 4.4.0
|
2 | 33 | * add export to SQLite database and SQLite support for the frontend
|
3 | 34 | * switch to Python frontend as the default frontend
|
|
8 | 39 | * fix regression in search with categories where it was confused with near
|
9 | 40 | search
|
10 | 41 | * partially roll back use of SQLAlchemy lambda statements due to bugs
|
11 |
| - in SQLAchemy |
| 42 | + in SQLAlchemy |
12 | 43 | * fix handling of timezones for timestamps from the database
|
13 | 44 | * fix handling of full address searches in connection with a viewbox
|
14 | 45 | * fix postcode computation of highway areas
|
|
0 commit comments