From 990fa46fb2d7bb2b336a5d8499942307d5bd5d2c Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 13 Oct 2019 15:41:16 +0200 Subject: [PATCH] Release v4.9.0 --- RELEASENOTES.md | 9 +++++++++ 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, 36 insertions(+), 15 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 172283b6..13b806fc 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,12 @@ +### 4.9.0 - 2019-10-13 +* Integration: Substitution for open intervals *~Jong Hyun Kim* +* Integration: Gaus-Kronrod Quadrature *~Jong Hyun Kim* +* Integration: Complex contour *~Jong Hyun Kim* +* Distributions: Three parameter Burr (Type XII) *~Philip Gruber* +* Distributions: Inverse Gaussian *~Philip Gruber* +* Distributions: Truncated Pareto *~Philip Gruber* +* Optimization: Detect early completion in BFGS-B minimizer *~Tom McTiernan* + ### 4.8.1 - 2019-06-12 * Packaging fix - signed edition was not properly strong named. diff --git a/src/FSharp.Tests/AssemblyInfo.fs b/src/FSharp.Tests/AssemblyInfo.fs index 0fb0a28e..309fc2f5 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 8c5f4dd9..f1b1327d 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 0a95b242..7e63d480 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -7,11 +7,17 @@ MathNet.Numerics true MathNet.Numerics.FSharp$(PackageIdSuffix) - 4.8.1 + 4.9.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) - Packaging fix - signed edition was not properly strong named. + Integration: Substitution for open intervals ~Jong Hyun Kim +Integration: Gaus-Kronrod Quadrature ~Jong Hyun Kim +Integration: Complex contour ~Jong Hyun Kim +Distributions: Three parameter Burr (Type XII) ~Philip Gruber +Distributions: Inverse Gaussian ~Philip Gruber +Distributions: Truncated Pareto ~Philip Gruber +Optimization: Detect early completion in BFGS-B minimizer ~Tom McTiernan fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false en diff --git a/src/Numerics.Tests/Properties/AssemblyInfo.cs b/src/Numerics.Tests/Properties/AssemblyInfo.cs index 8dec37be..6ca5650b 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.8.1.0")] -[assembly: AssemblyFileVersion("4.8.1.0")] -[assembly: AssemblyInformationalVersion("4.8.1")] +[assembly: AssemblyVersion("4.9.0.0")] +[assembly: AssemblyFileVersion("4.9.0.0")] +[assembly: AssemblyInformationalVersion("4.9.0")] [assembly: UseLinearAlgebraProvider] diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 4a22939f..caecae3e 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -7,11 +7,17 @@ MathNet.Numerics true MathNet.Numerics$(PackageIdSuffix) - 4.8.1 + 4.9.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) - Packaging fix - signed edition was not properly strong named. + Integration: Substitution for open intervals ~Jong Hyun Kim +Integration: Gaus-Kronrod Quadrature ~Jong Hyun Kim +Integration: Complex contour ~Jong Hyun Kim +Distributions: Three parameter Burr (Type XII) ~Philip Gruber +Distributions: Inverse Gaussian ~Philip Gruber +Distributions: Truncated Pareto ~Philip Gruber +Optimization: Detect early completion in BFGS-B minimizer ~Tom McTiernan math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false en diff --git a/src/TestData/Properties/AssemblyInfo.cs b/src/TestData/Properties/AssemblyInfo.cs index bb3877fb..73b6cb4c 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.8.1.0")] -[assembly: AssemblyFileVersion("4.8.1.0")] +[assembly: AssemblyVersion("4.9.0.0")] +[assembly: AssemblyFileVersion("4.9.0.0")]