Skip to content

Commit b5a4175

Browse files
committed
Release v3.7.0
1 parent 4a1af82 commit b5a4175

File tree

8 files changed

+151
-120
lines changed

8 files changed

+151
-120
lines changed

CONTRIBUTORS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
2222
- Gustavo Guerra
2323
- Alexander Täschner
2424
- Hani Medhat
25+
- Kuan Bartel
26+
- Matthew A. Johnson
2527
- manyue
2628
- David Prince
2729
- Andriy Bratiychuk
2830
- Jack Pappas
29-
- Kuan Bartel
3031
- Artyom Baranovskiy
3132
- Ashley Messer
3233
- Candy Chiu
@@ -37,13 +38,15 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
3738
- Anders Gustafsson
3839
- Gauthier Segay
3940
- Hythem Sidky
41+
- Justin Needham
4042
- Patrick van der Velde
4143
- Robin Neatherway
4244
- Andrew Kazyrevich
4345
- Ethar Alali
4446
- Feodor Fitsner
4547
- Iain McDonald
4648
- Kyle Parrigan
49+
- borfudin
4750
- Gregor959
4851
- IUser
4952
- Iain Sproat
@@ -59,6 +62,7 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
5962
- VicPara
6063
- Baltazar Bieniek
6164
- bstrausser
65+
- logophobia
6266
- mjmckp
6367
- nyuriks
6468
- seahearman

MathNet.Numerics.All.sln.DotSettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ OTHER DEALINGS IN THE SOFTWARE.
7070
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SVD/@EntryIndexedValue">SVD</s:String>
7171
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=TFQMR/@EntryIndexedValue">TFQMR</s:String>
7272
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=WH/@EntryIndexedValue">WH</s:String>
73+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue">True</s:Boolean>
7374
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
7475
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
7576
<s:String x:Key="/Default/FilterSettingsManager/AttributeFilterXml/@EntryValue">&lt;data /&gt;</s:String>

RELEASENOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### 3.7.0 - 2015-05-09
2+
* Statistics: RunningStatistics now propagates min/max on Combine, handles NaN on Push.
3+
* Statistics: new MovingStatistics providing descriptive statistics over a moving window *~Marcus Cuda*
4+
* Statistics: new Statistics.MovingAverage.
5+
* Statistics: Improved Histogram handling of small-width buckets *~Justin Needham*
6+
* Distributions: ChiSquare.InvCDF *~logophobia*
7+
* FFT: Fourier.FrequencyScale to generate the frequency corresponding to each index in frequency space.
8+
* BUG: FFT: fix Bluestein algorithm for sequences with more than 46341 samples but not power-of-two.
9+
* Linear Algebra: SparseVector.AbsoluteMaximumIndex *~Matt Heffron*
10+
* MKL Native Provider: OSX build script *~Marcus Cuda*
11+
* MKL Native Provider: new combined NuGet package with a proper build target (no more manual file handling needed).
12+
* OpenBLAS Native Provider: a new linear algebra provider using OpenBLAS *~Kuan Bartel*
13+
* CUDA Native Provider: a new GPU-based linear algebra provider using Nvidia CUDA *~Matthew A. Johnson*
14+
* Native Providers: now versioned separately for each kind (MKL, CUDA, OpenBLAS).
15+
116
### 3.6.0 - 2015-03-22
217
* Distributions: ChiSquare.CDF more robust for large numbers *~Baltazar Bieniek*
318
* Linear Algebra: MatrixStorage.Map2 equivalent to VectorStorage.Map2

src/FSharp/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ open System.Runtime.InteropServices
4545
[<assembly: AssemblyCulture("")>]
4646
[<assembly: NeutralResourcesLanguage("en")>]
4747

48-
[<assembly: AssemblyVersion("3.6.0.0")>]
49-
[<assembly: AssemblyFileVersion("3.6.0.0")>]
50-
[<assembly: AssemblyInformationalVersion("3.6.0")>]
48+
[<assembly: AssemblyVersion("3.7.0.0")>]
49+
[<assembly: AssemblyFileVersion("3.7.0.0")>]
50+
[<assembly: AssemblyInformationalVersion("3.7.0")>]
5151

5252
#if PORTABLE
5353
#else

src/FSharpUnitTests/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ open System.Runtime.InteropServices
1010
[<assembly: AssemblyProduct("Math.NET Numerics")>]
1111
[<assembly: AssemblyCopyright("Copyright (c) Math.NET Project")>]
1212

13-
[<assembly: AssemblyVersion("3.6.0.0")>]
14-
[<assembly: AssemblyFileVersion("3.6.0.0")>]
15-
[<assembly: AssemblyInformationalVersion("3.6.0")>]
13+
[<assembly: AssemblyVersion("3.7.0.0")>]
14+
[<assembly: AssemblyFileVersion("3.7.0.0")>]
15+
[<assembly: AssemblyInformationalVersion("3.7.0")>]
1616

1717
#if PORTABLE
1818
#else

src/Numerics/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
[assembly: CLSCompliant(true)]
4646
[assembly: NeutralResourcesLanguage("en")]
4747

48-
[assembly: AssemblyVersion("3.6.0.0")]
49-
[assembly: AssemblyFileVersion("3.6.0.0")]
50-
[assembly: AssemblyInformationalVersion("3.6.0")]
48+
[assembly: AssemblyVersion("3.7.0.0")]
49+
[assembly: AssemblyFileVersion("3.7.0.0")]
50+
[assembly: AssemblyInformationalVersion("3.7.0")]
5151

5252
#if PORTABLE
5353

0 commit comments

Comments
 (0)