]> git.openstreetmap.org Git - nominatim.git/history - nominatim
add types-requests dependency
[nominatim.git] / nominatim /
2022-11-19 Sarah Hoffmannrespect socket timeout also in other replication functions
2022-11-19 Sarah Hoffmannfix timeout use for replication timeout
2022-11-19 Sarah Hoffmannmypy: fix new warnings due to external type updates
2022-11-19 Sarah Hoffmannadapt to new type annotations from typeshed
2022-11-19 Sarah Hoffmannremove mypy ignore for psutil.virtual_memory()
2022-08-05 Sarah Hoffmannprepare release 4.1.0
2022-08-01 Sarah HoffmannMerge pull request #2786 from lonvia/export-centroid...
2022-07-31 Sarah Hoffmannexport centroid to tokenizer
2022-07-31 Sarah HoffmannMerge pull request #2784 from lonvia/doscs-customizing...
2022-07-31 Sarah Hoffmannfix various typos
2022-07-29 Sarah Hoffmannoverhaul the token analysis interface
2022-07-29 Sarah Hoffmannmove PlaceName into the generic data module
2022-07-29 Sarah Hoffmannharmonize spelling
2022-07-29 Sarah Hoffmannharmonize interface of token analysis module
2022-07-29 Sarah Hoffmannadd documentation for custom token analysis
2022-07-28 Sarah Hoffmannadd documentation for sanitizer interface
2022-07-28 Sarah HoffmannMerge pull request #2780 from lonvia/python-modules...
2022-07-25 Sarah Hoffmannadd support for external token analysis modules
2022-07-25 Sarah Hoffmannadd support for external sanitizer modules
2022-07-25 Sarah Hoffmannadd function for loading plugin modules
2022-07-20 Sarah HoffmannMerge pull request #2772 from kianmeng/fix-typos
2022-07-20 Kian-Meng Angdocs: fix typos
2022-07-19 Sarah HoffmannMerge pull request #2770 from lonvia/typed-python
2022-07-18 Sarah Hoffmannadd explicit cast for fetchone
2022-07-18 Sarah Hoffmannremove typing_extensions requirement
2022-07-18 Sarah Hoffmannadd type annotations for command line functions
2022-07-18 Sarah Hoffmannadd type annotations for Tiger import function
2022-07-18 Sarah Hoffmannadd type annotations to special phrase importer
2022-07-18 Sarah Hoffmannadd type annotations to database check functions
2022-07-18 Sarah Hoffmannadd type annotations for database import functions
2022-07-18 Sarah Hoffmannadd type annotations for migrations
2022-07-18 Sarah Hoffmannadd type annotations to tool functions
2022-07-18 Sarah Hoffmannadd type annotations for ICU tokenizer
2022-07-18 Sarah Hoffmannadd type annotations for legacy tokenizer
2022-07-18 Sarah Hoffmannadd type annotations to ICU tokenizer helper modules
2022-07-18 Sarah Hoffmannadd type annotations for token analysis
2022-07-18 Sarah Hoffmannadd type hints for sanitizers
2022-07-18 Sarah Hoffmannadd type annotations for indexer
2022-07-18 Sarah Hoffmannadd typing information for postcode formatter
2022-07-18 Sarah Hoffmannadd typing information for place_info and country_info
2022-07-18 Sarah Hoffmannadd typing information for utils submodule
2022-07-18 Sarah Hoffmanntype annotations for non-blocking DB connection
2022-07-18 Sarah Hoffmannadd type annotations for SQL preprocessor
2022-07-18 Sarah Hoffmannadd type annotation to DB utils
2022-07-18 Sarah Hoffmannadd typing information to DB properties
2022-07-18 Sarah Hoffmannadd typing annotations for DB status module
2022-07-18 Sarah Hoffmannadd type annotations to freeze functions
2022-07-18 Sarah Hoffmannfix uses of config.get_path() to expect None
2022-07-18 Sarah Hoffmanndefine type for enivronment dictionaries
2022-07-18 Sarah Hoffmannrestrict return type more
2022-07-18 Sarah Hoffmannadd type annotations to exec_utils
2022-07-18 Sarah Hoffmannavoid issues with Python < 3.9 and linting
2022-07-18 Sarah Hoffmannmove complex typing annotations to extra file
2022-07-18 Sarah Hoffmanntype annotations for DB utils
2022-07-18 Sarah Hoffmanntype annotations for DB connection
2022-07-18 Sarah Hoffmannadd type annotations to config module
2022-07-18 Sarah Hoffmannadd type annotations for version.py
2022-07-18 Sarah Hoffmannmypy: minimal annotations to enable a clean run
2022-07-18 Sarah HoffmannMerge pull request #2761 from lonvia/repair-index-analysis
2022-07-07 Sarah Hoffmannconvert admin --analyse-indexing to new indexing method
2022-07-07 Sarah HoffmannMerge pull request #2760 from lonvia/reorganize-data...
2022-07-07 Sarah Hoffmannremove analyze() from PlaceInfo class
2022-07-06 Sarah Hoffmannmove country_info into data submodule
2022-07-06 Sarah Hoffmannmove PlaceInfo into data submodule
2022-06-24 Sarah HoffmannMerge pull request #2757 from lonvia/filter-postcodes
2022-06-23 Sarah Hoffmannhandle postcodes properly on word table updates
2022-06-23 Sarah Hoffmannadd documentation for postcode customization
2022-06-23 Sarah Hoffmannfix linting issue
2022-06-23 Sarah Hoffmannfix up BDD tests for postcode changes
2022-06-23 Sarah Hoffmannport legacy tokenizer to new postcode handling
2022-06-23 Sarah Hoffmannfix postcode pattern for Mozambique
2022-06-23 Sarah Hoffmannfix liniting problems
2022-06-23 Sarah Hoffmanncache postcode normalization
2022-06-23 Sarah Hoffmannonly add well-formatted postcodes to location table
2022-06-23 Sarah Hoffmannmove postcode matcher in a separate file
2022-06-23 Sarah Hoffmannmove postcode centroid computation to Python
2022-06-23 Sarah Hoffmannadd class for online centroid computation
2022-06-23 Sarah Hoffmannicu: switch postcodes to using the pre-formatted one
2022-06-23 Sarah Hoffmannintroduce and use analyzer for postcodes
2022-06-23 Sarah Hoffmannpostcodes: introduce a default pattern for countries...
2022-06-23 Sarah Hoffmannpostcode: generate a generic form
2022-06-23 Sarah Hoffmannpostcodes: add support for optional spaces
2022-06-23 Sarah Hoffmannpostcodes: strip leading country codes
2022-06-23 Sarah Hoffmanninitial postcode cleaner for simple patterns
2022-06-23 Sarah Hoffmannremove postcodes from countries that don't have them
2022-06-20 Sarah HoffmannMerge pull request #2755 from Luflosi/fix-typo
2022-06-20 LuflosiFix typo
2022-06-03 Sarah HoffmannMerge pull request #2736 from lonvia/reverse-interpolat...
2022-06-02 Sarah Hoffmannchange indexing order for interpolations
2022-06-01 Sarah HoffmannMerge pull request #2735 from lonvia/geocodejson-type...
2022-06-01 Sarah Hoffmannuse getattr() instead of __getattr__
2022-05-31 Sarah HoffmannMerge pull request #2732 from lonvia/fix-ordering-addre...
2022-05-31 Sarah HoffmannMerge pull request #2731 from lonvia/cleanup-special...
2022-05-31 Sarah HoffmannMerge pull request #2730 from lonvia/exclude-inclusion-tag
2022-05-31 Sarah Hoffmannexclude addr:inclusion from search
2022-05-30 Sarah Hoffmanncustom comparison for SpecialPhrase
2022-05-30 Sarah Hoffmannmove quoting hack to wiki loader
2022-05-30 Sarah Hoffmannconvert special phrase loaders to generators
2022-05-30 Sarah Hoffmannremove the language parameter in the SPWikiLoader
2022-05-29 Sarah Hoffmannadd get_str_list() for config
next