All Versions
19
Latest Version
Avg Release Cycle
182 days
Latest Release
-

Changelog History
Page 2

  • v0.1.10 Changes

    • โž• Added CSV output functions: produceCSV and writeCSV
    • โž• Added an Eq instance for the Frame type
  • 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 from Frames. This makes it much easier to manually define column types.

  • v0.1.4 Changes

    ๐Ÿ‘‰ Use microlens instead of lens-family-core for demos.

  • v0.1.3 Changes

    GHC-8.0.1 compatibility

  • v0.1.2 Changes

    ๐Ÿ›  Fixed bug in Monoid instance of Frame (@dalejordan)

  • v0.1.2.1 Changes

    ๐Ÿ‘Œ Improved documentation based on suggestions by Alexander Kjeldaas

  • v0.1.1.0 Changes

    โž• Added frameConsA, frameSnoc, and RecordColumns to help with changing row types.

  • v0.1.0.0 Changes

    ๐ŸŽ‰ Initial version pushed to hackage.