diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bfee9293..2a82c46b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,4 @@ -### 4.8.0-beta02 - 2019-05-30 +### 4.8.0 - 2019-06-02 * Optimization: Levenberg-Marquardt, Trust-Region Dogleg *~Jong Hyun Kim* * Optimization: Nelder-Mead-Simplex: Improve convergence for symmetrical functions *~Erik Ovegard* * BUG: Optimization: Nelder-Mead-Simplex did not return the best evaluated point in some cases *~Eric Scott Salem* diff --git a/src/FSharp.Tests/AssemblyInfo.fs b/src/FSharp.Tests/AssemblyInfo.fs index 28664eb2..e86aa7f8 100644 --- a/src/FSharp.Tests/AssemblyInfo.fs +++ b/src/FSharp.Tests/AssemblyInfo.fs @@ -12,7 +12,7 @@ open System.Runtime.InteropServices [] [] -[] +[] [] [] diff --git a/src/FSharp/AssemblyInfo.fs b/src/FSharp/AssemblyInfo.fs index 636c8a30..3a26a4cd 100644 --- a/src/FSharp/AssemblyInfo.fs +++ b/src/FSharp/AssemblyInfo.fs @@ -46,7 +46,7 @@ open System.Runtime.InteropServices [] [] -[] +[] [] [] diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 63448505..5e240d17 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -8,7 +8,7 @@ true MathNet.Numerics.FSharp$(PackageIdSuffix) 4.8.0 - beta02 + 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) Optimization: Levenberg-Marquardt, Trust-Region Dogleg ~Jong Hyun Kim diff --git a/src/Numerics.Tests/Properties/AssemblyInfo.cs b/src/Numerics.Tests/Properties/AssemblyInfo.cs index 260853bf..c29a57fe 100644 --- a/src/Numerics.Tests/Properties/AssemblyInfo.cs +++ b/src/Numerics.Tests/Properties/AssemblyInfo.cs @@ -11,6 +11,6 @@ using MathNet.Numerics.UnitTests; [assembly: AssemblyVersion("4.8.0.0")] [assembly: AssemblyFileVersion("4.8.0.0")] -[assembly: AssemblyInformationalVersion("4.8.0-beta02")] +[assembly: AssemblyInformationalVersion("4.8.0")] [assembly: UseLinearAlgebraProvider] diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index d2abf56f..78407b24 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -8,7 +8,7 @@ true MathNet.Numerics$(PackageIdSuffix) 4.8.0 - beta02 + 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) Optimization: Levenberg-Marquardt, Trust-Region Dogleg ~Jong Hyun Kim