Skip to content

Tags: Chang228/Deedle

Tags

v2.3.0

Toggle v2.3.0's commit message
Add dropEmptyRows and dropEmptyCols [510](fslaborg#510) Fix ambiguous…

… sum function when calling it from Frame [515](fslaborg#515)

v2.2.0

Toggle v2.2.0's commit message
Add linear regression and PCA functions in Deedle.Math thanks to @Ild…

…hesten [496](fslaborg#496) Add descriptions to Stats functions to clarify valid input types by @Arlofin [501](fslaborg#501)

v2.1.2

Toggle v2.1.2's commit message
Fix parsing csv of multi-line column headers [fslaborg#479](fslaborg#479

) Fix type inference of empty cell [fslaborg#441](fslaborg#441)

v2.1.1

Toggle v2.1.1's commit message
Fix FilterRowsBy [fslaborg#491](fslaborg#491) Add basic stats functio…

…ns of Frame in extension [fslaborg#490](fslaborg#490)

v2.1.0

Toggle v2.1.0's commit message
Release Deedle.Math to extend linear algebra, statisitical analysis a…

…nd financial analysis on Frame and Series by leveraging MathNet.Numerics [fslaborg#475](fslaborg#475) Override + operator and add Frame.strConcat to concatenate Frame and Series of string values [fslaborg#482](fslaborg#482) Fix ResampleUniform with missing values [fslaborg#470](fslaborg#480)

v1.2.4

Toggle v1.2.4's commit message
Fix RowsDense broken by BigDeedle changes (fslaborg#319) Make ChunkSi…

…zeInto behave according to documentation (fslaborg#314) Expand public fields (fslaborg#313) Keep order of columns/rows in FrameBuilder (fslaborg#322)

v1.2.3

Toggle v1.2.3's commit message
Finish cleanup of BigDeedle code with partitioning support Add BigDee…

…dle partitioning comment to design notes Update documentation tools dependencies

v1.2.2

Toggle v1.2.2's commit message
BigDeedle: Materialize series on grouping and other operations BigDee…

…dle: 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

Toggle v1.2.1's commit message
Support public fields in Frame.ofRecords

v1.2.0

Toggle v1.2.0's commit message
Update version number for a BigDeedle release