comparison NEWS @ 20519:c8ec0b72b7a6

Deprecate wavread and wavwrite. * NEWS: Announce deprecation and replacement functions. * scripts/deprecated/wavread.m, scripts/deprecated/wavwrite.m: Moved from scripts/audio. Add deprecation message to docstring. Add deprecation warning to m-file. * scripts/audio/module.mk: Remove from build system. * scripts/deprecated/module.mk: Add deprecated versions to build system. * audio.txi: Remove functions from manual.
author Rik <rik@octave.org>
date Sat, 05 Sep 2015 05:00:46 -0700
parents 16b9ec39ff46
children 4bb41929286b
comparison
equal deleted inserted replaced
20517:54eec9c180cb 20519:c8ec0b72b7a6
35 vectors for compatibility with Matlab. 35 vectors for compatibility with Matlab.
36 36
37 ** Other new functions added in 4.2: 37 ** Other new functions added in 4.2:
38 38
39 psi 39 psi
40
41 ** Deprecated functions.
42
43 The following functions have been deprecated in Octave 4.2 and will
44 be removed from Octave 4.6 (or whatever version is the second major
45 release after 4.2):
46
47 Function | Replacement
48 ---------------------|------------------
49 wavread | audioread
50 wavwrite | audiowrite
51
52 ** The following functions were deprecated in Octave 3.8 and have been
53 removed from Octave 4.2.
54
55 default_save_options java_new
56 gen_doc_cache java_unsigned_conversion
57 interp1q javafields
58 isequalwithequalnans javamethods
59 java_convert_matrix re_read_readline_init_file
60 java_debug read_readline_init_file
61 java_invoke saving_history
40 62
41 63
42 Summary of important user-visible changes for version 4.0: 64 Summary of important user-visible changes for version 4.0:
43 --------------------------------------------------------- 65 ---------------------------------------------------------
44 66