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 @@