Skip to content

Commit

Permalink
Release v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrnet committed Sep 6, 2014
1 parent aeff418 commit 84cc4a9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Robin Neatherway
- Andrew Kazyrevich
- Ethar Alali
- Evelina Gabasova
- Feodor Fitsner
- Iain McDonald
- Gregor959
Expand Down
5 changes: 4 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### 3.2.2 - 3014-09-05
### 3.2.3 - 2014-09-06
* Bug fix: MatrixNormal distribution: density for non-square matrices *~Evelina Gabasova*

### 3.2.2 - 2014-09-05
* Bug fix: MatrixNormal distribution: density computation switched row and column covariance *~Evelina Gabasova*

### 3.2.1 - 2014-08-05
Expand Down
6 changes: 3 additions & 3 deletions src/FSharp/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCulture("")>]
[<assembly: NeutralResourcesLanguage("en")>]

[<assembly: AssemblyVersion("3.2.2.0")>]
[<assembly: AssemblyFileVersion("3.2.2.0")>]
[<assembly: AssemblyInformationalVersion("3.2.2")>]
[<assembly: AssemblyVersion("3.2.3.0")>]
[<assembly: AssemblyFileVersion("3.2.3.0")>]
[<assembly: AssemblyInformationalVersion("3.2.3")>]

#if PORTABLE
#else
Expand Down
6 changes: 3 additions & 3 deletions src/FSharpUnitTests/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ open System.Runtime.InteropServices
[<assembly: AssemblyProduct("Math.NET Numerics")>]
[<assembly: AssemblyCopyright("Copyright (c) Math.NET Project")>]

[<assembly: AssemblyVersion("3.2.2.0")>]
[<assembly: AssemblyFileVersion("3.2.2.0")>]
[<assembly: AssemblyInformationalVersion("3.2.2")>]
[<assembly: AssemblyVersion("3.2.3.0")>]
[<assembly: AssemblyFileVersion("3.2.3.0")>]
[<assembly: AssemblyInformationalVersion("3.2.3")>]

#if PORTABLE
#else
Expand Down
6 changes: 3 additions & 3 deletions src/Numerics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en")]

[assembly: AssemblyVersion("3.2.2.0")]
[assembly: AssemblyFileVersion("3.2.2.0")]
[assembly: AssemblyInformationalVersion("3.2.2")]
[assembly: AssemblyVersion("3.2.3.0")]
[assembly: AssemblyFileVersion("3.2.3.0")]
[assembly: AssemblyInformationalVersion("3.2.3")]

#if PORTABLE

Expand Down
6 changes: 3 additions & 3 deletions src/UnitTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[assembly: ComVisible(false)]
[assembly: Guid("04157581-63f3-447b-a277-83c6e69126a4")]

[assembly: AssemblyVersion("3.2.2.0")]
[assembly: AssemblyFileVersion("3.2.2.0")]
[assembly: AssemblyInformationalVersion("3.2.2")]
[assembly: AssemblyVersion("3.2.3.0")]
[assembly: AssemblyFileVersion("3.2.3.0")]
[assembly: AssemblyInformationalVersion("3.2.3")]

[assembly: UseLinearAlgebraProvider]

0 comments on commit 84cc4a9

Please sign in to comment.