All Versions
14
Latest Version
Avg Release Cycle
53 days
Latest Release
2581 days ago
Changelog History
Page 2
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 ofByteString
. This new type guarantees the invariants required by the JNI API (null-termination in particular).
๐ Changed
- โ Remove
Reify
/Reflect
instances forInt
. 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 togetOrCreateSparkContext
.
- ๐ New binding:
-
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 getSparkContext
.
- More bindings to more