MATH-746
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:
parent
5bccf687e8
commit
520cb7e078
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue