Skip to content

Instantly share code, notes, and snippets.

@kmaehashi
Last active July 21, 2016 07:36
Show Gist options
  • Save kmaehashi/11bbeb7592790ed4569288599d7d6f77 to your computer and use it in GitHub Desktop.
Save kmaehashi/11bbeb7592790ed4569288599d7d6f77 to your computer and use it in GitHub Desktop.
jubatus 0.9.3 changelog candidate

Release 0.2.2 (2016-07-25)

  • Improvements

    • Add hyper-parameter tuning example using hyperopt library (#28)
    • Fix warnings when using numpy record (#29)
  • Bug Fixes

    • Fix log output from server not captured correctly (#30, #31)

Release 0.9.3 - 2016/07/25

  • Improvements

    • Improve behavior when ZooKeeper log files cannot be reopened (#1026, #1133)
    • Remove Glibc C++ debug flag in debug mode (#910, #1136)
    • Improve packaging tools to remove dependency to Google Code (#980, #1130)
  • Bug fixes

    • weight: fix to display config on startup (#1131, #1132)
    • Fix missing lock in get_status of linear_mixer (#1093, #1134)

Release 0.3.3 - 2016/07/25

  • Improvements

    • Support UTF-8 strings in char_splitter (#299, #304)
    • Implement IDF-1 global weighting to fv_converter (#209, #300)
  • Bug fixes

    • nearest_neighbor: fix deadlock issue (#302)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment