File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Revision history for dataframe
22
3+ ## 0.5.0.0
4+ * SortOrder now takes an expression rather than a string.
5+ * selectBy now respects the original column order.
6+ * Some changes to the internal representation of the expression GADT.
7+ * Added fixity to binary operations for column comparisons.
8+ * Fixed ZSTD decompression for Parquet files.
9+ * Added logical type handling for timestamps and decimals.
10+ * aggregation now handles null dataframes gracefully.
11+ * Drop random dep to 1.2 and use random-shuffle for shuffling instead.
12+ * Join now merges columns to a ` These ` .
13+ * Added writeTsv function.
14+ * Move expression operators to ` Operators ` namespace.
15+
316## 0.4.1.0
417* Improve signal handling of dataframe repl.
518* ` writeCsv ` not correctly writes ` Maybe ` values (thanks to @mcoady ).
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : dataframe
3- version : 0.4.1 .0
3+ version : 0.5.0 .0
44
55synopsis : A fast, safe, and intuitive DataFrame library .
66
You can’t perform that action at this time.
0 commit comments