|
8 | 8 | <IsPackable>true</IsPackable> |
9 | 9 | <PackageId>MathNet.Numerics.FSharp</PackageId> |
10 | 10 | <PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.FSharp.Signed</PackageId> |
11 | | - <VersionPrefix>4.15.0</VersionPrefix> |
12 | | - <VersionSuffix></VersionSuffix> |
| 11 | + <VersionPrefix>5.0.0</VersionPrefix> |
| 12 | + <VersionSuffix>alpha01</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>Precision: Round (with integer part rounding) ~Jon Larborn |
16 | | -Precision: RoundToMultiple, RoundToPower |
17 | | -F#: BigRational.FromDecimal ~Brian Berns</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 | +Distributions: Logistic ~Bobby Ingram |
| 21 | +Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin |
| 22 | +Precision: Perf: pre-compute negative powers ~Febin |
| 23 | +Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim |
| 24 | +Fit.Curve and FindMinimum extended to accept two more parameters |
| 25 | +Series: stable series summation |
| 26 | +Providers: drop managed reference linear algebra provider |
| 27 | +Providers: native providers no longer inherit managed providers, managed now sealed |
| 28 | +Providers: MKL provider compilation switched to Intel oneAPI MKL |
| 29 | +Lots of internal cleanup, leveraging newer language features |
| 30 | +Data: now released always together with Numerics (no longer separate versioning) |
| 31 | +Control.Describe now includes CPU architecture and family identifier if know</PackageReleaseNotes> |
18 | 32 | <PackageTags>fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags> |
19 | 33 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
20 | 34 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
|
0 commit comments