From 21e12820e536187d905bc62519dc0dc4b2db19ea Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Wed, 30 Dec 2020 12:32:06 +0100 Subject: [PATCH] Release v4.13.0 --- RELEASENOTES.md | 5 +++++ src/FSharp.Tests/AssemblyInfo.fs | 6 +++--- src/FSharp/AssemblyInfo.fs | 6 +++--- src/FSharp/FSharp.fsproj | 11 ++++------- src/Numerics.Tests/Properties/AssemblyInfo.cs | 6 +++--- src/Numerics/Numerics.csproj | 11 ++++------- src/TestData/Properties/AssemblyInfo.cs | 4 ++-- 7 files changed, 24 insertions(+), 25 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9053cd2c..f57127bd 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,8 @@ +### 4.13.0 - 2020-12-30 +* Linear Algebra: sparse solver native provider *~Jong Hyun Kim* +* Polynomial: fix handling of zero polynomials *~Jakub Bialogrodzki* +* AppSwitches support to disable native providers or their probing + ### 4.12.0 - 2020-08-92 * Linear Algebra: allow zero-length vectors and matrices *~Evangelink* * Distributions: Beta-Binomial Distribution *~Andrew Willshire* diff --git a/src/FSharp.Tests/AssemblyInfo.fs b/src/FSharp.Tests/AssemblyInfo.fs index 1fa3093a..dc3b163e 100644 --- a/src/FSharp.Tests/AssemblyInfo.fs +++ b/src/FSharp.Tests/AssemblyInfo.fs @@ -10,9 +10,9 @@ open System.Runtime.InteropServices [] [] -[] -[] -[] +[] +[] +[] [] [] diff --git a/src/FSharp/AssemblyInfo.fs b/src/FSharp/AssemblyInfo.fs index 6d0f271e..38d15327 100644 --- a/src/FSharp/AssemblyInfo.fs +++ b/src/FSharp/AssemblyInfo.fs @@ -44,9 +44,9 @@ open System.Runtime.InteropServices [] [] -[] -[] -[] +[] +[] +[] [] [] diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 7eec2c81..b2fee24d 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -7,16 +7,13 @@ MathNet.Numerics true MathNet.Numerics.FSharp$(PackageIdSuffix) - 4.12.0 + 4.13.0 Math.NET Numerics for F#$(TitleSuffix) F# Modules for Math.NET Numerics, the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net Framework 4.5 or higher and .Net Standard 1.6 or higher, on Windows, Linux and Mac.$(DescriptionSuffix) - Linear Algebra: allow zero-length vectors and matrices ~Evangelink -Distributions: Beta-Binomial Distribution ~Andrew Willshire -Special Functions: Generalized Hypergeometric, Rising and Falling Factorials ~Andrew Willshire -Tests now work in more cultures ~Amaury Leve -No more string resources -A couple immutable structs marked as readonly + Linear Algebra: sparse solver native provider ~Jong Hyun Kim +Polynomial: fix handling of zero polynomials ~Jakub Bialogrodzki +AppSwitches support to disable native providers or their probing fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false false diff --git a/src/Numerics.Tests/Properties/AssemblyInfo.cs b/src/Numerics.Tests/Properties/AssemblyInfo.cs index 41f9d42b..5ef9bf0d 100644 --- a/src/Numerics.Tests/Properties/AssemblyInfo.cs +++ b/src/Numerics.Tests/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ using MathNet.Numerics.UnitTests; [assembly: ComVisible(false)] [assembly: Guid("04157581-63f3-447b-a277-83c6e69126a4")] -[assembly: AssemblyVersion("4.12.0.0")] -[assembly: AssemblyFileVersion("4.12.0.0")] -[assembly: AssemblyInformationalVersion("4.12.0")] +[assembly: AssemblyVersion("4.13.0.0")] +[assembly: AssemblyFileVersion("4.13.0.0")] +[assembly: AssemblyInformationalVersion("4.13.0")] [assembly: UseLinearAlgebraProvider] diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 96de9d7f..f3c16cdc 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -7,16 +7,13 @@ MathNet.Numerics true MathNet.Numerics$(PackageIdSuffix) - 4.12.0 + 4.13.0 Math.NET Numerics$(TitleSuffix) Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net Framework 4.0 or higher and .Net Standard 1.3 or higher, on Windows, Linux and Mac.$(DescriptionSuffix) - Linear Algebra: allow zero-length vectors and matrices ~Evangelink -Distributions: Beta-Binomial Distribution ~Andrew Willshire -Special Functions: Generalized Hypergeometric, Rising and Falling Factorials ~Andrew Willshire -Tests now work in more cultures ~Amaury Leve -No more string resources -A couple immutable structs marked as readonly + Linear Algebra: sparse solver native provider ~Jong Hyun Kim +Polynomial: fix handling of zero polynomials ~Jakub Bialogrodzki +AppSwitches support to disable native providers or their probing math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft true false diff --git a/src/TestData/Properties/AssemblyInfo.cs b/src/TestData/Properties/AssemblyInfo.cs index 8bbb5084..e55391b1 100644 --- a/src/TestData/Properties/AssemblyInfo.cs +++ b/src/TestData/Properties/AssemblyInfo.cs @@ -14,5 +14,5 @@ using System.Runtime.InteropServices; [assembly: Guid("a4a6a08e-5265-4608-a43d-e4f2e210ba2d")] -[assembly: AssemblyVersion("4.12.0.0")] -[assembly: AssemblyFileVersion("4.12.0.0")] +[assembly: AssemblyVersion("4.13.0.0")] +[assembly: AssemblyFileVersion("4.13.0.0")]