Skip to content

Instantly share code, notes, and snippets.

@kmaehashi
Last active May 27, 2016 09:41
Show Gist options
  • Save kmaehashi/55ba7498f5498df50a765b0f1df9890a to your computer and use it in GitHub Desktop.
Save kmaehashi/55ba7498f5498df50a765b0f1df9890a to your computer and use it in GitHub Desktop.
release note candidate

Release 0.2.0 (2016-05-30)

  • New Features

    • Add support for Anomaly engine (#20)
    • Add support for Weight engine (#19)
  • Improvements

    • Add logging system (#12, #17)
    • Add get_status API to Service (#15)
    • Add seed option to shuffle API to Dataset (#14)
    • Revise Loader API (#13)
    • Config.add_mecab API 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_label of Classifier service raise unexpected error when the dataset is not static (#21)
    • Fix LineBasedStreamLoader not closing file when iteration is terminated (#10)
    • Fix classifer_bulk.py example not using config object (#18)

Release 0.9.1 - 2016/05/30

  • New feature

    • weight: server that returns raw results of fv_converter (#1105, #1116)
  • Improvements

    • Add default.json config files (#1117, #1120)
    • Add example config file for Anomaly (lof with unlearner) (#1118)
    • Update manpage (#1123)
  • Bug fixes

    • Fix thread safetiness issue in save/load RPC (#1113, #1115)
    • Fix dl link error on some distributions (#1121, #1122)

Release 0.3.1 - 2016/05/30

  • 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