comparison NEWS @ 20537:afdb856e44f1

Deprecate mahalanobis function. * NEWS: Announce deprecation. * stats.txi: Remove from manual * scripts/deprecated/module.mk: Add to deprecated build dir. * scripts/statistics/base/module.mk: Remove from existing dir * scripts/deprecated/mahalanobis.m: Add warning message to deprecated function. * scripts/statistics/base/mahalanobis.m: Delete deprecated function.
author Rik <rik@octave.org>
date Tue, 22 Sep 2015 05:45:05 -0700
parents 1f330d33388f
children 17e507df10e3
comparison
equal deleted inserted replaced
20536:1f330d33388f 20537:afdb856e44f1
45 release after 4.2): 45 release after 4.2):
46 46
47 Function | Replacement 47 Function | Replacement
48 ---------------------|------------------ 48 ---------------------|------------------
49 bitmax | flintmax 49 bitmax | flintmax
50 mahalanobis | mahal in Octave-Forge statistics pkg
50 wavread | audioread 51 wavread | audioread
51 wavwrite | audiowrite 52 wavwrite | audiowrite
52 53
53 ** The following functions were deprecated in Octave 3.8 and have been 54 ** The following functions were deprecated in Octave 3.8 and have been
54 removed from Octave 4.2. 55 removed from Octave 4.2.