File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Revision history for dataframe
22
3+ ## 0.4.0.4
4+ * More robust synthesis based decision tree
5+ * Improved performance on sum and mean.
6+ * recodeWithCondition - to change a value given a condition
7+ * medianMaybe, genericPercentile, percentile - self explanatory
8+ * all the maybe functions as dataframe functions
9+ * Fix concatColumnsEither when types are the same.
10+ * Decision tree implementation is more robust now.
11+
312## 0.4.0.3
413* Improved performance for folds and reductions.
514* Improve standalone mean and correlation functions.
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : dataframe
3- version : 0.4.0.3
3+ version : 0.4.0.4
44
55synopsis : A fast, safe, and intuitive DataFrame library .
66
You can’t perform that action at this time.
0 commit comments