|
|
|
@ -7,9 +7,9 @@ |
|
|
|
<IsPackable>true</IsPackable> |
|
|
|
<PackageId>MathNet.Numerics.FSharp</PackageId> |
|
|
|
<VersionPrefix>4.0.0</VersionPrefix> |
|
|
|
<VersionSuffix>alpha03</VersionSuffix> |
|
|
|
<PackageVersion>4.0.0-alpha03</PackageVersion> |
|
|
|
<Version>4.0.0-alpha03</Version> |
|
|
|
<VersionSuffix>alpha04</VersionSuffix> |
|
|
|
<PackageVersion>4.0.0-alpha04</PackageVersion> |
|
|
|
<Version>4.0.0-alpha04</Version> |
|
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion> |
|
|
|
<FileVersion>4.0.0.0</FileVersion> |
|
|
|
<Title>Math.NET Numerics for F#</Title> |
|
|
|
@ -24,7 +24,8 @@ |
|
|
|
<PackageIconUrl>https://www.mathdotnet.com/images/MathNet128.png</PackageIconUrl> |
|
|
|
<PackageReleaseNotes>Prerelease to test .Net Standard support and establish dotnet SDK build automation |
|
|
|
Assembly code signing (X.509) using SHA2 (256) |
|
|
|
BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling.</PackageReleaseNotes> |
|
|
|
BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling |
|
|
|
BUG: Matrix.GetHashCode for wide matrices ~mjmckp</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> |
|
|
|
|