diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 91e68cc9..5d4dab7b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,22 @@ +### 5.0.0-alpha01 - 2021-06-27 +* 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* +* Precision: Perf: pre-compute negative powers *~Febin* +* Optimizations: Remove static properties in LevenbergMarquardtMinimizer *~Jong Hyun Kim* +* Fit.Curve and FindMinimum extended to accept two more parameters +* Series: stable series summation +* 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 +* Lots of internal cleanup, leveraging newer language features +* Data: now released always together with Numerics (no longer separate versioning) +* Control.Describe now includes CPU architecture and family identifier if know + ### 4.15.0 - 2021-01-07 * Precision: Round (with integer part rounding) *~Jon Larborn* * Precision: RoundToMultiple, RoundToPower diff --git a/src/Data.Matlab/Data.Matlab.csproj b/src/Data.Matlab/Data.Matlab.csproj index 07792330..c4719d1f 100644 --- a/src/Data.Matlab/Data.Matlab.csproj +++ b/src/Data.Matlab/Data.Matlab.csproj @@ -8,13 +8,27 @@ true MathNet.Numerics.Data.Matlab MathNet.Numerics.Data.Matlab.Signed - 4.15.0 - + 5.0.0 + alpha01 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) - Precision: Round (with integer part rounding) ~Jon Larborn -Precision: RoundToMultiple, RoundToPower -F#: BigRational.FromDecimal ~Brian Berns + 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 +Precision: Perf: pre-compute negative powers ~Febin +Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim +Fit.Curve and FindMinimum extended to accept two more parameters +Series: stable series summation +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 +Lots of internal cleanup, leveraging newer language features +Data: now released always together with Numerics (no longer separate versioning) +Control.Describe now includes CPU architecture and family identifier if know math numeric data matlab false https://github.com/mathnet/mathnet-numerics diff --git a/src/Data.Tests/Properties/AssemblyInfo.cs b/src/Data.Tests/Properties/AssemblyInfo.cs index 01ee1e50..e0daeea8 100644 --- a/src/Data.Tests/Properties/AssemblyInfo.cs +++ b/src/Data.Tests/Properties/AssemblyInfo.cs @@ -14,6 +14,6 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] [assembly: Guid("bb41bee6-eb4c-48c9-8edd-7a5ae2422567")] -[assembly: AssemblyVersion("4.15.0.0")] -[assembly: AssemblyFileVersion("4.15.0.0")] -[assembly: AssemblyInformationalVersion("4.15.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyInformationalVersion("5.0.0-alpha01")] diff --git a/src/Data.Text/Data.Text.csproj b/src/Data.Text/Data.Text.csproj index f19304f2..9748a6c0 100644 --- a/src/Data.Text/Data.Text.csproj +++ b/src/Data.Text/Data.Text.csproj @@ -8,13 +8,27 @@ true MathNet.Numerics.Data.Text MathNet.Numerics.Data.Text.Signed - 4.15.0 - + 5.0.0 + alpha01 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) - Precision: Round (with integer part rounding) ~Jon Larborn -Precision: RoundToMultiple, RoundToPower -F#: BigRational.FromDecimal ~Brian Berns + 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 +Precision: Perf: pre-compute negative powers ~Febin +Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim +Fit.Curve and FindMinimum extended to accept two more parameters +Series: stable series summation +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 +Lots of internal cleanup, leveraging newer language features +Data: now released always together with Numerics (no longer separate versioning) +Control.Describe now includes CPU architecture and family identifier if know math numeric data text csv tsv json xml false https://github.com/mathnet/mathnet-numerics diff --git a/src/FSharp.Tests/AssemblyInfo.fs b/src/FSharp.Tests/AssemblyInfo.fs index a9508788..35de07fa 100644 --- a/src/FSharp.Tests/AssemblyInfo.fs +++ b/src/FSharp.Tests/AssemblyInfo.fs @@ -10,9 +10,9 @@ open System.Runtime.InteropServices [] [] -[] -[] -[] +[] +[] +[] [] [] diff --git a/src/FSharp/AssemblyInfo.fs b/src/FSharp/AssemblyInfo.fs index 72d5aaef..03b4b344 100644 --- a/src/FSharp/AssemblyInfo.fs +++ b/src/FSharp/AssemblyInfo.fs @@ -44,9 +44,9 @@ open System.Runtime.InteropServices [] [] -[] -[] -[] +[] +[] +[] [] [] diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 3a26ea2a..b0fe2501 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -8,13 +8,27 @@ true MathNet.Numerics.FSharp MathNet.Numerics.FSharp.Signed - 4.15.0 - + 5.0.0 + alpha01 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) - Precision: Round (with integer part rounding) ~Jon Larborn -Precision: RoundToMultiple, RoundToPower -F#: BigRational.FromDecimal ~Brian Berns + 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 +Precision: Perf: pre-compute negative powers ~Febin +Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim +Fit.Curve and FindMinimum extended to accept two more parameters +Series: stable series summation +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 +Lots of internal cleanup, leveraging newer language features +Data: now released always together with Numerics (no longer separate versioning) +Control.Describe now includes CPU architecture and family identifier if know fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false false diff --git a/src/Numerics.Tests/Properties/AssemblyInfo.cs b/src/Numerics.Tests/Properties/AssemblyInfo.cs index 0d3f6059..b11b2c08 100644 --- a/src/Numerics.Tests/Properties/AssemblyInfo.cs +++ b/src/Numerics.Tests/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ using MathNet.Numerics.UnitTests; [assembly: ComVisible(false)] [assembly: Guid("04157581-63f3-447b-a277-83c6e69126a4")] -[assembly: AssemblyVersion("4.15.0.0")] -[assembly: AssemblyFileVersion("4.15.0.0")] -[assembly: AssemblyInformationalVersion("4.15.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyInformationalVersion("5.0.0-alpha01")] [assembly: UseLinearAlgebraProvider] diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index dc9564a7..4a8f876d 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -8,13 +8,27 @@ true MathNet.Numerics MathNet.Numerics.Signed - 4.15.0 - + 5.0.0 + alpha01 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) - Precision: Round (with integer part rounding) ~Jon Larborn -Precision: RoundToMultiple, RoundToPower -F#: BigRational.FromDecimal ~Brian Berns + 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 +Precision: Perf: pre-compute negative powers ~Febin +Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim +Fit.Curve and FindMinimum extended to accept two more parameters +Series: stable series summation +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 +Lots of internal cleanup, leveraging newer language features +Data: now released always together with Numerics (no longer separate versioning) +Control.Describe now includes CPU architecture and family identifier if know math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft true false diff --git a/src/Providers.CUDA/Providers.CUDA.csproj b/src/Providers.CUDA/Providers.CUDA.csproj index 11ca002b..853939be 100644 --- a/src/Providers.CUDA/Providers.CUDA.csproj +++ b/src/Providers.CUDA/Providers.CUDA.csproj @@ -8,13 +8,27 @@ true MathNet.Numerics.Providers.CUDA MathNet.Numerics.Providers.CUDA.Signed - 4.15.0 - + 5.0.0 + alpha01 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) - Precision: Round (with integer part rounding) ~Jon Larborn -Precision: RoundToMultiple, RoundToPower -F#: BigRational.FromDecimal ~Brian Berns + 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 +Precision: Perf: pre-compute negative powers ~Febin +Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim +Fit.Curve and FindMinimum extended to accept two more parameters +Series: stable series summation +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 +Lots of internal cleanup, leveraging newer language features +Data: now released always together with Numerics (no longer separate versioning) +Control.Describe now includes CPU architecture and family identifier if know true false true diff --git a/src/Providers.MKL/Providers.MKL.csproj b/src/Providers.MKL/Providers.MKL.csproj index 38285d37..8e0d42e0 100644 --- a/src/Providers.MKL/Providers.MKL.csproj +++ b/src/Providers.MKL/Providers.MKL.csproj @@ -8,13 +8,27 @@ true MathNet.Numerics.Providers.MKL MathNet.Numerics.Providers.MKL.Signed - 4.15.0 - + 5.0.0 + alpha01 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) - Precision: Round (with integer part rounding) ~Jon Larborn -Precision: RoundToMultiple, RoundToPower -F#: BigRational.FromDecimal ~Brian Berns + 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 +Precision: Perf: pre-compute negative powers ~Febin +Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim +Fit.Curve and FindMinimum extended to accept two more parameters +Series: stable series summation +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 +Lots of internal cleanup, leveraging newer language features +Data: now released always together with Numerics (no longer separate versioning) +Control.Describe now includes CPU architecture and family identifier if know true false true diff --git a/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj b/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj index 07e45eff..1114d554 100644 --- a/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj +++ b/src/Providers.OpenBLAS/Providers.OpenBLAS.csproj @@ -8,13 +8,27 @@ true MathNet.Numerics.Providers.OpenBLAS MathNet.Numerics.Providers.OpenBLAS.Signed - 4.15.0 - + 5.0.0 + alpha01 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) - Precision: Round (with integer part rounding) ~Jon Larborn -Precision: RoundToMultiple, RoundToPower -F#: BigRational.FromDecimal ~Brian Berns + 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 +Precision: Perf: pre-compute negative powers ~Febin +Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim +Fit.Curve and FindMinimum extended to accept two more parameters +Series: stable series summation +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 +Lots of internal cleanup, leveraging newer language features +Data: now released always together with Numerics (no longer separate versioning) +Control.Describe now includes CPU architecture and family identifier if know true false true diff --git a/src/TestData/Properties/AssemblyInfo.cs b/src/TestData/Properties/AssemblyInfo.cs index 072660cb..4903d7db 100644 --- a/src/TestData/Properties/AssemblyInfo.cs +++ b/src/TestData/Properties/AssemblyInfo.cs @@ -14,5 +14,5 @@ using System.Runtime.InteropServices; [assembly: Guid("a4a6a08e-5265-4608-a43d-e4f2e210ba2d")] -[assembly: AssemblyVersion("4.15.0.0")] -[assembly: AssemblyFileVersion("4.15.0.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")]