We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d54f3f commit 6d43206Copy full SHA for 6d43206
CHANGES.rst
@@ -0,0 +1,12 @@
1
+=============
2
+Release notes
3
4
+
5
+Version 1.0.24, Apr 2021
6
+------------------------
7
+* Categorize histogram now handles nones and nans in friendlier way, they are converted to "NaN".
8
+* make_histogram() now casts spark nulls to nan in case of numeric columns. scala interprets null as 0.
9
+* SparselyBin histograms did not add up nanflow when added. Now fixed.
10
+* Added unit test for doing checks on null conversion to nans
11
+* Use new histogrammar-scala jar files, v1.0.20
12
+* Added histogrammar-scala v1.0.20 jar files to tests/jars/
0 commit comments