All Versions
14
Latest Version
Avg Release Cycle
53 days
Latest Release
2247 days ago

Changelog History
Page 2

  • v0.3 Changes

    October 19, 2016

    โž• Added

    • ๐Ÿ— Dockerfile to build sparkle.
    • Compatibility with singletons-2.2.
    • โž• Add the identity Reify/Reflect instances.
    • ๐Ÿ”„ Change JNI bindings to use new JNI.String type, instead of ByteString. This new type guarantees the invariants required by the JNI API (null-termination in particular).

    ๐Ÿ”„ Changed

    • โœ‚ Remove Reify/Reflect instances for Int. Only instances for sized types remain.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix type in Reify Int making it incorrect.
  • v0.2.0 Changes

    December 13, 2016

    โž• Added

    • ๐Ÿ†• New binding: getOrCreateSQLContext.

    ๐Ÿ”„ Changed

    • getOrCreate renamed to getOrCreateSparkContext.
  • v0.1.0 Changes

    April 25, 2016
    • ๐ŸŽ‰ Initial release

    ๐Ÿ“ฆ [hackage-choice]: https://hackage.haskell.org/package/choice

  • v0.1.0.1 Changes

    June 12, 2016

    โž• Added

    • More bindings to more call*Method JNI functions.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use getOrCreate to get SparkContext.