Skip to content

Commit db65482

Browse files
committed
Release v5.0.0-alpha09
1 parent 57532ac commit db65482

8 files changed

Lines changed: 40 additions & 16 deletions

File tree

RELEASENOTES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
### 5.0.0-alpha08 - 2021-12-23
1+
### 5.0.0-alpha09 - 2022-02-13
22
* COMPATIBILITY: net5.0, net48 better supported with explicit builds
33
* COMPATIBILITY: netstandard1.x, net40, net45 no longer supported
44
* BREAKING: drop all which was marked as obsolete
55
* BREAKING: all native provider adapters moved out to separate NuGet packages
66
* BREAKING: switch many usages of tuples to value tuples (experimental)
77
* Distributions: Logistic *~Bobby Ingram*
88
* Distributions: Perf: Cauchy avoid duplicate evaluation *~Febin*
9+
* Random: NextBigIngegerSequence *~Silver-Fang*
10+
* Random: xoshiro256StarStar fix out of range exception *~Charlie Turndorf*
911
* Precision: Perf: pre-compute negative powers *~Febin*
1012
* Optimizations: Remove static properties in LevenbergMarquardtMinimizer *~Jong Hyun Kim*
1113
* Root Finding: Newton-Raphson better handling of zero-evaluations
1214
* Fit.Curve and FindMinimum extended to accept two more parameters
1315
* Fixed an index out of bounds issue when calculating BFGS minimizer with one variable *~Shiney*
14-
* Marcum-Q function *~CHUTORO*
16+
* Fixed Sparse COO NormalizeDuplicates *~Mohamed Moussa*
17+
* Marcum-Q and Log1p functions *~CHUTORO*
1518
* Series: stable series summation
1619
* Providers: binary names and loading changes to follow conventions and better x-plat
1720
* Providers: drop managed reference linear algebra provider

src/Data.Matlab/Data.Matlab.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>MathNet.Numerics.Data.Matlab</PackageId>
1010
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Data.Matlab.Signed</PackageId>
1111
<VersionPrefix>5.0.0</VersionPrefix>
12-
<VersionSuffix>alpha08</VersionSuffix>
12+
<VersionSuffix>alpha09</VersionSuffix>
1313
<Title>Math.NET Numerics - MATLAB Data I/O Extensions$(TitleSuffix)</Title>
1414
<Description>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)</Description>
1515
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@@ -19,12 +19,15 @@ BREAKING: all native provider adapters moved out to separate NuGet packages
1919
BREAKING: switch many usages of tuples to value tuples (experimental)
2020
Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
22+
Random: NextBigIngegerSequence ~Silver-Fang
23+
Random: xoshiro256StarStar fix out of range exception ~Charlie Turndorf
2224
Precision: Perf: pre-compute negative powers ~Febin
2325
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
2426
Root Finding: Newton-Raphson better handling of zero-evaluations
2527
Fit.Curve and FindMinimum extended to accept two more parameters
2628
Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney
27-
Marcum-Q function ~CHUTORO
29+
Fixed Sparse COO NormalizeDuplicates ~Mohamed Moussa
30+
Marcum-Q and Log1p functions ~CHUTORO
2831
Series: stable series summation
2932
Providers: binary names and loading changes to follow conventions and better x-plat
3033
Providers: drop managed reference linear algebra provider

src/Data.Text/Data.Text.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>MathNet.Numerics.Data.Text</PackageId>
1010
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Data.Text.Signed</PackageId>
1111
<VersionPrefix>5.0.0</VersionPrefix>
12-
<VersionSuffix>alpha08</VersionSuffix>
12+
<VersionSuffix>alpha09</VersionSuffix>
1313
<Title>Math.NET Numerics - Text Data I/O Extensions$(TitleSuffix)</Title>
1414
<Description>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)</Description>
1515
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@@ -19,12 +19,15 @@ BREAKING: all native provider adapters moved out to separate NuGet packages
1919
BREAKING: switch many usages of tuples to value tuples (experimental)
2020
Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
22+
Random: NextBigIngegerSequence ~Silver-Fang
23+
Random: xoshiro256StarStar fix out of range exception ~Charlie Turndorf
2224
Precision: Perf: pre-compute negative powers ~Febin
2325
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
2426
Root Finding: Newton-Raphson better handling of zero-evaluations
2527
Fit.Curve and FindMinimum extended to accept two more parameters
2628
Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney
27-
Marcum-Q function ~CHUTORO
29+
Fixed Sparse COO NormalizeDuplicates ~Mohamed Moussa
30+
Marcum-Q and Log1p functions ~CHUTORO
2831
Series: stable series summation
2932
Providers: binary names and loading changes to follow conventions and better x-plat
3033
Providers: drop managed reference linear algebra provider

src/FSharp/FSharp.fsproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>MathNet.Numerics.FSharp</PackageId>
1010
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.FSharp.Signed</PackageId>
1111
<VersionPrefix>5.0.0</VersionPrefix>
12-
<VersionSuffix>alpha08</VersionSuffix>
12+
<VersionSuffix>alpha09</VersionSuffix>
1313
<Title>Math.NET Numerics for F#$(TitleSuffix)</Title>
1414
<Description>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)</Description>
1515
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@@ -19,12 +19,15 @@ BREAKING: all native provider adapters moved out to separate NuGet packages
1919
BREAKING: switch many usages of tuples to value tuples (experimental)
2020
Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
22+
Random: NextBigIngegerSequence ~Silver-Fang
23+
Random: xoshiro256StarStar fix out of range exception ~Charlie Turndorf
2224
Precision: Perf: pre-compute negative powers ~Febin
2325
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
2426
Root Finding: Newton-Raphson better handling of zero-evaluations
2527
Fit.Curve and FindMinimum extended to accept two more parameters
2628
Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney
27-
Marcum-Q function ~CHUTORO
29+
Fixed Sparse COO NormalizeDuplicates ~Mohamed Moussa
30+
Marcum-Q and Log1p functions ~CHUTORO
2831
Series: stable series summation
2932
Providers: binary names and loading changes to follow conventions and better x-plat
3033
Providers: drop managed reference linear algebra provider

src/Numerics/Numerics.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>MathNet.Numerics</PackageId>
1010
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Signed</PackageId>
1111
<VersionPrefix>5.0.0</VersionPrefix>
12-
<VersionSuffix>alpha08</VersionSuffix>
12+
<VersionSuffix>alpha09</VersionSuffix>
1313
<Title>Math.NET Numerics$(TitleSuffix)</Title>
1414
<Description>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)</Description>
1515
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@@ -19,12 +19,15 @@ BREAKING: all native provider adapters moved out to separate NuGet packages
1919
BREAKING: switch many usages of tuples to value tuples (experimental)
2020
Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
22+
Random: NextBigIngegerSequence ~Silver-Fang
23+
Random: xoshiro256StarStar fix out of range exception ~Charlie Turndorf
2224
Precision: Perf: pre-compute negative powers ~Febin
2325
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
2426
Root Finding: Newton-Raphson better handling of zero-evaluations
2527
Fit.Curve and FindMinimum extended to accept two more parameters
2628
Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney
27-
Marcum-Q function ~CHUTORO
29+
Fixed Sparse COO NormalizeDuplicates ~Mohamed Moussa
30+
Marcum-Q and Log1p functions ~CHUTORO
2831
Series: stable series summation
2932
Providers: binary names and loading changes to follow conventions and better x-plat
3033
Providers: drop managed reference linear algebra provider

src/Providers.CUDA/Providers.CUDA.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>MathNet.Numerics.Providers.CUDA</PackageId>
1010
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Providers.CUDA.Signed</PackageId>
1111
<VersionPrefix>5.0.0</VersionPrefix>
12-
<VersionSuffix>alpha08</VersionSuffix>
12+
<VersionSuffix>alpha09</VersionSuffix>
1313
<Title>Math.NET Numerics CUDA Provider$(TitleSuffix)</Title>
1414
<Description>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)</Description>
1515
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@@ -19,12 +19,15 @@ BREAKING: all native provider adapters moved out to separate NuGet packages
1919
BREAKING: switch many usages of tuples to value tuples (experimental)
2020
Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
22+
Random: NextBigIngegerSequence ~Silver-Fang
23+
Random: xoshiro256StarStar fix out of range exception ~Charlie Turndorf
2224
Precision: Perf: pre-compute negative powers ~Febin
2325
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
2426
Root Finding: Newton-Raphson better handling of zero-evaluations
2527
Fit.Curve and FindMinimum extended to accept two more parameters
2628
Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney
27-
Marcum-Q function ~CHUTORO
29+
Fixed Sparse COO NormalizeDuplicates ~Mohamed Moussa
30+
Marcum-Q and Log1p functions ~CHUTORO
2831
Series: stable series summation
2932
Providers: binary names and loading changes to follow conventions and better x-plat
3033
Providers: drop managed reference linear algebra provider

src/Providers.MKL/Providers.MKL.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>MathNet.Numerics.Providers.MKL</PackageId>
1010
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Providers.MKL.Signed</PackageId>
1111
<VersionPrefix>5.0.0</VersionPrefix>
12-
<VersionSuffix>alpha08</VersionSuffix>
12+
<VersionSuffix>alpha09</VersionSuffix>
1313
<Title>Math.NET Numerics MKL Provider$(TitleSuffix)</Title>
1414
<Description>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)</Description>
1515
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@@ -19,12 +19,15 @@ BREAKING: all native provider adapters moved out to separate NuGet packages
1919
BREAKING: switch many usages of tuples to value tuples (experimental)
2020
Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
22+
Random: NextBigIngegerSequence ~Silver-Fang
23+
Random: xoshiro256StarStar fix out of range exception ~Charlie Turndorf
2224
Precision: Perf: pre-compute negative powers ~Febin
2325
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
2426
Root Finding: Newton-Raphson better handling of zero-evaluations
2527
Fit.Curve and FindMinimum extended to accept two more parameters
2628
Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney
27-
Marcum-Q function ~CHUTORO
29+
Fixed Sparse COO NormalizeDuplicates ~Mohamed Moussa
30+
Marcum-Q and Log1p functions ~CHUTORO
2831
Series: stable series summation
2932
Providers: binary names and loading changes to follow conventions and better x-plat
3033
Providers: drop managed reference linear algebra provider

src/Providers.OpenBLAS/Providers.OpenBLAS.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>MathNet.Numerics.Providers.OpenBLAS</PackageId>
1010
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Providers.OpenBLAS.Signed</PackageId>
1111
<VersionPrefix>5.0.0</VersionPrefix>
12-
<VersionSuffix>alpha08</VersionSuffix>
12+
<VersionSuffix>alpha09</VersionSuffix>
1313
<Title>Math.NET Numerics OpenBLAS Provider$(TitleSuffix)</Title>
1414
<Description>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)</Description>
1515
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@@ -19,12 +19,15 @@ BREAKING: all native provider adapters moved out to separate NuGet packages
1919
BREAKING: switch many usages of tuples to value tuples (experimental)
2020
Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
22+
Random: NextBigIngegerSequence ~Silver-Fang
23+
Random: xoshiro256StarStar fix out of range exception ~Charlie Turndorf
2224
Precision: Perf: pre-compute negative powers ~Febin
2325
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
2426
Root Finding: Newton-Raphson better handling of zero-evaluations
2527
Fit.Curve and FindMinimum extended to accept two more parameters
2628
Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney
27-
Marcum-Q function ~CHUTORO
29+
Fixed Sparse COO NormalizeDuplicates ~Mohamed Moussa
30+
Marcum-Q and Log1p functions ~CHUTORO
2831
Series: stable series summation
2932
Providers: binary names and loading changes to follow conventions and better x-plat
3033
Providers: drop managed reference linear algebra provider

0 commit comments

Comments
 (0)