Skip to content

Instantly share code, notes, and snippets.

@kmaehashi
Created November 30, 2015 10:07
Show Gist options
  • Save kmaehashi/f623c7042c12e89edf09 to your computer and use it in GitHub Desktop.
Save kmaehashi/f623c7042c12e89edf09 to your computer and use it in GitHub Desktop.
jubatus 0.8.5 release note candidate
Subject: Release Announcement: Jubatus 0.8.5
Hi Jubatus guys,
We are happy to announce that Jubatus 0.8.5 is now available.
In this release we made unlearner available in Recommender LSH algorithm.
Other improvements and bug fixes are also included.
The full changelogs are as follows:
===============================================
Jubatus (Core)
----------------------
* 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)
Jubatus (Server)
------------------------
* 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)
===============================================
We hope you enjoy this release!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment