From ec820b90b9cc2eae505005cdd9ba59945beccec2 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 2 Aug 2020 09:36:24 +0200 Subject: [PATCH] Release v4.12.0 --- RELEASENOTES.md | 8 ++++++++ src/FSharp.Tests/AssemblyInfo.fs | 6 +++--- src/FSharp/AssemblyInfo.fs | 6 +++--- src/FSharp/FSharp.fsproj | 11 +++++++---- src/Numerics.Tests/Properties/AssemblyInfo.cs | 6 +++--- src/Numerics/Numerics.csproj | 11 +++++++---- src/TestData/Properties/AssemblyInfo.cs | 4 ++-- 7 files changed, 33 insertions(+), 19 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ddca5377..9053cd2c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,11 @@ +### 4.12.0 - 2020-08-92 +* Linear Algebra: allow zero-length vectors and matrices *~Evangelink* +* Distributions: Beta-Binomial Distribution *~Andrew Willshire* +* Special Functions: Generalized Hypergeometric, Rising and Falling Factorials *~Andrew Willshire* +* Tests now work in more cultures *~Amaury Leve* +* No more string resources +* A couple immutable structs marked as readonly + ### 4.11.0 - 2020-05-24 * Distributions: Skewed Generalized T and Error distributions *~Mikael Ohman* * BUG: Linear Algebra: fix Moore-Penrose Pseudo-Inverse for complex matrices *~Alex Hildebrand* diff --git a/src/FSharp.Tests/AssemblyInfo.fs b/src/FSharp.Tests/AssemblyInfo.fs index b97ddc15..1fa3093a 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 374793fd..6d0f271e 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 77fcf7ac..7eec2c81 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -7,13 +7,16 @@ MathNet.Numerics true MathNet.Numerics.FSharp$(PackageIdSuffix) - 4.11.0 + 4.12.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) - Distributions: Skewed Generalized T and Error distributions ~Mikael Ohman -BUG: Linear Algebra: fix Moore-Penrose Pseudo-Inverse for complex matrices ~Alex Hildebrand -BUG: Linear Algebra: fix range in non-square diagonal sparse mixed products + Linear Algebra: allow zero-length vectors and matrices ~Evangelink +Distributions: Beta-Binomial Distribution ~Andrew Willshire +Special Functions: Generalized Hypergeometric, Rising and Falling Factorials ~Andrew Willshire +Tests now work in more cultures ~Amaury Leve +No more string resources +A couple immutable structs marked as readonly fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false false diff --git a/src/Numerics.Tests/Properties/AssemblyInfo.cs b/src/Numerics.Tests/Properties/AssemblyInfo.cs index d9c2275d..41f9d42b 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.11.0.0")] -[assembly: AssemblyFileVersion("4.11.0.0")] -[assembly: AssemblyInformationalVersion("4.11.0")] +[assembly: AssemblyVersion("4.12.0.0")] +[assembly: AssemblyFileVersion("4.12.0.0")] +[assembly: AssemblyInformationalVersion("4.12.0")] [assembly: UseLinearAlgebraProvider] diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 66437882..96de9d7f 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -7,13 +7,16 @@ MathNet.Numerics true MathNet.Numerics$(PackageIdSuffix) - 4.11.0 + 4.12.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) - Distributions: Skewed Generalized T and Error distributions ~Mikael Ohman -BUG: Linear Algebra: fix Moore-Penrose Pseudo-Inverse for complex matrices ~Alex Hildebrand -BUG: Linear Algebra: fix range in non-square diagonal sparse mixed products + Linear Algebra: allow zero-length vectors and matrices ~Evangelink +Distributions: Beta-Binomial Distribution ~Andrew Willshire +Special Functions: Generalized Hypergeometric, Rising and Falling Factorials ~Andrew Willshire +Tests now work in more cultures ~Amaury Leve +No more string resources +A couple immutable structs marked as readonly math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft true false diff --git a/src/TestData/Properties/AssemblyInfo.cs b/src/TestData/Properties/AssemblyInfo.cs index 18a7bb7e..8bbb5084 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.11.0.0")] -[assembly: AssemblyFileVersion("4.11.0.0")] +[assembly: AssemblyVersion("4.12.0.0")] +[assembly: AssemblyFileVersion("4.12.0.0")]