]> git.openstreetmap.org Git - nominatim.git/history - nominatim
CI: remove installation of pip on Ubuntu 20
[nominatim.git] / nominatim /
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
2022-05-12 Sarah HoffmannMerge pull request #2710 from lonvia/offline-import...
2022-05-11 Sarah HoffmannMerge pull request #2709 from lonvia/less-strict-countr...
2022-05-11 Sarah Hoffmannadd offline import mode
2022-05-11 Sarah HoffmannMerge pull request #2708 from lonvia/use-format-literals
2022-05-11 Sarah Hoffmannfix spacing
2022-05-11 Sarah Hoffmannpylint: disable no-self-use check
2022-05-11 Sarah Hoffmannsolve assorted issue with newer pylint versions
2022-05-11 Sarah Hoffmannuse context management when processing Tiger data
2022-05-11 Sarah Hoffmannremove redundant 'u' prefixes for unicode strings
2022-05-11 Sarah Hoffmannpylint: avoid explicit use of format() function
2022-05-11 Sarah Hoffmannadd a function to return a formatted version
2022-05-11 Sarah HoffmannMerge pull request #2707 from lonvia/make-icu-tokenizer...
2022-05-10 Sarah Hoffmannalways state encoding when opening files in text mode
2022-05-10 Sarah HoffmannMerge pull request #2702 from lonvia/move-country-names...
2022-05-10 Sarah HoffmannMerge pull request #2695 from mtmail/git-commit-hash...
2022-05-09 Marc Tobiasadd git commit hash to --version output
2022-05-09 Sarah Hoffmannsupport arbitrary prefixes in country name list
2022-05-05 Sarah HoffmannMerge pull request #2696 from mtmail/norminatyn-typos
2022-05-04 Marc Tobiasfix typos of name Nominatim
2022-05-04 Sarah HoffmannMerge pull request #2693 from mtmail/nominatim-cli...
2022-05-03 Marc Tobiasnew nominatim --version CLI argument
2022-05-02 Sarah HoffmannMerge pull request #2681 from lonvia/improve-geocodejson
2022-05-02 Sarah HoffmannMerge pull request #2687 from lonvia/check-for-wikipedia
next