sparkle v0.6 Release Notes

Release Date: 2017-08-16 // over 6 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support shipping anonymous objects that appear in inline-java quasiquotes. You'll need to configure your app to use the Kryo serializer for this to work. See FAQ in README. This fixes #104.

    ๐Ÿ”„ Changed

    • ๐Ÿšš Move parallelize, textFile and binaryRecords to Context module.
    • Functions such as sample now use the [choice][hackage-choice] library to describe the semantics of boolean arguments in their types.
    • ๐Ÿ‘‰ Use inline-java for RDD bindings under the hood.