Skip to content

Releases: husky-team/husky

Husky version 0.1.2

27 Feb 10:46
Compare
Choose a tag to compare

Latest release(on 2017/02/27) with the following major changes:

  • Avoid static non-pod variables
  • Refactor CMake structures
  • Improve log functions
  • Support assertions for debug mode
  • Support to build release_with_debug_info
  • Support to build shared library

Husky version 0.1.1

29 Dec 09:06
Compare
Choose a tag to compare

Release(on 2016/12/29) with the following major changes:

  • Improve ShuffleCombiner.
  • Add balance function for ObjList among different threads.
  • Include GLOG project as a thrid-party module.
  • Support building in windows.

Husky version 0.1.0

28 Nov 09:11
Compare
Choose a tag to compare

First release on 2016/11/28.

  1. Core distributed computing components (ObjList, Channel, Mailbox)
  2. Various input formats (MongoDB, HDFS, NFS, Flume, BinaryFile).
  3. Aggregator
  4. Columnar data layout (AttrList)
  5. Some ML libraries (Logistic Regression, Linear Regression, SVM).