Sarah Hoffmann
8e5a19b392
Merge pull request #3467 from mtmail/docs-datrie
...
Documentation: typo in python package name
2024-07-08 18:44:50 +02:00
marc tobias
5d12121f6d
Github Actions: now use setup-python v4->v5
2024-07-08 17:26:36 +02:00
marc tobias
24f103dcbe
Documentation: typo in python package name
2024-07-08 16:44:09 +02:00
marc tobias
0109f167f9
Vagrant: add config for Apple Silicon
2024-07-08 15:35:01 +02:00
Sarah Hoffmann
b63633857e
Merge pull request #3463 from lonvia/sqlalchemy14-with-psycopg
...
Make sure SQLAlchemy can handle the loaded dialect
2024-07-02 18:43:28 +02:00
Sarah Hoffmann
8cb0d5b262
make sure SQLAlchemy can handle the loaded dialect
...
The psycopg dialect was only added in SQLAlchemy 2.0. To avoid loading
errors when SQLAlchemy 1.4 is installed together with psycopg3,
check that the dialect is really available.
2024-07-02 15:55:23 +02:00
Mateusz Konieczny
e51973f8b1
fix some typos
2024-07-01 15:03:57 +02:00
Sarah Hoffmann
c314a3092c
Merge pull request #3458 from lonvia/python-package
...
Add support for installation via pip
2024-07-01 15:02:01 +02:00
Sarah Hoffmann
8dafd8bcb6
add mtm as maintainer for the Python packages
2024-07-01 14:25:26 +02:00
Sarah Hoffmann
ecf4693a79
improve wording
...
as per review
2024-06-29 16:27:26 +02:00
Sarah Hoffmann
fa1c402b47
enable CI tests for Ubuntu 24
2024-06-28 11:11:59 +02:00
Sarah Hoffmann
4da4cbfe27
reduce from 3 to 2 packages
2024-06-28 09:13:22 +02:00
Sarah Hoffmann
139cea5720
update documentation for new directory layout
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
e2416f90af
installation for Ubuntu 24.04 with packages
...
Also remove Ubuntu 20.04 instructions.
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
1e88321371
switch to symlink approach for packages
...
Needed to make building work from sdist and source directory.
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
a93ec09932
adapt packaging readmes
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
9abf2c248e
update licenses and discussion links
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
ab746eebaf
export UsageError and Configuration in api directly
...
Library users should not have to deal with the core package directly.
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
3ba330c948
update CI commands for linting
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
aef1357066
adapt cmake to new directory structure
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
5d302a03a6
make use of nominatim-api in db package optional
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
3a8c5df82d
adapt bdd tests to new layout
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
44d5148e5f
fix merge issues
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
63da70685a
fix linting issues
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
2bab0ca060
port unit tests to new python package layout
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
c903559415
move API dependent functions out of args structure
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
6511821001
add packaging for the different subprojects
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
75abf237a6
add missing __init__.py
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
dc7c11a9d1
adapt plugin imports
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
44fface92a
add script for in-source execution
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
6e89310a92
split code into submodules
2024-06-26 11:52:47 +02:00
Sarah Hoffmann
0fb4fe8e4d
add Python package configuration
...
The global configuration builds one large package.
2024-06-26 11:52:47 +02:00
Markus Döring
b0067a0345
update Search.md, fix typo ( #3454 )
2024-06-24 15:24:09 +02:00
Sarah Hoffmann
4c72cdaa86
Merge pull request #3447 from lonvia/avoid-invalidating-large-features
...
Restrict invalidation of child objects on large street features
2024-06-19 15:06:23 +02:00
Sarah Hoffmann
350bb0e1cd
restrict invalidation of child objects on large street features
...
When streets become very large, it is more likely a mapping error.
So ignore such changes.
2024-06-19 14:23:29 +02:00
Sarah Hoffmann
ad95ff1d06
Merge pull request #3424 from lonvia/importance-csc-import
...
Implement a lighter format for wikipedia importance tables
2024-05-29 18:06:53 +02:00
Sarah Hoffmann
90eea6b909
adapt database test for wikipedia importance to new tables
2024-05-16 15:23:54 +02:00
Sarah Hoffmann
5b02cd22b9
add tests for new importance CSV import
2024-05-16 15:23:54 +02:00
Sarah Hoffmann
60b03d506f
add CSV format for importance import
2024-05-16 15:23:54 +02:00
Sarah Hoffmann
5c7073901e
Merge pull request #3423 from mudnug/patch-1
...
Update Output place_id documentation to match implementation
2024-05-15 11:26:01 +02:00
Matthew
b33afee468
Update Output place_id documentation to match implementation
2024-05-14 12:00:17 -06:00
Sarah Hoffmann
6a748204ff
Merge pull request #3422 from lonvia/drop-non-parented-interpolations
...
Drop address interpolations when no parent can be found
2024-05-14 16:40:28 +02:00
Sarah Hoffmann
9889c72c55
work around new pylint warnings
2024-05-14 14:50:37 +02:00
Sarah Hoffmann
01f0f453dd
drop interpolations when no parent can be found
...
A housenumber without the place it refers to is of only limited use.
2024-05-14 11:35:14 +02:00
Sarah Hoffmann
7f0d969d71
Merge pull request #3413 from osm-search/mtmail-patch-1
...
Special-Phrases.md - correct typo
2024-05-06 09:18:09 +02:00
mtmail
a47fa07558
Special-Phrases.md - correct typo
2024-05-05 22:46:21 +02:00
Sarah Hoffmann
2b3ea0abb7
Merge pull request #3411 from lonvia/fix-address-style
...
Address and street style: switch to explicit choice of highway values
2024-05-05 13:01:20 +02:00
Sarah Hoffmann
755ae0ef94
address and street style: switch to explicit choice of highway values
...
The non-street values for the highway tag are proliferating.
Switch the style to only include values explicitly choosen.
2024-05-05 11:21:48 +02:00
Sarah Hoffmann
ccb5cf155d
Merge pull request #3410 from lonvia/docs-special-phrases
...
Add documentation of the format for special phrases CSV
2024-05-05 11:14:22 +02:00
Sarah Hoffmann
7080a13c54
fix typo
2024-05-05 09:59:46 +02:00