Skip to content

Releases: aikikode/geotext

v0.4.0

16 Mar 12:04
Compare
Choose a tag to compare

Add Python3 support. Update geodata.

Installation

pip install git+git://github.com/aikikode/[email protected]

Changelog

  • Add circleci 2.0 configuration
  • Add Python3 support
  • Update geo data from the source

v0.3.0

20 Feb 20:47
Compare
Choose a tag to compare

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

08 Feb 20:09
Compare
Choose a tag to compare

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

14 Dec 13:34
Compare
Choose a tag to compare

Update locations data

Installation

pip install git+git://github.com/aikikode/[email protected]

Changelog

  • update nationalities data file

v0.1.0

06 Dec 11:54
Compare
Choose a tag to compare

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