Deedle v2.0.0 Release Notes

Release Date: 2019-03-13 // about 5 years ago
    • ๐Ÿ’ฅ 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