All Versions
51
Latest Version
Avg Release Cycle
61 days
Latest Release
750 days ago

Changelog History
Page 3

  • v1.2.0 Changes

    June 15, 2015
    • Update version number for a BigDeedle release
  • v1.1.6

    June 11, 2015
  • v1.1.5 Changes

    June 10, 2015
    • Aggregate bug fixes from previous beta releases
    • Provide virtual index and virtual vector (aka BigDeedle)
    • Compare indices using lazy sequences (to support BigDeedle)
  • v1.1.4-beta Changes

    • Allow creation of empty ranges
    • Support more operations on virtualized sources
    • Fix handling of missing values in virtual Series.map
  • v1.1.3-beta Changes

    • Introduce generic Ranges<T> type to simplify working with ranges (mainly useful for custom BigDeedle implementations)
  • v1.1.2-beta Changes

    • Abstract handling of addresses (mainly for BigDeedle)
    • Avoid accessing series Length in series and frame printing
  • v1.1.1-beta Changes

    • Allow specifying custom NA values (#231)
    • Documentation improvements and add F# Frame extension docs (#254)
    • Use 100 rows for inference by default in C# and fix docs (#271)
    • Fix R interop documentation issue (#287)
    • More flexible conversion from R frames (#212)
    • Dropping sparse rows/columns should preserve frame structure (#277)
    • Change Stats.sum to return NaN for empty series (#259)
    • Change C#-version of ReadCsv to accept inferTypes param (#270)
  • v1.1.0-beta Changes

    • Enable materializing delayed series into a virtual series
  • v1.0.7 Changes

    • Add typed frame access (frame.GetRowsAs) (#281)
    • BigDeedle improvements (#284, #285)
    • Expose type information via frame.ColumnTypes (#286)
    • Simplify load script (#292)
    • Remove F# Data dependency & use Paket (#288, #293)
    • Update depndencies (F# Formatting 2.6.2 and RProvider 1.1.8)
  • v1.0.6 Changes

    • Fix bugs related to frame with no columns (#272)
    • Remove FSharp.Core dependency from BigDeedle public API