Skip to content

Commit b7be4f5

Browse files
committed
Version bump: 0.1.0.2
1 parent e2ba45a commit b7be4f5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@
77
## 0.1.0.1
88

99
* Fixed parse failure on nested, escaped quotation.
10-
* Fixed column info when field name isn't found.
10+
* Fixed column info when field name isn't found.
11+
12+
## 0.1.0.2
13+
14+
* Change namespace from `Data.DataFrame` to `DataFrame`
15+
* Add `toVector` function for converting columns to vectors.
16+
* Add `impute` function for replacing `Nothing` values in optional columns.
17+
* Add `filterAllJust` to filter out all rows with missing data.
18+
* Add `distinct` function that returns a dataframe with distict rows.

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.1.0.1
3+
version: 0.1.0.2
44

55
synopsis: An intuitive, dynamically-typed DataFrame library.
66

0 commit comments

Comments
 (0)