Browse Source

Docs: update release notes and contributors

pull/601/head
Christoph Ruegg 8 years ago
parent
commit
1b8df36059
  1. 6
      CONTRIBUTORS.md
  2. 1
      RELEASENOTES.md
  3. 3
      src/FSharp/FSharp.fsproj
  4. 3
      src/Numerics/Numerics.csproj

6
CONTRIBUTORS.md

@ -20,6 +20,7 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Scott Stephens
- Ignas Anikevicius
- Alexander Karatarakis
- Tobias Glaubach
- Eirik Ovegard
- Thomas Ibel
- Yoonku Hwang
@ -36,6 +37,7 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Frank A. Krueger
- Andriy Bratiychuk
- Jack Pappas
- Jon Smit
- Phil Cleveland
- jnyrup
- Aappo Pulkkinen
@ -50,7 +52,6 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Gauthier Segay
- Hythem Sidky
- John C Barstow
- Jon Smit
- Justin Needham
- Ksero
- Patrick van der Velde
@ -70,6 +71,7 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Albert Pang
- Alex Hild
- Ben Hewins
- Colin Green
- Dan
- David Falkner
- Elias Abou Jaoude
@ -86,8 +88,10 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Martin Posch
- Matt Heffron
- Max Malook
- Michael Holroyd
- Mirth Hickford
- Paul Varkey
- Richard Reader
- Sergey Kosukhin
- Sunny Ahuwanya
- Till Hoffmann

1
RELEASENOTES.md

@ -1,6 +1,7 @@
### 4.6.0 - 2018-10-19
* Polynomial: New Polynomial data structure *~Tobias Glaubach*
* Statistics: Correlate.Auto auto correlation *~Tobias Glaubach*
* Curve Fitting: Fit.Curve for non-linear least-squares fitting to an arbitray function
### 4.5.1 - 2018-05-22
* Signed NuGet packages

3
src/FSharp/FSharp.fsproj

@ -12,7 +12,8 @@
<Title>Math.NET Numerics for F#$(TitleSuffix)</Title>
<Description>F# Modules for Math.NET Numerics, the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net Framework 4.5 or higher and .Net Standard 1.6 or higher, on Windows, Linux and Mac.$(DescriptionSuffix)</Description>
<PackageReleaseNotes>Polynomial: New Polynomial data structure ~Tobias Glaubach
Statistics: Correlate.Auto auto correlation ~Tobias Glaubach</PackageReleaseNotes>
Statistics: Correlate.Auto auto correlation ~Tobias Glaubach
Curve Fitting: Fit.Curve for non-linear least-squares fitting to an arbitray function</PackageReleaseNotes>
<PackageTags>fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags>
<IsTool>false</IsTool>
<NeutralLanguage>en</NeutralLanguage>

3
src/Numerics/Numerics.csproj

@ -12,7 +12,8 @@
<Title>Math.NET Numerics$(TitleSuffix)</Title>
<Description>Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net Framework 4.0 or higher and .Net Standard 1.3 or higher, on Windows, Linux and Mac.$(DescriptionSuffix)</Description>
<PackageReleaseNotes>Polynomial: New Polynomial data structure ~Tobias Glaubach
Statistics: Correlate.Auto auto correlation ~Tobias Glaubach</PackageReleaseNotes>
Statistics: Correlate.Auto auto correlation ~Tobias Glaubach
Curve Fitting: Fit.Curve for non-linear least-squares fitting to an arbitray function</PackageReleaseNotes>
<PackageTags>math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags>
<IsTool>false</IsTool>
<NeutralLanguage>en</NeutralLanguage>

Loading…
Cancel
Save