Skip to content

Releases: t-sagara/jageocoder

Stable version v1.0.2

20 Dec 00:44
Compare
Choose a tag to compare

Fixed a bug in which the name of an address element ending with "町" was confused with an other element with the same name which does not end with "町". (ex. 水橋開発町 and 水橋開発 in 富山市)

This is the stable version of v1.0.x.

Bug fix release

15 Dec 09:39
baf5ad9
Compare
Choose a tag to compare

v1.0.1

Fixed a problem where omitting aza-name would cause some addresses to be interpreted incorrectly.

  • Added 'How to use' section to the README
  • Added a sample web demo-app with Flask

There is no need to upgrade the dictionary in this version.

First official version

10 Dec 09:24
Compare
Choose a tag to compare

v1.0.0

  • Improved the analysis process for difficult-to-analyze addresses in rural areas
  • Improves speed performance by truncating unnecessary candidates when finding the best solution
  • Added support for the Geolonia address database
  • Added variant characters

Please follow the steps below to reinstall the latest dictionary.

$ python -m jageocoder install-dictionary

Support unusual address notations

19 Nov 03:46
Compare
Choose a tag to compare

v0.3.0

Added support for address notation that could not be converted correctly.

The logic has been changed, so if you use the old dictionary as is, it may not convert correctly.
Please follow the steps below to reinstall the latest dictionary.

$ python -m jageocoder install-dictionary

Bug fix release

06 Aug 04:49
1506798
Compare
Choose a tag to compare

This is a bug fix release of v0.2.0.

  • Added characters to be processed as hyphen characters.
  • Renamed 'tree' to '_tree' because it was ambiguous with the submodule and the object name.
  • Install 'marisa-trie' instead of 'marisa-trie-m' since maintenance has been resumed
  • Fixed other bugs.

Version 0.2.0

29 Jul 02:34
3c0749a
Compare
Choose a tag to compare
  • Change license type from CC-BY SA to MIT.
  • Support Windows
  • Support Python 3.6.x and 3.9.x