All Versions
51
Latest Version
Avg Release Cycle
61 days
Latest Release
930 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