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

Changelog History
Page 2

  • v2.0.3 Changes

    April 24, 2019
    • ๐Ÿ›  Fix missing preferoptions in C# extension Frame.Readcsv from stream #471
    • โšก๏ธ Optimize Frame.AggregateRowsBy #469
  • v2.0.2 Changes

    April 08, 2019
    • ๐Ÿ›  Fix missing signatures to control access of FSharp.Data implementations #465
  • v2.0.1 Changes

    March 25, 2019
    • ๐Ÿ›  Fix linear interpolation #458
    • ๐Ÿ›  Fix FillMissingWith with nan #461
    • ๐Ÿ›  Fix InvalidOperationException from ValuesAll #462
    • ๐Ÿ›  Fix iterating seq multiple times in Frame.ofRecords #406
  • v2.0.0 Changes

    March 13, 2019
    • ๐Ÿ’ฅ Breaking changes of Stats.min and Stats.max #422
    • Inline stats functions #418
    • ๐Ÿ›  Fix error handling of group by column when dealing with missing value 253 and 380
    • ๐Ÿ›  Fix aggregateRowsBy with missing value 375
    • ๐Ÿ›  Fix format function #416
    • ๐Ÿ›  Fix arithmetic operator on frames #432
    • ๐Ÿ›  Fix wrong exception for empty Series #365
    • ๐Ÿ›  Fix tryLastValue using tryGetAt #339
    • ๐Ÿ›  Fix bug in ReadCsv missingValues parameters #439
    • ๐Ÿ›  Fix handling of missing column keys in case when inferTypes is false #63
    • โž• Add Frame.dropSparseRowsBy #404
    • โž• Add Series.intersect #407
    • โž• Add Series.compare #411
    • โž• Add Series.uniqueCount #413
    • โž• Add Series.describe #414 and $422
    • โž• Add Series.replace #427
    • โž• Add Stats.quantile for series #428
    • โž• Add Frame.slice #445
    • โœ‚ Removed compiler warning from ReadCsv #426
    • ๐Ÿ“‡ Rename stack/unstack to melt/unmelt #436
  • v2.0.0-beta01 Changes

    August 04, 2018
    • ๐Ÿ‘Œ Support for netstandard2.0 #382, #393 and #391
    • ๐Ÿ‘ Excel support #255 and #399
    • Iterate once in Frame.ofRowsOrdinal #396
    • ๐Ÿ›  Fix for some concurrency errors #394
    • ๐Ÿ›  Fix bug in Series.hasNot #361
    • ๐Ÿ›  Fix bug in Frame.tryValues #359
    • Arithmetic operators for decimal series #351
  • v1.2.5 Changes

    • Reading CSV (#332) and DropSparseRows (#333)
    • Fix where filter in C# (#338)
  • v1.2.4 Changes

    September 02, 2015
    • Fix RowsDense broken by BigDeedle changes (#319)
    • Make ChunkSizeInto behave according to documentation (#314)
    • Expand public fields (#313)
    • Keep order of columns/rows in FrameBuilder (#322)
  • v1.2.3 Changes

    July 14, 2015
    • Finish cleanup of BigDeedle code with partitioning support
    • Add BigDeedle partitioning comment to design notes
    • Update documentation tools dependencies
  • v1.2.2 Changes

    July 09, 2015
    • BigDeedle: Materialize series on grouping and other operations
    • BigDeedle: Support resampling without materializing series
    • Better handling of materialization via addressing schemes
    • Refactoring and cleanup of BigDeedle code
    • Fix bugs in ordinal virtual index
    • SelectOptional and SelectValues can be performed lazilly
  • v1.2.1 Changes

    June 17, 2015
    • Support public fields in Frame.ofRecords