All Versions
19
Latest Version
Avg Release Cycle
182 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.1.10 Changes
- โ Added CSV output functions:
produceCSV
andwriteCSV
- โ Added an Eq instance for the
Frame
type
- โ Added CSV output functions:
-
v0.1.9 Changes
๐ Fixed column type inference bug that led the inferencer to prefer
Bool
too strongly.This was fallout from typing columns whose values are all 0 or 1 as
Bool
. -
v0.1.6 Changes
Re-export
Frames.CSV.declareColumn
fromFrames
. This makes it much easier to manually define column types. -
v0.1.4 Changes
๐ Use
microlens
instead oflens-family-core
for demos. -
v0.1.3 Changes
GHC-8.0.1 compatibility
-
v0.1.2 Changes
๐ Fixed bug in
Monoid
instance ofFrame
(@dalejordan) -
v0.1.2.1 Changes
๐ Improved documentation based on suggestions by Alexander Kjeldaas
-
v0.1.1.0 Changes
โ Added
frameConsA
,frameSnoc
, andRecordColumns
to help with changing row types. -
v0.1.0.0 Changes
๐ Initial version pushed to hackage.