Skip to content

Commit 6d43206

Browse files
committed
Added changes document for new releases
1 parent 6d54f3f commit 6d43206

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)