We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068d223 commit 62ea3a3Copy full SHA for 62ea3a3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revision history for dataframe
2
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
+
9
## 0.4.0.4
10
* More robust synthesis based decision tree
11
* Improved performance on sum and mean.
dataframe.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: dataframe
-version: 0.4.0.4
+version: 0.4.0.5
synopsis: A fast, safe, and intuitive DataFrame library.
0 commit comments