]> Creatis software - CreaPhase.git/blobdiff - octave_packages/specfun-1.1.0/packinfo/NEWS
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / specfun-1.1.0 / packinfo / NEWS
diff --git a/octave_packages/specfun-1.1.0/packinfo/NEWS b/octave_packages/specfun-1.1.0/packinfo/NEWS
new file mode 100644 (file)
index 0000000..4879b27
--- /dev/null
@@ -0,0 +1,16 @@
+Summary of important user-visible changes for specfun 1.1.0:
+-------------------------------------------------------------------
+
+ ** The following functions are new:
+
+      laplacian  multinom  multinom_coeff  multinom_exp
+
+ ** The following function was removed since it is now part of
+    GNU octave core:
+
+      erfcx
+
+ ** Help text of most functions has been improved
+
+ ** The function `ellipj' was replaced by a C++ implementation that
+    should perform faster.