diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 37892262..ddec620f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,4 @@ -### 5.0.0-alpha07 - 2021-12-19 +### 5.0.0-alpha08 - 2021-12-23 * 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 @@ -13,6 +13,7 @@ * Fixed an index out of bounds issue when calculating BFGS minimizer with one variable *~Shiney* * Marcum-Q function *~CHUTORO* * Series: stable series summation +* Providers: binary names and loading changes to follow conventions and better x-plat * Providers: drop managed reference linear algebra provider * Providers: native providers no longer inherit managed providers, managed now sealed * Providers: MKL provider compilation switched to Intel oneAPI MKL diff --git a/src/Data.Matlab/Data.Matlab.csproj b/src/Data.Matlab/Data.Matlab.csproj index 342e921d..5f229268 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 - alpha07 + alpha08 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 @@ -26,6 +26,7 @@ Fit.Curve and FindMinimum extended to accept two more parameters Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney Marcum-Q function ~CHUTORO Series: stable series summation +Providers: binary names and loading changes to follow conventions and better x-plat Providers: drop managed reference linear algebra provider Providers: native providers no longer inherit managed providers, managed now sealed Providers: MKL provider compilation switched to Intel oneAPI MKL diff --git a/src/Data.Text/Data.Text.csproj b/src/Data.Text/Data.Text.csproj index c311d268..85426ed1 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 - alpha07 + alpha08 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 @@ -26,6 +26,7 @@ Fit.Curve and FindMinimum extended to accept two more parameters Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney Marcum-Q function ~CHUTORO Series: stable series summation +Providers: binary names and loading changes to follow conventions and better x-plat Providers: drop managed reference linear algebra provider Providers: native providers no longer inherit managed providers, managed now sealed Providers: MKL provider compilation switched to Intel oneAPI MKL diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index a0928100..e0bd47bc 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 - alpha07 + alpha08 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 @@ -26,6 +26,7 @@ Fit.Curve and FindMinimum extended to accept two more parameters Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney Marcum-Q function ~CHUTORO Series: stable series summation +Providers: binary names and loading changes to follow conventions and better x-plat Providers: drop managed reference linear algebra provider Providers: native providers no longer inherit managed providers, managed now sealed Providers: MKL provider compilation switched to Intel oneAPI MKL @@ -68,6 +69,6 @@ Control.Describe now includes CPU architecture and family identifier if knowall runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index db1f0916..2059e7a6 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -9,7 +9,7 @@ MathNet.Numerics MathNet.Numerics.Signed 5.0.0 - alpha07 + alpha08 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 @@ -26,6 +26,7 @@ Fit.Curve and FindMinimum extended to accept two more parameters Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney Marcum-Q function ~CHUTORO Series: stable series summation +Providers: binary names and loading changes to follow conventions and better x-plat Providers: drop managed reference linear algebra provider Providers: native providers no longer inherit managed providers, managed now sealed Providers: MKL provider compilation switched to Intel oneAPI MKL @@ -42,7 +43,7 @@ Control.Describe now includes CPU architecture and family identifier if knowtrue - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Providers.CUDA/Providers.CUDA.csproj b/src/Providers.CUDA/Providers.CUDA.csproj index 0bcdf556..ccad0194 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 - alpha07 + alpha08 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 @@ -26,6 +26,7 @@ Fit.Curve and FindMinimum extended to accept two more parameters Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney Marcum-Q function ~CHUTORO Series: stable series summation +Providers: binary names and loading changes to follow conventions and better x-plat Providers: drop managed reference linear algebra provider Providers: native providers no longer inherit managed providers, managed now sealed Providers: MKL provider compilation switched to Intel oneAPI MKL diff --git a/src/Providers.MKL/Providers.MKL.csproj b/src/Providers.MKL/Providers.MKL.csproj index 7b868b16..1df32617 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 - alpha07 + alpha08 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 @@ -26,6 +26,7 @@ Fit.Curve and FindMinimum extended to accept two more parameters Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney Marcum-Q function ~CHUTORO Series: stable series summation +Providers: binary names and loading changes to follow conventions and better x-plat Providers: drop managed reference linear algebra provider Providers: native providers no longer inherit managed providers, managed now sealed Providers: MKL provider compilation switched to Intel oneAPI MKL diff --git a/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj b/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj index ce400dfd..4b831700 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 - alpha07 + alpha08 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 @@ -26,6 +26,7 @@ Fit.Curve and FindMinimum extended to accept two more parameters Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney Marcum-Q function ~CHUTORO Series: stable series summation +Providers: binary names and loading changes to follow conventions and better x-plat Providers: drop managed reference linear algebra provider Providers: native providers no longer inherit managed providers, managed now sealed Providers: MKL provider compilation switched to Intel oneAPI MKL