Skip to content

Commit db13fef

Browse files
committed
feat: Bump version to 0.4.0.4
1 parent d7d9a52 commit db13fef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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.

dataframe.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: dataframe
3-
version: 0.4.0.3
3+
version: 0.4.0.4
44

55
synopsis: A fast, safe, and intuitive DataFrame library.
66

0 commit comments

Comments
 (0)