We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2232eac commit 5492bb6Copy full SHA for 5492bb6
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Revision history for dataframe
2
3
+## 1.0.0.1
4
+* toMarkdownTable is now toMarkdown (mostly used internally)
5
+* Provide toMarkdown' that outputs string
6
+* Add associativity to nullable operators
7
+* Better null dataframe handling/error messages for core operations.
8
+* Fix some function display names.
9
+* Examples now build with CI
10
+
11
## 1.0.0.0
12
* Fix mappend to respect schema of empty columns.
13
* Add cast operators that force column schema
dataframe.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: dataframe
-version: 1.0.0.0
+version: 1.0.0.1
synopsis: A fast, safe, and intuitive DataFrame library.
0 commit comments