diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c031dc85..668eec0d 100644 --- a/CONTRIBUTORS.md +++ b/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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2334beed..d579fff2 100644 --- a/RELEASENOTES.md +++ b/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 diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index a1d0a719..8b541e30 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -12,7 +12,8 @@ Math.NET Numerics for F#$(TitleSuffix) 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) Polynomial: New Polynomial data structure ~Tobias Glaubach -Statistics: Correlate.Auto auto correlation ~Tobias Glaubach +Statistics: Correlate.Auto auto correlation ~Tobias Glaubach +Curve Fitting: Fit.Curve for non-linear least-squares fitting to an arbitray function fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false en diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index 1accb68c..bb52ab69 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -12,7 +12,8 @@ Math.NET Numerics$(TitleSuffix) 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) Polynomial: New Polynomial data structure ~Tobias Glaubach -Statistics: Correlate.Auto auto correlation ~Tobias Glaubach +Statistics: Correlate.Auto auto correlation ~Tobias Glaubach +Curve Fitting: Fit.Curve for non-linear least-squares fitting to an arbitray function math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false en