|
|
|
@ -8,12 +8,12 @@ |
|
|
|
<RootNamespace>MathNet.Numerics</RootNamespace> |
|
|
|
<IsPackable>true</IsPackable> |
|
|
|
<PackageId>MathNet.Numerics.FSharp</PackageId> |
|
|
|
<VersionPrefix>4.1.0</VersionPrefix> |
|
|
|
<VersionSuffix>4.1.0</VersionSuffix> |
|
|
|
<PackageVersion>4.1.0</PackageVersion> |
|
|
|
<Version>4.1.0</Version> |
|
|
|
<AssemblyVersion>4.1.0.0</AssemblyVersion> |
|
|
|
<FileVersion>4.1.0.0</FileVersion> |
|
|
|
<VersionPrefix>4.2.0</VersionPrefix> |
|
|
|
<VersionSuffix>4.2.0</VersionSuffix> |
|
|
|
<PackageVersion>4.2.0</PackageVersion> |
|
|
|
<Version>4.2.0</Version> |
|
|
|
<AssemblyVersion>4.2.0.0</AssemblyVersion> |
|
|
|
<FileVersion>4.2.0.0</FileVersion> |
|
|
|
<Title>Math.NET Numerics for F#</Title> |
|
|
|
<Authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</Authors> |
|
|
|
<Company>Math.NET Project</Company> |
|
|
|
@ -24,7 +24,11 @@ |
|
|
|
<PackageLicenseUrl>https://numerics.mathdotnet.com/License.html</PackageLicenseUrl> |
|
|
|
<PackageProjectUrl>https://numerics.mathdotnet.com/</PackageProjectUrl> |
|
|
|
<PackageIconUrl>https://www.mathdotnet.com/images/MathNet128.png</PackageIconUrl> |
|
|
|
<PackageReleaseNotes>Curve Fitting: Fit.Power, Fit.Exponential, Fit.Logarithm (similar to excel trend curves)</PackageReleaseNotes> |
|
|
|
<PackageReleaseNotes>Native Providers: MklProvider and similar types now public (entry point for memory management, etc) |
|
|
|
Native Providers: All providers now support freeing resources without unloading the provider |
|
|
|
Native Providers: MKL provider sets consistency, precision and accuracy modes earlier to ensure they are applied |
|
|
|
Native Providers: If a provider has been loaded successfully, skip any future loading attempts (faster switching) |
|
|
|
Build: add .Net Framework 4.6.1 target (main package), switch to 4.6.1 for testing projects</PackageReleaseNotes> |
|
|
|
<PackageTags>fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags> |
|
|
|
<IsTool>false</IsTool> |
|
|
|
<RepositoryUrl>https://github.com/mathnet/mathnet-numerics</RepositoryUrl> |
|
|
|
|