Skip to content

Commit 573dc82

Browse files
committed
chore: Bump to 0.5.0.0 and update changelog.
1 parent 03e34ab commit 573dc82

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

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.1.0
3+
version: 0.5.0.0
44

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

0 commit comments

Comments
 (0)