-
New Features
- Add support for Anomaly engine (#20)
- Add support for Weight engine (#19)
-
Improvements
- Add logging system (#12, #17)
- Add
get_statusAPI to Service (#15) - Add seed option to
shuffleAPI to Dataset (#14) - Revise
LoaderAPI (#13) Config.add_mecabAPI now accepts feature filters as list (#16)- Improve documentation (#11)
- Add tests (#21)
-
Bug Fixes
- Fix missing records not ignored as expected (#22)
- Fix
get_labelof Classifier service raise unexpected error when the dataset is not static (#21) - Fix
LineBasedStreamLoadernot closing file when iteration is terminated (#10) - Fix
classifer_bulk.pyexample not using config object (#18)
Last active
May 27, 2016 09:41
-
-
Save kmaehashi/55ba7498f5498df50a765b0f1df9890a to your computer and use it in GitHub Desktop.
release note candidate
-
New feature
- weight: server that returns raw results of fv_converter (#1105, #1116)
-
Improvements
- Add
default.jsonconfig files (#1117, #1120) - Add example config file for Anomaly (lof with unlearner) (#1118)
- Update manpage (#1123)
- Add
-
Bug fixes
- Fix thread safetiness issue in save/load RPC (#1113, #1115)
- Fix
dllink error on some distributions (#1121, #1122)
-
New feature
- weight: driver that returns raw results of fv_converter (#288)
-
Improvements
- nearest_neighbor: improve performance by using LRU caching (#247)
- nearest_neighbor: improve distance calculation precision in euclid_lsh (#253, #289)
- recommender: support multi-threaded nearest neighbor search (#265)
- recommender: improve distance calculation precision in inverted_index and inverted_index_euclid (#251, #290)
- anomaly: support unlearning in lof algorithm (#231, #292)
- Improve performance of LRU library (#266)
- Improve compatibility with FreeBSD 10 (#280)
-
Bug fixes
- nearest_neighbor: fix thread safetiness issue in euclid_lsh (#283, #285)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment