Browse Source

Release Data Extensions: v3.0.0

provider data-v3.0.0
Christoph Ruegg 12 years ago
parent
commit
e13e34d226
  1. 7
      RELEASENOTES-Data.md
  2. 2
      src/Data/Matlab/Properties/AssemblyInfo.cs
  3. 2
      src/Data/Text/Properties/AssemblyInfo.cs
  4. 2
      src/DataUnitTests/Properties/AssemblyInfo.cs

7
RELEASENOTES-Data.md

@ -1,3 +1,10 @@
### 3.0.0 - 2014-07-23
* Requires at least Math.NET Numerics v3.0.0
* Text: static-only DelimitedReader/Writer api
* Matlab: static/stateless writer api design, consistent with reader
* Matlab: much more efficient reading/writing of sparse data *~Christian Woltering*
* Matlab: intermediate MatlabMatrix objects to support mixed-type matrices
### 3.0.0-beta02 - 2014-06-15
* Matlab: MATLAB Reader now static and stateless; easier to use
* Text: MatrixMarket: Compression enum instead of boolean flag

2
src/Data/Matlab/Properties/AssemblyInfo.cs

@ -44,4 +44,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0-beta02")]
[assembly: AssemblyInformationalVersion("3.0.0")]

2
src/Data/Text/Properties/AssemblyInfo.cs

@ -44,4 +44,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0-beta02")]
[assembly: AssemblyInformationalVersion("3.0.0")]

2
src/DataUnitTests/Properties/AssemblyInfo.cs

@ -16,4 +16,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0-beta02")]
[assembly: AssemblyInformationalVersion("3.0.0")]

Loading…
Cancel
Save