]> Creatis software - CreaPhase.git/blobdiff - octave_packages/linear-algebra-2.2.0/packinfo/NEWS
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / linear-algebra-2.2.0 / packinfo / NEWS
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 (file)
index 0000000..90f03a9
--- /dev/null
@@ -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.