We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756b678 commit c9068fdCopy full SHA for c9068fd
1 file changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Revision history for dataframe
2
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
+
11
## 0.2.0.1
12
* Fix bug with new comparison expressions. gt and geq were actually implemented as lt and leq.
13
* Changes to make library work with ghc 9.10.1 and 9.12.2
0 commit comments