All Versions
51
Latest Version
Avg Release Cycle
61 days
Latest Release
1347 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.3 Changes
April 24, 2019 -
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 -
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 -
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