Browse Source

Update release notes and contributors

v2
Christoph Ruegg 13 years ago
parent
commit
ae1c4fa483
  1. 4
      CONTRIBUTORS.md
  2. 10
      RELEASENOTES.md

4
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

10
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.

Loading…
Cancel
Save