* Improvements * Add example configuration file for Recommender (MinHash with unlearner) (1077) * Add example configuration file for Recommender and Anomaly (inverted_index_euclid) (1079)
0.8.6
--------------------------
* Improvements * Support morpheme n-gram in mecab plugin (1054, 1070)
* Bug fixes * Fix typos in exception and log messages (1068, 1069)
0.8.5
--------------------------
* Improvements * improve client tests to work on Python 3 (1043, 1063) * improve build script (1064) * recommender: fix typo of calc_similarity function name (1065) * recommender: add example config for LSH with unlearner (1066) * update man pages (1067)
* Improvements * Add Dockerfile (904) * Support add aggregator in jenerator (1022, 1040) * Migrate ux-trie packaging from Google Code to GitHub (1037)
* Bug fixes * Fix proxies incorrectly create negative cache (1035, 1036) * Fix save RPC creating empty file when empty ID is given (1038, 1039) * clustering: fix ID conflict in distributed mode (1041) * Fix C++ client test conditions (1019, 1034)