X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=CreaPhase.git;a=blobdiff_plain;f=octave_packages%2Flinear-algebra-2.2.0%2Fpackinfo%2FNEWS;fp=octave_packages%2Flinear-algebra-2.2.0%2Fpackinfo%2FNEWS;h=90f03a9c1029a4c834b7a8cf01f6aae1dc3a4e89;hp=0000000000000000000000000000000000000000;hb=f5f7a74bd8a4900f0b797da6783be80e11a68d86;hpb=1705066eceaaea976f010f669ce8e972f3734b05 diff --git a/octave_packages/linear-algebra-2.2.0/packinfo/NEWS b/octave_packages/linear-algebra-2.2.0/packinfo/NEWS new file mode 100644 index 0000000..90f03a9 --- /dev/null +++ b/octave_packages/linear-algebra-2.2.0/packinfo/NEWS @@ -0,0 +1,33 @@ +Summary of important user-visible changes for linear-algebra 2.2.0: +------------------------------------------------------------------- + + ** The following functions are new in 2.2.0: + + circulant_eig circulant_inv circulant_make_matrix + circulant_matrix_vector_product + nmf_pg nmf_bpas + + ** Package is now dependent on general (>= 1.3.0) + + ** Package is no longer automatically loaded. + +Summary of important user-visible changes for linear-algebra 2.1.0: +------------------------------------------------------------------- + + ** The following functions are new in 2.1.0: + + lobpcg ndcovlt + + ** The following functions were removed since equivalents are now + part of GNU octave core: + + bicg mgorth + + ** The following functions were deprecated since equivalents are + now part of GNU octave core: + + pgmres + + ** The function `funm' now also accepts function handles. + + ** Help text of most functions has been improved.