Track the CHANGES for version 1.8.0

This commit is contained in:
lionsoul 2018-12-31 13:24:03 +08:00
parent 74b2909ea2
commit 41b9c2d763
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
### 1.8
1. 数据升级至2018/12/31的版本国外的也增加了大量的城市数据。
2. Java的binding的Searcher类增加了如下的接口和实现
```
DbSearcher(DbConfig dbConfig, string dbBinStr);
```
3. Javascript的pacakge上传到了npm。
4. 增加纯lua实现的lua binding。
5. 增加C实现的lua_c binding。
6. 优化部分binding的demo运行和使用文档。
7. 修复python binding的benchmark的部分错误。
### 1.2.4
1, 花了近两周的时间重写了数据的升级算法,再次提高准确率,升级过程如下(此处应该有掌声):