Releases: aikikode/geotext
Releases · aikikode/geotext
v0.4.0
v0.3.0
Place objects as results. New text search rules.
Installation
pip install git+git://github.com/aikikode/[email protected]
Changelog
- Use places objects as results
- New candidate detection algorithm
- Add states database
- Add countries abbreviations
- Handle only upper-case abbreviations
- Only fuzzy search support
v0.2.0
Abbreviations, unicode support, new fuzzy rules by default
Installation
pip install git+git://github.com/aikikode/[email protected]
Changelog
- handle a set of cities abbreviations: NY, SF, LA
- handle non-ascii symbols in location names
- improved fuzzy search by default
- ability to turn off nationality matching
v0.1.1
Update locations data
Installation
pip install git+git://github.com/aikikode/[email protected]
Changelog
- update nationalities data file
v0.1.0
Initial release after the fork.
Installation
pip install git+git://github.com/aikikode/[email protected]
Changelog
Key differences from the original version:
- up-to-date geo data
- fuzzy clever text search, regardless of capitalisation and special characters
- limit cities by population
- add tests