Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley committed Oct 5, 2018
1 parent 8989ab4 commit 1eb7c50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.6.0
Support external CSV tokenizers

Internal functionality is now defined more cleanly atop a stream of rows already broken into columns (rather than a stream of rows that we quietly break into columns ourself). This permits the use of external parsers such as provided by the new [Frames-dsv](https://hackage.haskell.org/package/Frames-dsv) package that supplies a CSV parser built atop `hw-dsv`.

The built-in CSV parser remains for ease of installation.

# 0.5.1
GHC 8.6 compatibility

# 0.5.0

- Renamed the `rgetf` and `rputf` exported by the `Frames` module to `rgetField` and `rputField`. This avoids clashing with the same names exported by `vinyl` and further advances the process of eliminating the old `Frames` `Col` type in favor of `vinyl`'s `ElField`.
Expand Down
4 changes: 2 additions & 2 deletions Frames.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Frames
version: 0.5.1
version: 0.6.0
synopsis: Data frames For working with tabular data files
description: User-friendly, type safe, runtime efficient tooling for
working with tabular data deserialized from
Expand All @@ -11,7 +11,7 @@ license: BSD3
license-file: LICENSE
author: Anthony Cowley
maintainer: [email protected]
copyright: Copyright (C) 2014-2015 Anthony Cowley
copyright: Copyright (C) 2014-2018 Anthony Cowley
category: Data
build-type: Simple
extra-source-files: benchmarks/*.hs benchmarks/*.py
Expand Down

0 comments on commit 1eb7c50

Please sign in to comment.