Skip to content

Data-Driven Spark 2.3.0

Compare
Choose a tag to compare
@FRosner FRosner released this 18 Aug 12:23
· 113 commits to master since this release

Example Data Sets

  • Added a small data set description and source to the user guide for each data set
  • Added a GraphX example data set (Enron email network)

Bugfixes

  • Mutual information function crashed on double columns containing NaN values => now NaNs are binned separately
  • Fixed a problem where changing the heatmap scale changed black cells (null values) to white

Build and Architecture

  • Remove git call in build file that caused the build to crash on systems with older versions of git (<= 1.7.x)
  • Use require.js as dependency management system for front-end code