sparkle v0.7.4 Release Notes

Release Date: 2018-02-28 // about 6 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed dynamic linking of sparkle when library dependencies don't set the RPATH to $ORIGIN. PR #139
    • ๐Ÿ”— Linker flags -rpath and -z origin are no longer necessary.
    • ๐Ÿ— Build with jvm-batching.

Previous changes from v0.7.3

  • โž• Added

    • More RDD method bindings: randomSplit, mean, zipWithUniqueId, reduceByKey, subtractByKey.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use inline-java for PairRDD bindings under the hood.
    • โšก๏ธ Updated sparkle to build with distributed-closure-0.4.0.