Skip to content

v1.0.24

Compare
Choose a tag to compare
@mbaak mbaak released this 03 Apr 14:53
· 75 commits to master since this release
2207fc9

Version 1.0.24, Apr 2021

  • Categorize histogram now handles nones and nans in friendlier way, they are converted to "NaN".
  • make_histogram() now casts spark nulls to nan in case of numeric columns. scala interprets null as 0.
  • SparselyBin histograms did not add up nanflow when added. Now fixed.
  • Added unit test for doing checks on null conversion to nans
  • Use new histogrammar-scala jar files, v1.0.20
  • Added new histogrammar-scala v1.0.20 jar files to tests/jars/