From 6e738ea96893aa9d0b74bf759434ad19cfc23602 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 9 Apr 2017 19:22:30 +0200 Subject: [PATCH] Release v3.18.0 --- RELEASENOTES.md | 3 +++ src/FSharp/AssemblyInfo.fs | 6 +++--- src/FSharpUnitTests/AssemblyInfo.fs | 6 +++--- src/Numerics/Properties/AssemblyInfo.cs | 6 +++--- src/UnitTests/Properties/AssemblyInfo.cs | 6 +++--- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index db038903..d0b7ead5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,6 @@ +### 3.18.0 - 2017-04-09 +* FFT: single-precision support *~AlexHild* + ### 3.17.0 - 2017-01-15 * Random: random sources (all except crypto) now support ephemeral serialization. * Linear Algebra: explicit impl to copy a range of a row of a sparse matrix to a range of a sparse vector *~arthurvb* diff --git a/src/FSharp/AssemblyInfo.fs b/src/FSharp/AssemblyInfo.fs index 16188cef..f5b65265 100644 --- a/src/FSharp/AssemblyInfo.fs +++ b/src/FSharp/AssemblyInfo.fs @@ -44,9 +44,9 @@ open System.Runtime.InteropServices [] [] -[] -[] -[] +[] +[] +[] #if PORTABLE #else diff --git a/src/FSharpUnitTests/AssemblyInfo.fs b/src/FSharpUnitTests/AssemblyInfo.fs index 10060748..23d9162e 100644 --- a/src/FSharpUnitTests/AssemblyInfo.fs +++ b/src/FSharpUnitTests/AssemblyInfo.fs @@ -10,9 +10,9 @@ open System.Runtime.InteropServices [] [] -[] -[] -[] +[] +[] +[] #if PORTABLE #else diff --git a/src/Numerics/Properties/AssemblyInfo.cs b/src/Numerics/Properties/AssemblyInfo.cs index 6471fd60..b16da759 100644 --- a/src/Numerics/Properties/AssemblyInfo.cs +++ b/src/Numerics/Properties/AssemblyInfo.cs @@ -45,9 +45,9 @@ using System.Runtime.InteropServices; [assembly: CLSCompliant(true)] [assembly: NeutralResourcesLanguage("en")] -[assembly: AssemblyVersion("3.17.0.0")] -[assembly: AssemblyFileVersion("3.17.0.0")] -[assembly: AssemblyInformationalVersion("3.17.0")] +[assembly: AssemblyVersion("3.18.0.0")] +[assembly: AssemblyFileVersion("3.18.0.0")] +[assembly: AssemblyInformationalVersion("3.18.0")] #if PORTABLE diff --git a/src/UnitTests/Properties/AssemblyInfo.cs b/src/UnitTests/Properties/AssemblyInfo.cs index dd043e6d..b8b64b49 100644 --- a/src/UnitTests/Properties/AssemblyInfo.cs +++ b/src/UnitTests/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ using MathNet.Numerics.UnitTests; [assembly: ComVisible(false)] [assembly: Guid("04157581-63f3-447b-a277-83c6e69126a4")] -[assembly: AssemblyVersion("3.17.0.0")] -[assembly: AssemblyFileVersion("3.17.0.0")] -[assembly: AssemblyInformationalVersion("3.17.0")] +[assembly: AssemblyVersion("3.18.0.0")] +[assembly: AssemblyFileVersion("3.18.0.0")] +[assembly: AssemblyInformationalVersion("3.18.0")] [assembly: UseLinearAlgebraProvider]