Browse Source

Release v4.0.0-beta06

pull/555/merge v4.0.0-beta06
Christoph Ruegg 8 years ago
parent
commit
cdd4d21209
  1. 9
      RELEASENOTES.md
  2. 2
      src/FSharp/AssemblyInfo.fs
  3. 16
      src/FSharp/FSharp.fsproj
  4. 2
      src/FSharpUnitTests/AssemblyInfo.fs
  5. 16
      src/Numerics/Numerics.csproj
  6. 2
      src/UnitTests/Properties/AssemblyInfo.cs

9
RELEASENOTES.md

@ -1,3 +1,12 @@
### 4.0.0-beta06 - 2018-02-03
* Rework conditional compilation to simplify and increase the .Net Standard api surface
* BREAKING: Native provider implementation types internal (but can be constructed explicitly)
* BREAKING: Native provider control API moved from Control to per-provider Control classes
* Control.Describe: human readable summary of the effective Math.NET Numerics configuration
* Fixed a whole range of inline documentation typos *~Jonas Nyrup*
* Build: reworked test build targets, switched to Paket magic mode
* Examples: moved to examples folder, new framework target integration project file examples
### 4.0.0-beta05 - 2018-01-22
* BUG: Distributions: BetaScaled no longer ignores optional random source parameter
* BUG: Trigonometry: Complex trigonometric functions behave on large imput *~diluculo*

2
src/FSharp/AssemblyInfo.fs

@ -46,7 +46,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyVersion("4.0.0.0")>]
[<assembly: AssemblyFileVersion("4.0.0.0")>]
[<assembly: AssemblyInformationalVersion("4.0.0-beta05")>]
[<assembly: AssemblyInformationalVersion("4.0.0-beta06")>]
[<assembly: ComVisible(false)>]
[<assembly: Guid("048BC4EB-CE2B-4040-9967-4784F5405B0F")>]

16
src/FSharp/FSharp.fsproj

@ -9,9 +9,9 @@
<IsPackable>true</IsPackable>
<PackageId>MathNet.Numerics.FSharp</PackageId>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>beta05</VersionSuffix>
<PackageVersion>4.0.0-beta05</PackageVersion>
<Version>4.0.0-beta05</Version>
<VersionSuffix>beta06</VersionSuffix>
<PackageVersion>4.0.0-beta06</PackageVersion>
<Version>4.0.0-beta06</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<Title>Math.NET Numerics for F#</Title>
@ -24,9 +24,13 @@
<PackageLicenseUrl>https://numerics.mathdotnet.com/License.html</PackageLicenseUrl>
<PackageProjectUrl>https://numerics.mathdotnet.com/</PackageProjectUrl>
<PackageIconUrl>https://www.mathdotnet.com/images/MathNet128.png</PackageIconUrl>
<PackageReleaseNotes>BUG: Distributions: BetaScaled no longer ignores optional random source parameter
BUG: Trigonometry: Complex trigonometric functions behave on large imput ~diluculo
All: code quality fixes ~Jonas Nyrup</PackageReleaseNotes>
<PackageReleaseNotes>Rework conditional compilation to simplify and increase the .Net Standard api surface
BREAKING: Native provider implementation types internal (but can be constructed explicitly)
BREAKING: Native provider control API moved from Control to per-provider Control classes
Control.Describe: human readable summary of the effective Math.NET Numerics configuration
Fixed a whole range of inline documentation typos ~Jonas Nyrup
Build: reworked test build targets, switched to Paket magic mode
Examples: moved to examples folder, new framework target integration project file examples</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>

2
src/FSharpUnitTests/AssemblyInfo.fs

@ -12,7 +12,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyVersion("4.0.0.0")>]
[<assembly: AssemblyFileVersion("4.0.0.0")>]
[<assembly: AssemblyInformationalVersion("4.0.0-beta05")>]
[<assembly: AssemblyInformationalVersion("4.0.0-beta06")>]
[<assembly: ComVisible(false)>]
[<assembly: Guid("C9AA6156-F799-42E4-B50D-2E88AD7D1750")>]

16
src/Numerics/Numerics.csproj

@ -9,9 +9,9 @@
<IsPackable>true</IsPackable>
<PackageId>MathNet.Numerics</PackageId>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>beta05</VersionSuffix>
<PackageVersion>4.0.0-beta05</PackageVersion>
<Version>4.0.0-beta05</Version>
<VersionSuffix>beta06</VersionSuffix>
<PackageVersion>4.0.0-beta06</PackageVersion>
<Version>4.0.0-beta06</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<Title>Math.NET Numerics</Title>
@ -24,9 +24,13 @@
<PackageLicenseUrl>https://numerics.mathdotnet.com/License.html</PackageLicenseUrl>
<PackageProjectUrl>https://numerics.mathdotnet.com/</PackageProjectUrl>
<PackageIconUrl>https://www.mathdotnet.com/images/MathNet128.png</PackageIconUrl>
<PackageReleaseNotes>BUG: Distributions: BetaScaled no longer ignores optional random source parameter
BUG: Trigonometry: Complex trigonometric functions behave on large imput ~diluculo
All: code quality fixes ~Jonas Nyrup</PackageReleaseNotes>
<PackageReleaseNotes>Rework conditional compilation to simplify and increase the .Net Standard api surface
BREAKING: Native provider implementation types internal (but can be constructed explicitly)
BREAKING: Native provider control API moved from Control to per-provider Control classes
Control.Describe: human readable summary of the effective Math.NET Numerics configuration
Fixed a whole range of inline documentation typos ~Jonas Nyrup
Build: reworked test build targets, switched to Paket magic mode
Examples: moved to examples folder, new framework target integration project file examples</PackageReleaseNotes>
<PackageTags>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>

2
src/UnitTests/Properties/AssemblyInfo.cs

@ -11,6 +11,6 @@ using MathNet.Numerics.UnitTests;
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: AssemblyInformationalVersion("4.0.0-beta05")]
[assembly: AssemblyInformationalVersion("4.0.0-beta06")]
[assembly: UseLinearAlgebraProvider]

Loading…
Cancel
Save