- Drops the dependency on the zlib library. We thus no longer have any dependencies on other packages.
- Adds Modified Bessel & Struve special functions
- Fixes a bug in our iterative kurtosis statistics formula
Linear Algebra:
- Performance work, this time mostly around accessing matrix rows/columns as vectors. Opting out from targeted patching in our matrix and vector indexers to allow inlining.
- Fixes an issue around Thin-QR solve
- Simplifications around using native linear algebra providers (see Math.NET Numerics With Native Linear Algebra)
F#:
- Adds the BigRational module from the F# PowerPack, now to be maintained here instead.
- Better support for our Complex types (close to the F# PowerPack Complex type)
Thanks a lot for all the contributions, notably from Marcus Cuda, Gustavo Guerra, Artyom Baranovskiy, Thomas Ibel and Wayne Wu.
Also available as NuGet packages:
PM> Install-Package MathNet.Numerics PM> Install-Package MathNet.Numerics.FSharp If you absolutely require a signed library with a strong name:
PM> Install-Package MathNet.Numerics.Signed