Skip to content

Commit 5492bb6

Browse files
committed
chore: v1.0.0.1
1 parent 2232eac commit 5492bb6

2 files changed

Lines changed: 9 additions & 1 deletion

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+
## 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+
311
## 1.0.0.0
412
* Fix mappend to respect schema of empty columns.
513
* Add cast operators that force column schema

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: 1.0.0.0
3+
version: 1.0.0.1
44

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

0 commit comments

Comments
 (0)