Skip to content

Latest commit

 

History

History
281 lines (238 loc) · 20.9 KB

RELEASE_NOTES.md

File metadata and controls

281 lines (238 loc) · 20.9 KB

0.4.7+9386ed56 (Released 2022-5-30)

  • Additions:
    • latest commit #9386ed56
    • [#a28a119b] add release notes build target
  • Bugfixes:
    • [#8060b68a] Fix index errors on ommitted rows + ommitted cols formatting
  • Tests
    • [#8a559f56] Add int Matrix formatting tests

0.4.6+5133c86a (Released 2022-5-30)

  • Additions:
    • latest commit #5133c86a
    • [#194] add nullspace accuracy parameter #194
    • [#200] move DistanceMetrics from ML to Core #200
    • [#203] Add FSharp.Stats.Interactive
  • Bugfixes:
    • [#195] fix Gamma function edge cases
    • [#183] fix rank module #183
  • Tests:
    • [#72faba16] Add tests for formatting special float cases (infinity,nan)
    • [#39ffb209] Add formatting tests
    • [#9390d4b3] add rank unit tests
    • [#fb36a90d] add Polynomial interpolation test
    • [#6de434f0] add interpolation coefficients tests
    • [#ca9ad465] Add Natural Cubic,Quandratic and Parabolic Tests
  • Documentation:

0.4.5+dd76c80 (Released 2022-4-8)

  • Additions:
    • latest commit #dd76c80
    • [#188] add Comparison metrics docs
    • [#188] add binary confusion matrix
    • [#188] add multi lable confusion matrix
    • [#188] add integration docs
  • Improvements:
    • [#188] update Integration module
    • [#2777594] update to project-based build pipeline, use .net 6.0
    • [#192] improve Quantile speed

0.4.4+30d2f800 (Released 2022-3-8)

  • Additions:
    • latest commit #30d2f800
    • [#30d2f800] update FSharpAux version
    • [#162] add LeastSquaresCholesky
    • [#165] remove Complex module
    • [#184] update List.median output

0.4.3+d424857 (Released 2022-1-19)

  • Additions:
    • latest commit #d424857
    • [#a23fcd7] update signal.fs namespace #168
    • [#cc228f4] improve svd
    • [#09daa87] add Wilcoxon Test #117
    • [#5c36566] make benjaminiHochbergFDRBy tail-recursive
    • [#79913a2] update logo
    • [#165b8e3] add ascendingand descending versions of the 7 parameter richards curve
  • Bugfixes:

0.4.2+b91c80d (Released 2021-7-27)

  • Additions:
    • latest commit #b91c80d
    • [#050ead5] add dunnett multi comparison test #75
    • [#2f9fcf7] add RowVector.map #134
    • [#7d89443] add Matrix.map function #134
    • [#352d196] add nonlinear financial models
    • [#d33d971] add Friedman-Test
  • Bugfixes:
    • [#6402636] fix degrees of freedom calculations for t statistic
    • [#3d4f3b8] fix Matrix.map references
    • [#b91c80d] fix LevenbergMarquardtConstrained parameter estimation

0.4.1+e699171 (Released 2021-4-9)

  • Additions:
    • latest commit #e699171
    • [#1138ef6] update docs generation workflow
    • [#f8c2ed9] add binder links to all docs
    • [#e5a98bb] update altcover and switch to lcov coverage format
    • [#80c89d0] add generic Seq.cov functions based on Vector.cov.
    • [#8c82d85] add deseq2 medianOfRatios normalization
    • [#eba03f3] add ZScore calculations
    • update clustering, basic stats, and distribution documentation
  • Deletions:
    • [#e855845] remove unnecessary doc files
  • Bugfixes:
    • [#46d203e] fix Matrix.meanRowWise #119

0.4.0 - Tuesday. December 15, 2020

The documentation and unit tests have been extended.

0.3.0-beta - Friday, October 9, 2020

Several bugfixes and additions to multiple namespaces. The documentation and unit tests have been extended.

Version bump to 0.3.0

0.2.1-beta - Monday, February 17, 2020

First nuget pre-release package.

Version bump to 0.2.1-beta.

  • FSharp.Stats

    • no changes
  • FSharp.Stats.Lapack

    • no changes
  • FSharp.Stats.MSF

    • no changes

0.2.0 - Friday, February 14, 2020

Additions, improvements and bugfixes in multiple namespaces. The documentation has been extended.

0.1.1 - Thursday, November 7, 2019

Several bugfixes and additions to multiple namespaces. The documentation and unit tests have been extended.

0.1.0 - Wednesday, July 3, 2019

Several bugfixes and additions to multiple namespaces:

0.0.14 - Friday, April 12, 2019

  • PCA

0.0.13 - Wednesday, December 12, 2018

  • Fix pValueAdjust

0.0.12 - Tuesday, December 11, 2018

  • Fix median

0.0.11 - Monday, December 10, 2018

  • Bump version to 0.0.11

0.0.1 - Tuesday, July 3, 2018

  • Initial release