Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@jtnystrom jtnystrom released this 24 Apr 07:12
· 298 commits to master since this release

Version 1.4.0 has the following improvements:

  • Scala 2.12/Spark 3.1 are now the default versions when compiling.
  • Bugfix for incorrect counting when k mod 16 = 0.
  • sbt-assembly is now the preferred way to package Discount, including its dependencies (Scallop and Fastdoop) in a "fat" jar.
  • Additional property-based unit tests using ScalaCheck.
  • A minimal demo application (ReadSplitDemo) shows how to use the Discount API without Spark.
  • Various simplifications, code cleanups and speedups.