Version 1.4.0
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.