From 85b6122f1154fe22ac3211dd6837224287cd98e3 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 19 Dec 2021 18:11:56 +0100 Subject: [PATCH] Release v5.0.0-alpha06 --- RELEASENOTES.md | 4 ++-- src/Data.Matlab/Data.Matlab.csproj | 4 ++-- src/Data.Text/Data.Text.csproj | 4 ++-- src/FSharp/FSharp.fsproj | 4 ++-- src/Numerics/Numerics.csproj | 4 ++-- src/Providers.CUDA/Providers.CUDA.csproj | 4 ++-- src/Providers.MKL/Providers.MKL.csproj | 4 ++-- src/Providers.OpenBLAS/Providers.OpenBLAS.csproj | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 00e10ff3..44938042 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,11 +1,11 @@ -### 5.0.0-alpha05 - 2021-12-19 +### 5.0.0-alpha06 - 2021-12-19 * COMPATIBILITY: net5.0, net48 better supported with explicit builds * COMPATIBILITY: netstandard1.x, net40, net45 no longer supported * BREAKING: drop all which was marked as obsolete * BREAKING: all native provider adapters moved out to separate NuGet packages * BREAKING: switch many usages of tuples to value tuples (experimental) * Distributions: Logistic *~Bobby Ingram* -* Distributions: Perf: Cauchy avoid duplicate evaluation *~Febin* +* Distributions: Perf: Cauchy~~~~ avoid duplicate evaluation *~Febin* * Precision: Perf: pre-compute negative powers *~Febin* * Optimizations: Remove static properties in LevenbergMarquardtMinimizer *~Jong Hyun Kim* * Root Finding: Newton-Raphson better handling of zero-evaluations diff --git a/src/Data.Matlab/Data.Matlab.csproj b/src/Data.Matlab/Data.Matlab.csproj index 79f232c4..ac498e24 100644 --- a/src/Data.Matlab/Data.Matlab.csproj +++ b/src/Data.Matlab/Data.Matlab.csproj @@ -9,7 +9,7 @@ MathNet.Numerics.Data.Matlab MathNet.Numerics.Data.Matlab.Signed 5.0.0 - alpha05 + alpha06 Math.NET Numerics - MATLAB Data I/O Extensions$(TitleSuffix) MathWorks MATLAB Data Input/Output Extensions 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.$(DescriptionSuffix) COMPATIBILITY: net5.0, net48 better supported with explicit builds @@ -18,7 +18,7 @@ BREAKING: drop all which was marked as obsolete BREAKING: all native provider adapters moved out to separate NuGet packages BREAKING: switch many usages of tuples to value tuples (experimental) Distributions: Logistic ~Bobby Ingram -Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin +Distributions: Perf: Cauchy~~~~ avoid duplicate evaluation ~Febin Precision: Perf: pre-compute negative powers ~Febin Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim Root Finding: Newton-Raphson better handling of zero-evaluations diff --git a/src/Data.Text/Data.Text.csproj b/src/Data.Text/Data.Text.csproj index 7a43ba74..d544c2bc 100644 --- a/src/Data.Text/Data.Text.csproj +++ b/src/Data.Text/Data.Text.csproj @@ -9,7 +9,7 @@ MathNet.Numerics.Data.Text MathNet.Numerics.Data.Text.Signed 5.0.0 - alpha05 + alpha06 Math.NET Numerics - Text Data I/O Extensions$(TitleSuffix) Text Data Input/Output Extensions 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.$(DescriptionSuffix) COMPATIBILITY: net5.0, net48 better supported with explicit builds @@ -18,7 +18,7 @@ BREAKING: drop all which was marked as obsolete BREAKING: all native provider adapters moved out to separate NuGet packages BREAKING: switch many usages of tuples to value tuples (experimental) Distributions: Logistic ~Bobby Ingram -Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin +Distributions: Perf: Cauchy~~~~ avoid duplicate evaluation ~Febin Precision: Perf: pre-compute negative powers ~Febin Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim Root Finding: Newton-Raphson better handling of zero-evaluations diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 3b354223..db089ff6 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -9,7 +9,7 @@ MathNet.Numerics.FSharp MathNet.Numerics.FSharp.Signed 5.0.0 - alpha05 + alpha06 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 5.0 or higher, .NET Standard 2.0 and .NET Framework 4.6.1 or higher, on Windows, Linux and Mac.$(DescriptionSuffix) COMPATIBILITY: net5.0, net48 better supported with explicit builds @@ -18,7 +18,7 @@ BREAKING: drop all which was marked as obsolete BREAKING: all native provider adapters moved out to separate NuGet packages BREAKING: switch many usages of tuples to value tuples (experimental) Distributions: Logistic ~Bobby Ingram -Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin +Distributions: Perf: Cauchy~~~~ avoid duplicate evaluation ~Febin Precision: Perf: pre-compute negative powers ~Febin Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim Root Finding: Newton-Raphson better handling of zero-evaluations diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 7a07d2db..f828e253 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -9,7 +9,7 @@ MathNet.Numerics MathNet.Numerics.Signed 5.0.0 - alpha05 + alpha06 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 5.0 or higher, .NET Standard 2.0 and .NET Framework 4.6.1 or higher, on Windows, Linux and Mac.$(DescriptionSuffix) COMPATIBILITY: net5.0, net48 better supported with explicit builds @@ -18,7 +18,7 @@ BREAKING: drop all which was marked as obsolete BREAKING: all native provider adapters moved out to separate NuGet packages BREAKING: switch many usages of tuples to value tuples (experimental) Distributions: Logistic ~Bobby Ingram -Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin +Distributions: Perf: Cauchy~~~~ avoid duplicate evaluation ~Febin Precision: Perf: pre-compute negative powers ~Febin Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim Root Finding: Newton-Raphson better handling of zero-evaluations diff --git a/src/Providers.CUDA/Providers.CUDA.csproj b/src/Providers.CUDA/Providers.CUDA.csproj index 68dc8e02..2abfce1f 100644 --- a/src/Providers.CUDA/Providers.CUDA.csproj +++ b/src/Providers.CUDA/Providers.CUDA.csproj @@ -9,7 +9,7 @@ MathNet.Numerics.Providers.CUDA MathNet.Numerics.Providers.CUDA.Signed 5.0.0 - alpha05 + alpha06 Math.NET Numerics CUDA Provider$(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.$(DescriptionSuffix) COMPATIBILITY: net5.0, net48 better supported with explicit builds @@ -18,7 +18,7 @@ BREAKING: drop all which was marked as obsolete BREAKING: all native provider adapters moved out to separate NuGet packages BREAKING: switch many usages of tuples to value tuples (experimental) Distributions: Logistic ~Bobby Ingram -Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin +Distributions: Perf: Cauchy~~~~ avoid duplicate evaluation ~Febin Precision: Perf: pre-compute negative powers ~Febin Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim Root Finding: Newton-Raphson better handling of zero-evaluations diff --git a/src/Providers.MKL/Providers.MKL.csproj b/src/Providers.MKL/Providers.MKL.csproj index 593cfc65..99d3c507 100644 --- a/src/Providers.MKL/Providers.MKL.csproj +++ b/src/Providers.MKL/Providers.MKL.csproj @@ -9,7 +9,7 @@ MathNet.Numerics.Providers.MKL MathNet.Numerics.Providers.MKL.Signed 5.0.0 - alpha05 + alpha06 Math.NET Numerics MKL Provider$(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.$(DescriptionSuffix) COMPATIBILITY: net5.0, net48 better supported with explicit builds @@ -18,7 +18,7 @@ BREAKING: drop all which was marked as obsolete BREAKING: all native provider adapters moved out to separate NuGet packages BREAKING: switch many usages of tuples to value tuples (experimental) Distributions: Logistic ~Bobby Ingram -Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin +Distributions: Perf: Cauchy~~~~ avoid duplicate evaluation ~Febin Precision: Perf: pre-compute negative powers ~Febin Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim Root Finding: Newton-Raphson better handling of zero-evaluations diff --git a/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj b/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj index ba20217b..eeffec22 100644 --- a/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj +++ b/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj @@ -9,7 +9,7 @@ MathNet.Numerics.Providers.OpenBLAS MathNet.Numerics.Providers.OpenBLAS.Signed 5.0.0 - alpha05 + alpha06 Math.NET Numerics OpenBLAS Provider$(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.$(DescriptionSuffix) COMPATIBILITY: net5.0, net48 better supported with explicit builds @@ -18,7 +18,7 @@ BREAKING: drop all which was marked as obsolete BREAKING: all native provider adapters moved out to separate NuGet packages BREAKING: switch many usages of tuples to value tuples (experimental) Distributions: Logistic ~Bobby Ingram -Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin +Distributions: Perf: Cauchy~~~~ avoid duplicate evaluation ~Febin Precision: Perf: pre-compute negative powers ~Febin Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim Root Finding: Newton-Raphson better handling of zero-evaluations