Skip to content

Commit 62ea3a3

Browse files
committed
chore: Bump to version 0.4.0.5
1 parent 068d223 commit 62ea3a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for dataframe
22

3+
## 0.4.0.5
4+
* Faster groupby: does less allocations by keeping everything in a mutable vector.
5+
* declareColumnsFromCsvFile now infers types from a sample rather than reading the whole dataframe.
6+
* Decision trees API is now more configurable.
7+
* Add annotation to show what expressions were used to derive a column.
8+
39
## 0.4.0.4
410
* More robust synthesis based decision tree
511
* Improved performance on sum and mean.

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.4
3+
version: 0.4.0.5
44

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

0 commit comments

Comments
 (0)