|
9 | 9 | <PackageId>MathNet.Numerics.FSharp</PackageId> |
10 | 10 | <PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.FSharp.Signed</PackageId> |
11 | 11 | <VersionPrefix>5.0.0</VersionPrefix> |
12 | | - <VersionSuffix>beta02</VersionSuffix> |
| 12 | + <VersionSuffix></VersionSuffix> |
13 | 13 | <Title>Math.NET Numerics for F#$(TitleSuffix)</Title> |
14 | 14 | <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> |
15 | | - <PackageReleaseNotes>BUG: Fix sparse inplace pointwise multiplication and division ~jkalias |
16 | | -Code maintenance, prefer looping over local arrays</PackageReleaseNotes> |
| 15 | + <PackageReleaseNotes>COMPATIBILITY: net5.0, net48 better supported with explicit builds |
| 16 | +COMPATIBILITY: netstandard1.x, net40, net45 no longer supported |
| 17 | +BREAKING: drop all which was marked as obsolete |
| 18 | +BREAKING: all native provider adapters moved out to separate NuGet packages |
| 19 | +BREAKING: switch many usages of tuples to value tuples (experimental) |
| 20 | +Linear Algebra: Fix sparse inplace pointwise multiplication and division ~jkalias |
| 21 | +Distributions: Logistic ~Bobby Ingram |
| 22 | +Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin |
| 23 | +Random: NextBigIngegerSequence ~Silver-Fang |
| 24 | +Random: xoshiro256StarStar fix out of range exception ~Charlie Turndorf |
| 25 | +Precision: Perf: pre-compute negative powers ~Febin |
| 26 | +Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim |
| 27 | +Root Finding: Newton-Raphson better handling of zero-evaluations |
| 28 | +Fit.Curve and FindMinimum extended to accept two more parameters |
| 29 | +Fixed an index out of bounds issue when calculating BFGS minimizer with one variable ~Shiney |
| 30 | +Fixed Sparse COO NormalizeDuplicates ~Mohamed Moussa |
| 31 | +Marcum-Q and Log1p functions ~CHUTORO |
| 32 | +Series: stable series summation |
| 33 | +Cubic Spline: Extrema and Stationary Points ~Eduardo Rojas |
| 34 | +Statistics: Weighted Descriptive and Running Statistics ~Richard Allen |
| 35 | +Providers: binary names and loading changes to follow conventions and better x-plat |
| 36 | +Providers: drop managed reference linear algebra provider |
| 37 | +Providers: native providers no longer inherit managed providers, managed now sealed |
| 38 | +Providers: MKL provider compilation switched to Intel oneAPI MKL |
| 39 | +Providers: support for provider packages with runtime folders |
| 40 | +Better support for System.Text.Json: Polynomial, DescriptiveStatistics ~Joseph Petersen |
| 41 | +Lots of internal cleanup, leveraging newer language features |
| 42 | +Data: now released always together with Numerics (no longer separate versioning) |
| 43 | +Control.Describe now includes CPU architecture and family identifier if know</PackageReleaseNotes> |
17 | 44 | <PackageTags>fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags> |
18 | 45 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
19 | 46 | <EnableDefaultCompileItems>false</EnableDefaultCompileItems> |
|
0 commit comments