Skip to content

Instantly share code, notes, and snippets.

@kmaehashi
Last active November 30, 2015 05:58
Show Gist options
  • Save kmaehashi/b8fd5f1a1f75a240a2dc to your computer and use it in GitHub Desktop.
Save kmaehashi/b8fd5f1a1f75a240a2dc to your computer and use it in GitHub Desktop.
jubatus 0.8.5 release note candidate

Release 0.8.5 - 2015/11/30

  • 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)
  • Bug fixes

    • Fix RPM package errors (#1059, #1060, #1061, #1062)

Release 0.2.5 - 2015/11/30

  • Improvements

    • recommender: support unlearning in LSH algorithm (#190)
    • recommender: fix typo of calc_similarity function name (#206, #208)
    • clustering: return error on calling get_k_center / get_core_members when clustering is not yet performed (#185, #207)
    • graph: improve error message (#203)
    • code cleanup (#205)
  • Bug fixes

    • anomaly: fix crash when ignore_kth_same_point is not specified (#201)
    • nearest_neighbor: fix deadlock when running update/analyze simultaneously (#199, #200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment