Browse Source

Release Native Providers: v1.7.0 (rev 7)

cuda native-v1.7.0
Christoph Ruegg 12 years ago
parent
commit
a33eca054a
  1. 11
      RELEASENOTES-Native.md
  2. 8
      src/NativeProviders/Common/resource.rc

11
RELEASENOTES-Native.md

@ -1,9 +1,14 @@
### 1.7.0 - 2014-12-31
* MKL: r7 with Intel MKL 11.2 Update 1
* MKL: memory functions
### 1.6.0 - 2014-06-21
* MKL r6: capability to control max number of threads
* MKL: r6 with Intel MKL 11.1 Update 3
* MKL: capability to control max number of threads
### 1.5.0 - 2014-06-15
* MKL: Built with Intel MKL 11.1 Update 3
* MKL: with Intel MKL 11.1 Update 3
### 1.4.0 - 2014-03-01
* MKL: Built with Intel MKL 11.1 Update 2
* MKL: with Intel MKL 11.1 Update 2
* MKL: Capability querying support

8
src/NativeProviders/Common/resource.rc

@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,6,0,0
PRODUCTVERSION 1,6,0,0
FILEVERSION 1,7,0,0
PRODUCTVERSION 1,7,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -70,12 +70,12 @@ BEGIN
VALUE "Comments", "http://numerics.mathdotnet.com/"
VALUE "CompanyName", "Math.NET"
VALUE "FileDescription", "MathNET Numerics Native Provider"
VALUE "FileVersion", "1.6.0.0"
VALUE "FileVersion", "1.7.0.0"
VALUE "InternalName", "Math.NET"
VALUE "LegalCopyright", "Copyright (C) Math.NET 2009-2014"
VALUE "OriginalFilename", "MathNet.Numerics"
VALUE "ProductName", "Math.NET Numerics"
VALUE "ProductVersion", "1.6.0.0"
VALUE "ProductVersion", "1.7.0.0"
END
END
BLOCK "VarFileInfo"

Loading…
Cancel
Save