Listed some of the new features.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1292318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-02-22 14:37:57 +00:00
parent 5bccf687e8
commit 520cb7e078
1 changed files with 5 additions and 2 deletions

View File

@ -55,11 +55,14 @@ The <action> type attribute can be add,update,fix,remove.
This is a major release: It combines bug fixes, new features and
changes to existing features.
Most notable among the new features are: XXX
Most notable among the new features are: Iterative solvers, Kalman filter,
ISAAC RNG, Illinois and Pegasus root finders, enhanced ODE framework,
refactored geometry package, Binary Space Partition trees.
Most notable among the changes are: Exclusive use of unchecked exceptions,
removal of interfaces for which a single implementation is assumed to exist,
improved coding and API consistency across packages.
improved coding and API consistency across packages, performance (matrix
product, FFT) and robustness (SVD).
Because of the bas package name change, this release can be used together
with earlier versions of Commons Math.