Browse Source

Release v5.0.0-alpha03

pull/886/head v5.0.0-alpha03
Christoph Ruegg 5 years ago
parent
commit
49e3693513
  1. 4
      RELEASENOTES.md
  2. 2
      docs/Build.md
  3. 4
      src/Data.Matlab/Data.Matlab.csproj
  4. 4
      src/Data.Text/Data.Text.csproj
  5. 4
      src/FSharp/FSharp.fsproj
  6. 4
      src/Numerics/Numerics.csproj
  7. 4
      src/Providers.CUDA/Providers.CUDA.csproj
  8. 4
      src/Providers.MKL/Providers.MKL.csproj
  9. 4
      src/Providers.OpenBLAS/Providers.OpenBLAS.csproj

4
RELEASENOTES.md

@ -1,4 +1,4 @@
### 5.0.0-alpha02 - 2021-07-11
### 5.0.0-alpha03 - 2021-12-05
* 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
@ -10,6 +10,8 @@
* Optimizations: Remove static properties in LevenbergMarquardtMinimizer *~Jong Hyun Kim*
* Root Finding: Newton-Raphson better handling of zero-evaluations
* 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: drop managed reference linear algebra provider
* Providers: native providers no longer inherit managed providers, managed now sealed

2
docs/Build.md

@ -170,7 +170,7 @@ Official Release Process (Maintainers only)
* Build Release:
build.sh all strongname
build.sh all --strongname
* Commit and push release notes and (auto-updated) assembly info files with new "Release: v1.2.3" commit

4
src/Data.Matlab/Data.Matlab.csproj

@ -9,7 +9,7 @@
<PackageId>MathNet.Numerics.Data.Matlab</PackageId>
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Data.Matlab.Signed</PackageId>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>alpha02</VersionSuffix>
<VersionSuffix>alpha03</VersionSuffix>
<Title>Math.NET Numerics - MATLAB Data I/O Extensions$(TitleSuffix)</Title>
<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>
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@ -23,6 +23,8 @@ 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
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: drop managed reference linear algebra provider
Providers: native providers no longer inherit managed providers, managed now sealed

4
src/Data.Text/Data.Text.csproj

@ -9,7 +9,7 @@
<PackageId>MathNet.Numerics.Data.Text</PackageId>
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Data.Text.Signed</PackageId>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>alpha02</VersionSuffix>
<VersionSuffix>alpha03</VersionSuffix>
<Title>Math.NET Numerics - Text Data I/O Extensions$(TitleSuffix)</Title>
<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>
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@ -23,6 +23,8 @@ 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
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: drop managed reference linear algebra provider
Providers: native providers no longer inherit managed providers, managed now sealed

4
src/FSharp/FSharp.fsproj

@ -9,7 +9,7 @@
<PackageId>MathNet.Numerics.FSharp</PackageId>
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.FSharp.Signed</PackageId>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>alpha02</VersionSuffix>
<VersionSuffix>alpha03</VersionSuffix>
<Title>Math.NET Numerics for F#$(TitleSuffix)</Title>
<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>
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@ -23,6 +23,8 @@ 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
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: drop managed reference linear algebra provider
Providers: native providers no longer inherit managed providers, managed now sealed

4
src/Numerics/Numerics.csproj

@ -9,7 +9,7 @@
<PackageId>MathNet.Numerics</PackageId>
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Signed</PackageId>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>alpha02</VersionSuffix>
<VersionSuffix>alpha03</VersionSuffix>
<Title>Math.NET Numerics$(TitleSuffix)</Title>
<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>
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@ -23,6 +23,8 @@ 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
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: drop managed reference linear algebra provider
Providers: native providers no longer inherit managed providers, managed now sealed

4
src/Providers.CUDA/Providers.CUDA.csproj

@ -9,7 +9,7 @@
<PackageId>MathNet.Numerics.Providers.CUDA</PackageId>
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Providers.CUDA.Signed</PackageId>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>alpha02</VersionSuffix>
<VersionSuffix>alpha03</VersionSuffix>
<Title>Math.NET Numerics CUDA Provider$(TitleSuffix)</Title>
<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>
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@ -23,6 +23,8 @@ 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
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: drop managed reference linear algebra provider
Providers: native providers no longer inherit managed providers, managed now sealed

4
src/Providers.MKL/Providers.MKL.csproj

@ -9,7 +9,7 @@
<PackageId>MathNet.Numerics.Providers.MKL</PackageId>
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Providers.MKL.Signed</PackageId>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>alpha02</VersionSuffix>
<VersionSuffix>alpha03</VersionSuffix>
<Title>Math.NET Numerics MKL Provider$(TitleSuffix)</Title>
<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>
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@ -23,6 +23,8 @@ 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
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: drop managed reference linear algebra provider
Providers: native providers no longer inherit managed providers, managed now sealed

4
src/Providers.OpenBLAS/Providers.OpenBLAS.csproj

@ -9,7 +9,7 @@
<PackageId>MathNet.Numerics.Providers.OpenBLAS</PackageId>
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Providers.OpenBLAS.Signed</PackageId>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>alpha02</VersionSuffix>
<VersionSuffix>alpha03</VersionSuffix>
<Title>Math.NET Numerics OpenBLAS Provider$(TitleSuffix)</Title>
<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>
<PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds
@ -23,6 +23,8 @@ 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
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: drop managed reference linear algebra provider
Providers: native providers no longer inherit managed providers, managed now sealed

Loading…
Cancel
Save