Releases: t-sagara/jageocoder
Releases · t-sagara/jageocoder
Stable version v1.0.2
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
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
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
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
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
- Change license type from CC-BY SA to MIT.
- Support Windows
- Support Python 3.6.x and 3.9.x