Skip to content

Commit 0c21298

Browse files
committed
chore: Bump version to 0.6.0.0
1 parent 2c9d2de commit 0c21298

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.6.0.0
4+
* New typed API see https://dataframe.readthedocs.io/en/latest/using_dataframe_in_a_standalone_script.html
5+
* Faster joins
6+
* Fine grained parquet reads using `readParquetFilesWithOpts`.
7+
38
## 0.5.0.0
49
* SortOrder now takes an expression rather than a string.
510
* selectBy now respects the original column order.

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.5.0.1
3+
version: 0.6.0.0
44

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

0 commit comments

Comments
 (0)