From 92f48d15069a1a648126816efd53b3860fd252bd Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Fri, 19 Oct 2018 19:33:41 +0200 Subject: [PATCH] Release v4.6.0 --- RELEASENOTES.md | 4 ++++ src/FSharp.Tests/AssemblyInfo.fs | 6 +++--- src/FSharp/AssemblyInfo.fs | 6 +++--- src/FSharp/FSharp.fsproj | 5 +++-- src/Numerics.Tests/Properties/AssemblyInfo.cs | 6 +++--- src/Numerics/Numerics.csproj | 5 +++-- src/TestData/Properties/AssemblyInfo.cs | 4 ++-- 7 files changed, 21 insertions(+), 15 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4f6588e5..2334beed 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,7 @@ +### 4.6.0 - 2018-10-19 +* Polynomial: New Polynomial data structure *~Tobias Glaubach* +* Statistics: Correlate.Auto auto correlation *~Tobias Glaubach* + ### 4.5.1 - 2018-05-22 * Signed NuGet packages diff --git a/src/FSharp.Tests/AssemblyInfo.fs b/src/FSharp.Tests/AssemblyInfo.fs index 13f0b02e..c2ff65fc 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 8c91e79a..5684f6aa 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 eda4bab3..a1d0a719 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -7,11 +7,12 @@ MathNet.Numerics true MathNet.Numerics.FSharp$(PackageIdSuffix) - 4.5.1 + 4.6.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) - Signed NuGet packages + Polynomial: New Polynomial data structure ~Tobias Glaubach +Statistics: Correlate.Auto auto correlation ~Tobias Glaubach 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 4bfbefc3..39838fe3 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.5.1.0")] -[assembly: AssemblyFileVersion("4.5.1.0")] -[assembly: AssemblyInformationalVersion("4.5.1")] +[assembly: AssemblyVersion("4.6.0.0")] +[assembly: AssemblyFileVersion("4.6.0.0")] +[assembly: AssemblyInformationalVersion("4.6.0")] [assembly: UseLinearAlgebraProvider] diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index f1adf468..1accb68c 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -7,11 +7,12 @@ MathNet.Numerics true MathNet.Numerics$(PackageIdSuffix) - 4.5.1 + 4.6.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) - Signed NuGet packages + Polynomial: New Polynomial data structure ~Tobias Glaubach +Statistics: Correlate.Auto auto correlation ~Tobias Glaubach 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 581a008e..21a38569 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.5.1.0")] -[assembly: AssemblyFileVersion("4.5.1.0")] +[assembly: AssemblyVersion("4.6.0.0")] +[assembly: AssemblyFileVersion("4.6.0.0")]