All Versions
14
Latest Version
Avg Release Cycle
53 days
Latest Release
2544 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.4 Changes
February 28, 2018๐ 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
.
- ๐ Fixed dynamic linking of sparkle when library dependencies don't set
the
-
v0.7.3 Changes
February 06, 2018โ 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.
- More
-
v0.7.2 Changes
December 20, 2017โ Added
- More
RDD
method bindings:sortBy
.
- More
-
v0.7.1 Changes
December 13, 2017๐ Fixed
- โช Use StaticPointers for
PairRDD
as a workaround for [GHC bug #14204][ghc-14204] occuring when mapping over a PairRDD (see [issue #119][issue-119])
- โช Use StaticPointers for
-
v0.7
December 09, 2017 -
v0.6 Changes
August 16, 2017โ 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
andbinaryRecords
toContext
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.
-
v0.5 Changes
February 21, 2017โ Added
- Bind to expm1
- Add bindings to dayofmonth, current_timestamp and current_date.
- โ Add support for the dataframe condition expressions
- โ Add bindings to withColumnRenamed, columns, printSchema, Column.expr.
- Bind DataFrame distinct.
- โ Add bindings for log and log1p for Columns.
- โ Add binding to Column.cast.
- โ Add bindings getList and array for columns.
- โ Add bindings: schema for rows, Metadata type, javaRDD, range, Row getters and constructors, StrucType constructors, createDataFrame, more DataType bindings.
๐ Changed
- Prevent Haskell exceptions from escaping apply.
- โก๏ธ Update sparkle to work with latest jni which uses ForeignPtr for java references.
- ๐ Move StructType and friends to modules StructField, DataType and Metadata.
- ๐ Rename createRow, rowGet, rowSize, joinPairRDD to have the same names as the java methods.
-
v0.4 Changes
February 04, 2017โ Added
- ๐ Support for reading/writing Parquet files.
- More
RDD
method bindings:repartition
,treeAggregate
,binaryRecords
,aggregateByKey
,mapPartitions
,mapPartitionsWithIndex
. - ๐ More complete
DataFrame
support. - ๐ Intero support.
- ๐
stack ghci
support. - ๐ Support Template Haskell splices and
ANN
annotations that use sparkle code.
๐ Changed
๐ Fixed
- More reliable initialization of embedded shared library.
- Cleanup temporary files properly.
-
v0.4.0.2
February 06, 2017 -
v0.4.0.1
February 04, 2017