From 1ff8db9b6037781e80e1d981438e8cdf0ba87076 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 25 Feb 2018 14:24:26 +0100 Subject: [PATCH] Release v4.4.0 --- RELEASENOTES.md | 3 +++ src/FSharp.Tests/AssemblyInfo.fs | 6 +++--- src/FSharp/AssemblyInfo.fs | 6 +++--- src/FSharp/FSharp.fsproj | 15 ++++++--------- src/Numerics.Tests/Properties/AssemblyInfo.cs | 6 +++--- src/Numerics/Numerics.csproj | 15 ++++++--------- src/TestData/Properties/AssemblyInfo.cs | 4 ++-- 7 files changed, 26 insertions(+), 29 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 101b08c3..7a29cf91 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,6 @@ +### 4.4.0 - 2018-02-25 +* Linear Algebra: managed provider performance improvements on basic vector arithmetics + ### 4.3.0 - 2018-02-24 * FFT: migrate managed algorithms to provider, streamline implementation wiring, scaling logic. * FFT: obsoleted algorithm-specific functions like Radix2Forward, they use Forward internally until v5. diff --git a/src/FSharp.Tests/AssemblyInfo.fs b/src/FSharp.Tests/AssemblyInfo.fs index 7ae90e57..6e229e5e 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 57aabcce..475fc103 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 95f662c9..fa4bda1c 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -8,12 +8,12 @@ MathNet.Numerics true MathNet.Numerics.FSharp - 4.3.0 + 4.4.0 - 4.3.0 - 4.3.0 - 4.3.0.0 - 4.3.0.0 + 4.4.0 + 4.4.0 + 4.4.0.0 + 4.4.0.0 Math.NET Numerics for F# Christoph Ruegg, Marcus Cuda, Jurgen Van Gael Math.NET Project @@ -24,10 +24,7 @@ https://numerics.mathdotnet.com/License.html https://numerics.mathdotnet.com/ https://www.mathdotnet.com/images/MathNet128.png - FFT: migrate managed algorithms to provider, streamline implementation wiring, scaling logic. -FFT: obsoleted algorithm-specific functions like Radix2Forward, they use Forward internally until v5. -FFT: migrate "naive" implementation to tests as reference implementation. -Build: fix NuGet packaging sucht that the included assemblies are really code-signed. + Linear Algebra: managed provider performance improvements on basic vector arithmetics fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false https://github.com/mathnet/mathnet-numerics diff --git a/src/Numerics.Tests/Properties/AssemblyInfo.cs b/src/Numerics.Tests/Properties/AssemblyInfo.cs index 7bf64375..07517898 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.3.0.0")] -[assembly: AssemblyFileVersion("4.3.0.0")] -[assembly: AssemblyInformationalVersion("4.3.0")] +[assembly: AssemblyVersion("4.4.0.0")] +[assembly: AssemblyFileVersion("4.4.0.0")] +[assembly: AssemblyInformationalVersion("4.4.0")] [assembly: UseLinearAlgebraProvider] diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 76d4c682..1b3dd30c 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -8,12 +8,12 @@ MathNet.Numerics true MathNet.Numerics - 4.3.0 + 4.4.0 - 4.3.0 - 4.3.0 - 4.3.0.0 - 4.3.0.0 + 4.4.0 + 4.4.0 + 4.4.0.0 + 4.4.0.0 Math.NET Numerics Christoph Ruegg, Marcus Cuda, Jurgen Van Gael Math.NET Project @@ -24,10 +24,7 @@ https://numerics.mathdotnet.com/License.html https://numerics.mathdotnet.com/ https://www.mathdotnet.com/images/MathNet128.png - FFT: migrate managed algorithms to provider, streamline implementation wiring, scaling logic. -FFT: obsoleted algorithm-specific functions like Radix2Forward, they use Forward internally until v5. -FFT: migrate "naive" implementation to tests as reference implementation. -Build: fix NuGet packaging sucht that the included assemblies are really code-signed. + Linear Algebra: managed provider performance improvements on basic vector arithmetics math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false https://github.com/mathnet/mathnet-numerics diff --git a/src/TestData/Properties/AssemblyInfo.cs b/src/TestData/Properties/AssemblyInfo.cs index fabce3ad..5d8ef132 100644 --- a/src/TestData/Properties/AssemblyInfo.cs +++ b/src/TestData/Properties/AssemblyInfo.cs @@ -15,5 +15,5 @@ using System.Runtime.InteropServices; [assembly: Guid("a4a6a08e-5265-4608-a43d-e4f2e210ba2d")] -[assembly: AssemblyVersion("4.3.0.0")] -[assembly: AssemblyFileVersion("4.3.0.0")] +[assembly: AssemblyVersion("4.4.0.0")] +[assembly: AssemblyFileVersion("4.4.0.0")]