Skip to content

Instantly share code, notes, and snippets.

@TkrUdagawa
Last active October 30, 2017 08:53
Show Gist options
  • Save TkrUdagawa/2f53721974179d4ca86549f4ee0f578f to your computer and use it in GitHub Desktop.
Save TkrUdagawa/2f53721974179d4ca86549f4ee0f578f to your computer and use it in GitHub Desktop.
ml
Hi, Jubatus guys.
We are glad to announce that Jubatus 1.0.6 is now available.
This release contains the following feature improvements and bug fixes.
* Recommender: Add new APIs which return similar points using a filtering condition. similar_row_from_{id,datum}_and_score returns points which have greater similarity score than user specified score. similar_row_from_{id,datum}_and_rate returns points which have N% highest similarity score of all. Note that updating clients library is necessary to use these APIs.
* Fix the problem that build fails on macOS High Sierra.
* Jubakit: Drop support for python 2.6.
The full changelogs are following.
=============================================================
Jubatus(Core)
-------------------
* New Features
* Recommender: Add filtering API (#387)
* Bug fixes
* Failed to build on MacOS High Sierra (#388)
Jubatus(Server)
----------------------
* New Features
* Recommender: Add filtering API (#1100, #1216)
* Improvements
* Regression: Add example configs (#1206, #1207)
=============================================================
We hope you enjoy this release!
---
Takuro Udagawa @ Jubatus Team
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment