From ae1c4fa483ee9d4b08cd0c4dfa4d082d01c89681 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 20 Jul 2013 19:23:45 +0200 Subject: [PATCH] Update release notes and contributors --- CONTRIBUTORS.md | 4 ++-- RELEASENOTES.md | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a04162cf..4cec7ee8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -10,7 +10,7 @@ The Math.NET project is a community effort. We accept contributions and pull req ### Contributors -*ordered by #commits, then alphabetically* +*ordered by #commits, then alphabetically (`git shortlog -sn`). Feel free to add a link to your personal site/blog and/or twitter handle.* - [Christoph Rüegg](http://christoph.ruegg.name/) (cdrnet) - [Marcus Cuda](http://marcuscuda.com/) @@ -20,6 +20,7 @@ The Math.NET project is a community effort. We accept contributions and pull req - Thomas Ibel (tibel) - Hani Medhat - manyue +- Alexander Täschner (taschna) - Andriy Bratiychuk (Abratiychuk) - Artyom Baranovskiy - Phil Cleveland (Phil) @@ -29,7 +30,6 @@ The Math.NET project is a community effort. We accept contributions and pull req - Anders Gustafsson (cureos) - Andrew Kazyrevich - Iain McDonald (lifebeyondfife) -- Alexander Täschner (taschna) - Candy Chiu - Gauthier Segay - Gregor959 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0b661914..c6d3f6f8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -10,8 +10,8 @@ NuGet Packages, available in the [NuGet Gallery](https://nuget.org/profiles/math - `MathNet.Numerics` - core package, including both .Net 4 and portable builds - `MathNet.Numerics.FSharp` - optional extensions for a better F# experience -- `MathNet.Numerics.Data.Text` - optional extensions for text-based matrix input/output (CSV for now) -- `MathNet.Numerics.Data.Matlab` - optional extensions for Matlab matrix file input/output +- `MathNet.Numerics.Data.Text` - NEW: optional extensions for text-based matrix input/output (CSV for now) +- `MathNet.Numerics.Data.Matlab` - NEW: optional extensions for Matlab matrix file input/output - `MathNet.Numerics.MKL.Win-x86` - optional Linear Algebra MKL native provider - `MathNet.Numerics.MKL.Win-x64` - optional Linear Algebra MKL native provider - `MathNet.Numerics.MKL.Linux-x86` - optional Linear Algebra MKL native provider @@ -37,8 +37,8 @@ v2.6.0 - TBA, work in progress ### New: Root Finding -- Brent algorithm. *~Candy Chiu* -- Bisection algorithm. *~Scott Stephens* +- Brent algorithm. *~Candy Chiu, Alexander Täschner* +- Bisection algorithm. *~Scott Stephens, Alexander Täschner* - Newton-Raphson algorithm. - Robust Newton-Raphson algorithm that tries to recover automatically in cases where it would fail or converge too slowly. This modification makes it more robust e.g. in the presence of singularities and less sensitive to the search range/interval. - All algorithms support a TryFind-pattern which returns success instead of throwing an exception. @@ -73,6 +73,8 @@ v2.6.0 - TBA, work in progress v2.5.0 - April 14, 2013 ----------------------- +See also: [What's New in Math.NET Numerics 2.5](http://christoph.ruegg.name/blog/new-in-mathnet-numerics-2-5.html): Announcement, Explanations and Sample Code. + ### *Potentially Breaking Changes:* Despite semver this release contains two changes that may break code but without triggering a major version number change. The changes fix semantic bugs and a major usability issue without changing the formal API itself. Most users are not expected to be affected negatively. Nevertheless, this is an exceptional case and we try hard to avoid such changes in the future.