Skip to content

Instantly share code, notes, and snippets.

@kmaehashi
Last active August 24, 2016 10:36
Show Gist options
  • Save kmaehashi/2587b836b80aade03fb825deae96c789 to your computer and use it in GitHub Desktop.
Save kmaehashi/2587b836b80aade03fb825deae96c789 to your computer and use it in GitHub Desktop.
jubatus 0.9.4 changelog candidate

Release 0.3.0 (2016-08-29)

  • New Features
    • Add Shell feature and jubash command (#38, #45, #51)
  • Improvements
    • Add API reference and design documents (#33, #36, #43, #53)
    • Add from_data method to Classifier service (#46)
  • Bug Fixes
    • Fix CSVLoader parameter handling (#34)
    • Fix typo in error message format (#49, #50)

Release 0.9.4 - 2016/08/29

  • Improvements
    • Improve error detection of log4cxx config file (#891, #1142)
    • Print DEBUG logs by default (#947, #1143)
    • Support printing logs in UTF-8 (#1078, #1140)
    • Improve comment in wscript (#1138, #1139)
  • Bug fixes
    • Fix missing locks in mixer (#1092, #1135)
    • Fix RPM packaging tool to work on RHEL 6.x (#1137)

Release 0.3.4 - 2016/08/29

  • Improvements
    • recommender: add ignore_orthogonal option to inverted_index_euclid (#305, #309)
    • Exception error messages are now displayed in clean format (#313)
    • Remove Glibc C++ debug flag in debug mode (#306)
  • Bug fixes
    • classifier: fix deadlock in nearest_neighbor-based classifier (#303)
    • Fix out-of-bound index access while MIXing column table (#307, #310)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment