Skip to content

Commit 3a546ab

Browse files
committed
Release v5.0.0-alpha02
1 parent 2b67876 commit 3a546ab

File tree

12 files changed

+28
-12
lines changed

12 files changed

+28
-12
lines changed

RELEASENOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 5.0.0-alpha01 - 2021-06-27
1+
### 5.0.0-alpha02 - 2021-07-11
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
@@ -8,11 +8,13 @@
88
* Distributions: Perf: Cauchy avoid duplicate evaluation *~Febin*
99
* Precision: Perf: pre-compute negative powers *~Febin*
1010
* Optimizations: Remove static properties in LevenbergMarquardtMinimizer *~Jong Hyun Kim*
11+
* Root Finding: Newton-Raphson better handling of zero-evaluations
1112
* Fit.Curve and FindMinimum extended to accept two more parameters
1213
* Series: stable series summation
1314
* Providers: drop managed reference linear algebra provider
1415
* Providers: native providers no longer inherit managed providers, managed now sealed
1516
* Providers: MKL provider compilation switched to Intel oneAPI MKL
17+
* Better support for System.Text.Json: Polynomial, DescriptiveStatistics *~Joseph Petersen*
1618
* Lots of internal cleanup, leveraging newer language features
1719
* Data: now released always together with Numerics (no longer separate versioning)
1820
* Control.Describe now includes CPU architecture and family identifier if know

src/Data.Matlab/Data.Matlab.csproj

Lines changed: 3 additions & 1 deletion
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>alpha01</VersionSuffix>
12+
<VersionSuffix>alpha02</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
@@ -21,11 +21,13 @@ Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
2222
Precision: Perf: pre-compute negative powers ~Febin
2323
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
24+
Root Finding: Newton-Raphson better handling of zero-evaluations
2425
Fit.Curve and FindMinimum extended to accept two more parameters
2526
Series: stable series summation
2627
Providers: drop managed reference linear algebra provider
2728
Providers: native providers no longer inherit managed providers, managed now sealed
2829
Providers: MKL provider compilation switched to Intel oneAPI MKL
30+
Better support for System.Text.Json: Polynomial, DescriptiveStatistics ~Joseph Petersen
2931
Lots of internal cleanup, leveraging newer language features
3032
Data: now released always together with Numerics (no longer separate versioning)
3133
Control.Describe now includes CPU architecture and family identifier if know</PackageReleaseNotes>

src/Data.Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
[assembly: AssemblyVersion("5.0.0.0")]
1818
[assembly: AssemblyFileVersion("5.0.0.0")]
19-
[assembly: AssemblyInformationalVersion("5.0.0-alpha01")]
19+
[assembly: AssemblyInformationalVersion("5.0.0-alpha02")]

src/Data.Text/Data.Text.csproj

Lines changed: 3 additions & 1 deletion
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>alpha01</VersionSuffix>
12+
<VersionSuffix>alpha02</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
@@ -21,11 +21,13 @@ Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
2222
Precision: Perf: pre-compute negative powers ~Febin
2323
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
24+
Root Finding: Newton-Raphson better handling of zero-evaluations
2425
Fit.Curve and FindMinimum extended to accept two more parameters
2526
Series: stable series summation
2627
Providers: drop managed reference linear algebra provider
2728
Providers: native providers no longer inherit managed providers, managed now sealed
2829
Providers: MKL provider compilation switched to Intel oneAPI MKL
30+
Better support for System.Text.Json: Polynomial, DescriptiveStatistics ~Joseph Petersen
2931
Lots of internal cleanup, leveraging newer language features
3032
Data: now released always together with Numerics (no longer separate versioning)
3133
Control.Describe now includes CPU architecture and family identifier if know</PackageReleaseNotes>

src/FSharp.Tests/AssemblyInfo.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ open System.Runtime.InteropServices
1212

1313
[<assembly: AssemblyVersion("5.0.0.0")>]
1414
[<assembly: AssemblyFileVersion("5.0.0.0")>]
15-
[<assembly: AssemblyInformationalVersion("5.0.0-alpha01")>]
15+
[<assembly: AssemblyInformationalVersion("5.0.0-alpha02")>]
1616

1717
[<assembly: ComVisible(false)>]
1818
[<assembly: Guid("C9AA6156-F799-42E4-B50D-2E88AD7D1750")>]

src/FSharp/AssemblyInfo.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ open System.Runtime.InteropServices
4646

4747
[<assembly: AssemblyVersion("5.0.0.0")>]
4848
[<assembly: AssemblyFileVersion("5.0.0.0")>]
49-
[<assembly: AssemblyInformationalVersion("5.0.0-alpha01")>]
49+
[<assembly: AssemblyInformationalVersion("5.0.0-alpha02")>]
5050

5151
[<assembly: ComVisible(false)>]
5252
[<assembly: Guid("048BC4EB-CE2B-4040-9967-4784F5405B0F")>]

src/FSharp/FSharp.fsproj

Lines changed: 3 additions & 1 deletion
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>alpha01</VersionSuffix>
12+
<VersionSuffix>alpha02</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
@@ -21,11 +21,13 @@ Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
2222
Precision: Perf: pre-compute negative powers ~Febin
2323
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
24+
Root Finding: Newton-Raphson better handling of zero-evaluations
2425
Fit.Curve and FindMinimum extended to accept two more parameters
2526
Series: stable series summation
2627
Providers: drop managed reference linear algebra provider
2728
Providers: native providers no longer inherit managed providers, managed now sealed
2829
Providers: MKL provider compilation switched to Intel oneAPI MKL
30+
Better support for System.Text.Json: Polynomial, DescriptiveStatistics ~Joseph Petersen
2931
Lots of internal cleanup, leveraging newer language features
3032
Data: now released always together with Numerics (no longer separate versioning)
3133
Control.Describe now includes CPU architecture and family identifier if know</PackageReleaseNotes>

src/Numerics.Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
[assembly: AssemblyVersion("5.0.0.0")]
1313
[assembly: AssemblyFileVersion("5.0.0.0")]
14-
[assembly: AssemblyInformationalVersion("5.0.0-alpha01")]
14+
[assembly: AssemblyInformationalVersion("5.0.0-alpha02")]
1515

1616
[assembly: UseLinearAlgebraProvider]

src/Numerics/Numerics.csproj

Lines changed: 3 additions & 1 deletion
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>alpha01</VersionSuffix>
12+
<VersionSuffix>alpha02</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
@@ -21,11 +21,13 @@ Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
2222
Precision: Perf: pre-compute negative powers ~Febin
2323
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
24+
Root Finding: Newton-Raphson better handling of zero-evaluations
2425
Fit.Curve and FindMinimum extended to accept two more parameters
2526
Series: stable series summation
2627
Providers: drop managed reference linear algebra provider
2728
Providers: native providers no longer inherit managed providers, managed now sealed
2829
Providers: MKL provider compilation switched to Intel oneAPI MKL
30+
Better support for System.Text.Json: Polynomial, DescriptiveStatistics ~Joseph Petersen
2931
Lots of internal cleanup, leveraging newer language features
3032
Data: now released always together with Numerics (no longer separate versioning)
3133
Control.Describe now includes CPU architecture and family identifier if know</PackageReleaseNotes>

src/Providers.CUDA/Providers.CUDA.csproj

Lines changed: 3 additions & 1 deletion
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>alpha01</VersionSuffix>
12+
<VersionSuffix>alpha02</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
@@ -21,11 +21,13 @@ Distributions: Logistic ~Bobby Ingram
2121
Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
2222
Precision: Perf: pre-compute negative powers ~Febin
2323
Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
24+
Root Finding: Newton-Raphson better handling of zero-evaluations
2425
Fit.Curve and FindMinimum extended to accept two more parameters
2526
Series: stable series summation
2627
Providers: drop managed reference linear algebra provider
2728
Providers: native providers no longer inherit managed providers, managed now sealed
2829
Providers: MKL provider compilation switched to Intel oneAPI MKL
30+
Better support for System.Text.Json: Polynomial, DescriptiveStatistics ~Joseph Petersen
2931
Lots of internal cleanup, leveraging newer language features
3032
Data: now released always together with Numerics (no longer separate versioning)
3133
Control.Describe now includes CPU architecture and family identifier if know</PackageReleaseNotes>

0 commit comments

Comments
 (0)