Skip to content

Commit c9068fd

Browse files
committed
Update changelog with 0.2.0.2 changes.
1 parent 756b678 commit c9068fd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 0.2.0.2
4+
* Experimental Apache Parquet support.
5+
* Rename conversion columns (changed from toColumn and toColumn' to fromVector and fromList).
6+
* Rename constructor for dataframe to fromNamedColumns
7+
* Create an error context for error messages so we can change the exceptions as they are thrown.
8+
* Provide safe versions of building block functions that allow us to build good traces.
9+
* Add readthedocs support.
10+
311
## 0.2.0.1
412
* Fix bug with new comparison expressions. gt and geq were actually implemented as lt and leq.
513
* Changes to make library work with ghc 9.10.1 and 9.12.2

0 commit comments

Comments
 (0)