From d5943ad9f38dd215d2f653bd6bde158c26ddd067 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Fri, 5 Jan 2018 23:23:16 +0100 Subject: [PATCH] Release v4.0.0-alpha04 --- MathNet.Numerics.sln.DotSettings | 4 ++-- RELEASENOTES.md | 5 +++-- src/FSharp/AssemblyInfo.fs | 2 +- src/FSharp/FSharp.fsproj | 9 +++++---- src/FSharpUnitTests/AssemblyInfo.fs | 2 +- src/Numerics/Numerics.csproj | 9 +++++---- src/UnitTests/Properties/AssemblyInfo.cs | 2 +- 7 files changed, 18 insertions(+), 15 deletions(-) diff --git a/MathNet.Numerics.sln.DotSettings b/MathNet.Numerics.sln.DotSettings index 0979a69e..5bbf624a 100644 --- a/MathNet.Numerics.sln.DotSettings +++ b/MathNet.Numerics.sln.DotSettings @@ -81,5 +81,5 @@ OTHER DEALINGS IN THE SOFTWARE. True True True - <data /> - <data><IncludeFilters /><ExcludeFilters /></data> + + diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d4c498d3..08f2a69c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,7 +1,8 @@ -### 4.0.0-alpha03 - 2017-12-26 +### 4.0.0-alpha04 - 2018-01-05 * Prerelease to test .Net Standard support and establish dotnet SDK build automation * Assembly code signing (X.509) using SHA2 (256) -* BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling. +* BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling +* BUG: Matrix.GetHashCode for wide matrices *~mjmckp* ### 3.20.0 - 2017-07-15 * Optimization: non-linear optimization algorithms *~Scott Stephens, Erik Ovegard, bdodson, et al.* diff --git a/src/FSharp/AssemblyInfo.fs b/src/FSharp/AssemblyInfo.fs index 67b09b70..f5f05870 100644 --- a/src/FSharp/AssemblyInfo.fs +++ b/src/FSharp/AssemblyInfo.fs @@ -46,7 +46,7 @@ open System.Runtime.InteropServices [] [] -[] +[] #if PORTABLE || NETSTANDARD #else diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 19a54601..686dce47 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -7,9 +7,9 @@ true MathNet.Numerics.FSharp 4.0.0 - alpha03 - 4.0.0-alpha03 - 4.0.0-alpha03 + alpha04 + 4.0.0-alpha04 + 4.0.0-alpha04 4.0.0.0 4.0.0.0 Math.NET Numerics for F# @@ -24,7 +24,8 @@ https://www.mathdotnet.com/images/MathNet128.png Prerelease to test .Net Standard support and establish dotnet SDK build automation Assembly code signing (X.509) using SHA2 (256) -BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling. +BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling +BUG: Matrix.GetHashCode for wide matrices ~mjmckp 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/FSharpUnitTests/AssemblyInfo.fs b/src/FSharpUnitTests/AssemblyInfo.fs index 97faa04b..1c27720d 100644 --- a/src/FSharpUnitTests/AssemblyInfo.fs +++ b/src/FSharpUnitTests/AssemblyInfo.fs @@ -12,7 +12,7 @@ open System.Runtime.InteropServices [] [] -[] +[] #if PORTABLE || NETSTANDARD #else diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 59b747f6..6452a30d 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -7,9 +7,9 @@ true MathNet.Numerics 4.0.0 - alpha03 - 4.0.0-alpha03 - 4.0.0-alpha03 + alpha04 + 4.0.0-alpha04 + 4.0.0-alpha04 4.0.0.0 4.0.0.0 Math.NET Numerics @@ -24,7 +24,8 @@ https://www.mathdotnet.com/images/MathNet128.png Prerelease to test .Net Standard support and establish dotnet SDK build automation Assembly code signing (X.509) using SHA2 (256) -BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling. +BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling +BUG: Matrix.GetHashCode for wide matrices ~mjmckp math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false https://github.com/mathnet/mathnet-numerics diff --git a/src/UnitTests/Properties/AssemblyInfo.cs b/src/UnitTests/Properties/AssemblyInfo.cs index 82e8f61a..a787dd72 100644 --- a/src/UnitTests/Properties/AssemblyInfo.cs +++ b/src/UnitTests/Properties/AssemblyInfo.cs @@ -11,6 +11,6 @@ using MathNet.Numerics.UnitTests; [assembly: AssemblyVersion("4.0.0.0")] [assembly: AssemblyFileVersion("4.0.0.0")] -[assembly: AssemblyInformationalVersion("4.0.0-alpha03")] +[assembly: AssemblyInformationalVersion("4.0.0-alpha04")] [assembly: UseLinearAlgebraProvider]