From 982966f704af03e871e67911ce0c12f86e23f63e Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 24 May 2020 09:33:00 +0200 Subject: [PATCH] Release v4.10.0 --- RELEASENOTES.md | 5 +++++ src/FSharp.Tests/AssemblyInfo.fs | 6 +++--- src/FSharp/AssemblyInfo.fs | 6 +++--- src/FSharp/FSharp.fsproj | 10 ++++------ src/Numerics.Tests/Properties/AssemblyInfo.cs | 6 +++--- src/Numerics/Numerics.csproj | 10 ++++------ src/TestData/Properties/AssemblyInfo.cs | 4 ++-- 7 files changed, 24 insertions(+), 23 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0e71cba8..b9b533f8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,8 @@ +### 4.10.0 - 2020-05-24 +* Fractional Calculus: Riemann-Liouville fractional derivative *~Jong Hyun Kim* +* Root Finding: accuracy range validation *~Ryan Grange* +* Root Finding: behavior more consistent between native and managed provider + ### 4.9.1 - 2020-04-12 * BUG: Optimization: weights were applied wrongly when evaluating the Jacobian *~Jong Hyun Kim, zhaochenxi* * BUG: Linear Algebra: F# Matrix.reduceRows was reducing columns instead of rows *~kayanme* diff --git a/src/FSharp.Tests/AssemblyInfo.fs b/src/FSharp.Tests/AssemblyInfo.fs index 64bdf138..ef23c037 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 cb00fb7c..f1a38035 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 a4f0d643..ef92c0b4 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -7,15 +7,13 @@ MathNet.Numerics true MathNet.Numerics.FSharp$(PackageIdSuffix) - 4.9.1 + 4.10.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) - BUG: Optimization: weights were applied wrongly when evaluating the Jacobian ~Jong Hyun Kim, zhaochenxi -BUG: Linear Algebra: F# Matrix.reduceRows was reducing columns instead of rows ~kayanme -BUG: Distributions: Hypergeometric.CDF no longer returns values > 1.0 ~Manor Askenazi -Documentation: fix missing logarithms, drop old links ~Michel de Ruiter, Guney Ozsan -Build: no longer code-sign the assemblies with a code-signing certificate, since it is too painful. + Fractional Calculus: Riemann-Liouville fractional derivative ~Jong Hyun Kim +Root Finding: accuracy range validation ~Ryan Grange +Root Finding: behavior more consistent between native and managed provider 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 b1bf969d..9d744357 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.9.1.0")] -[assembly: AssemblyFileVersion("4.9.1.0")] -[assembly: AssemblyInformationalVersion("4.9.1")] +[assembly: AssemblyVersion("4.10.0.0")] +[assembly: AssemblyFileVersion("4.10.0.0")] +[assembly: AssemblyInformationalVersion("4.10.0")] [assembly: UseLinearAlgebraProvider] diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 82e767a4..0466e85e 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -7,15 +7,13 @@ MathNet.Numerics true MathNet.Numerics$(PackageIdSuffix) - 4.9.1 + 4.10.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) - BUG: Optimization: weights were applied wrongly when evaluating the Jacobian ~Jong Hyun Kim, zhaochenxi -BUG: Linear Algebra: F# Matrix.reduceRows was reducing columns instead of rows ~kayanme -BUG: Distributions: Hypergeometric.CDF no longer returns values > 1.0 ~Manor Askenazi -Documentation: fix missing logarithms, drop old links ~Michel de Ruiter, Guney Ozsan -Build: no longer code-sign the assemblies with a code-signing certificate, since it is too painful. + Fractional Calculus: Riemann-Liouville fractional derivative ~Jong Hyun Kim +Root Finding: accuracy range validation ~Ryan Grange +Root Finding: behavior more consistent between native and managed provider 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 cb84cef9..0b086bc7 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.9.1.0")] -[assembly: AssemblyFileVersion("4.9.1.0")] +[assembly: AssemblyVersion("4.10.0.0")] +[assembly: AssemblyFileVersion("4.10.0.0")]