Skip to content

Instantly share code, notes, and snippets.

View kmaehashi's full-sized avatar

Kenichi Maehashi kmaehashi

  • Preferred Networks (@pfnet)
  • Tokyo, Japan
  • 20:33 (UTC +09:00)
View GitHub Profile
@kmaehashi
kmaehashi / jubatus.md
Last active April 22, 2016 08:06
jubatus 0.9.0 release note candidate

Release 0.9.0 - 2016/04/25

  • New feature

    • jubakit: Python module to easily evaluate precision of models (#1044)
  • Changes to Supported Systems

    • Ubuntu 14.04 LTS is now officially supported (#1071)
  • Improvements

@kmaehashi
kmaehashi / jubatus.md
Last active March 28, 2016 05:53
jubatus 0.8.9 release note draft

Release 0.8.9 - 2016/03/28

  • Improvements

    • Support extracting specific part-of-speech in MeCab plugin (#1073, #1098)
    • Improved proxy to log timeout errors (#1048, #1095)
  • Bug fixes

    • Fix "jubactl -c save" not working (#1094)
@kmaehashi
kmaehashi / jubatus.md
Last active February 22, 2016 08:25
jubatus 0.8.8 release note candidate

Release 0.8.8 - 2016/02/29

  • Improvements

    • Support extracting base form in MeCab plugin (#1074, #1085)
    • Compare configuration string semantically on load (#1080, 1087)
    • Add example configuration file for Recommender (inverted_index_euclid with unlearner) (#1090)
    • Fix email address of DEB package (#1082, #1088)
  • Bug fixes

@kmaehashi
kmaehashi / mail.txt
Created January 25, 2016 08:11
jubatus 0.8.7 release announce
Hi Jubatus guys,
We are glad to announce that Jubatus 0.8.7 is now available.
In this release we added inverted_index_euclid algorithm to Recommender engine. This new method can recommend entities by using exact Euclidean distance calculated by inverted index. You can also use this method with Anomaly engine to perform anomaly detection (LOF) based on exact Euclidean distance.
We also improved Anomaly so that ignore_kth_same_points option can be used in both LOF and Light LOF.
The full changelogs are as follows:
===============================================
@kmaehashi
kmaehashi / jubatus.md
Last active January 25, 2016 01:29
jubatus 0.8.7 release note candidate

Release 0.8.7 - 2016/01/25

  • Improvements
    • Add example configuration file for Recommender (MinHash with unlearner) (#1077)
  • Add example configuration file for Recommender and Anomaly (inverted_index_euclid) (#1079)
@kmaehashi
kmaehashi / jubatus.md
Last active December 24, 2015 12:11
jubatus release note candidate

Release 0.8.6 - 2015/12/25

  • Improvements

    • Support morpheme n-gram in mecab plugin (#1054, #1070)
  • Bug fixes

  • Fix typos in exception and log messages (#1068, #1069)

@kmaehashi
kmaehashi / jubatus.md
Last active December 14, 2015 09:34
jubatus 0.8.6 release note candidate

Release 0.8.6 - 2015/12/25

  • Improvements

    • Support morpheme n-gram in MeCab plug-in (#1054)
  • Bug fixes

  • Fix typo in log messages (#1068)

@kmaehashi
kmaehashi / mail.txt
Created November 30, 2015 10:07
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:
@kmaehashi
kmaehashi / jubatus.md
Last active November 30, 2015 05:58
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)
@kmaehashi
kmaehashi / cla-en.txt
Last active November 9, 2015 09:10 — forked from TkrUdagawa/cla.txt
https://www.apache.org/licenses/icla.txt に準じた書式で書く
# Jubatus Contributor License Agreement
Thank you for your interest in Jubatus project (hereinafter referred to as "Jubatus") which Jubatus community handles.
In order to clarify the intellectual property license granted with Contributions from any person or entity, Jubatus community must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below.
This license is for your protection as a Contributor as well as the protection of Jubatus community; it does not change your rights to use your own Contributions for any other purpose.
This license is applied to projects which Jubatus community develops.