You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Luc Maisonobe <Lu...@free.fr> on 2009/07/26 00:28:15 UTC

Re: svn commit: r797834 - /commons/proper/math/trunk/RELEASE-NOTES.txt

psteitz@apache.org a écrit :
> Author: psteitz
> Date: Sat Jul 25 20:56:49 2009
> New Revision: 797834
> 
> URL: http://svn.apache.org/viewvc?rev=797834&view=rev
> Log:
> Minor edits.
> 
> Modified:
>     commons/proper/math/trunk/RELEASE-NOTES.txt
> 
> Modified: commons/proper/math/trunk/RELEASE-NOTES.txt
> URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/RELEASE-NOTES.txt?rev=797834&r1=797833&r2=797834&view=diff
> ==============================================================================
> --- commons/proper/math/trunk/RELEASE-NOTES.txt (original)
> +++ commons/proper/math/trunk/RELEASE-NOTES.txt Sat Jul 25 20:56:49 2009
> @@ -3,9 +3,9 @@
>                                     RELEASE NOTES
>  
>  
> -This release is a major one. It combines bug fixes, new features and
> +This is a major release. It combines bug fixes, new features and
>  changes to existing features. Most notable among the new features are:
> -  - decomposition algorithms in the linear algebra (LU, QR, Cholesky,
> +  - decomposition algorithms in the linear algebra package (LU, QR, Cholesky,
>      SVD, eigen decomposition) which are based on the popular JAMA API (but
>      much faster),
>    - support for sparse matrices and vectors,
> @@ -25,15 +25,15 @@
>  This release is NOT source and binary compatible with earlier versions
>  of Commons Math. Starting with version 2.0 of the library, the minimal
>  version of the Java platform required to compile and use commons-math
> -is Java 5. Switching to this new version is thought to be an easy task
> -and it is recommended to do it. Most of the compilation errors users
> -will encounter after the switch will be due to classes moved due to
> -packages reorganization. These errors are simply solved by adjusting
> -the import statements in users code. In any case, you can ask for help
> -by sending a message to the users mailing list: user@commons.apache.org.
> -
> -For more information on Apache Commons Math, see
> -http://commons.apache.org/math/
> +is Java 5.  Users are encouraged to upgrade to this version, as in addition
> +to new features, this release includes numerous bug fixes.  Users of 
> +Commons Math 1.0-1.2 should recompile their code against the 2.0 jar. 
> +Most of the compilation errors users will encounter after the switch
> +will be due to classes moved due to package reorganization.  These errors
> +are simply solved by adjusting the import statements in users code.
> +Users can can ask for help with migration or any other problem related

There is a typo in the line above ('can' is duplicated).
I prefer not to cope myself with the subversion tree while you are
working at the release.

Luc

> +to commons math by sending a message to the apache commons users
> +mailing list: user@commons.apache.org.
>  
>  
>                               SUMMARY OF CHANGES
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org