annotate NEWS @ 28677:8d73c0cc93f9

maint: merge stable to default.
author Rik <rik@octave.org>
date Tue, 01 Sep 2020 08:36:17 -0700
parents bc8fde52687b 1f6b21015b4e
children 2bb050267d74
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28082
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
1 Summary of important user-visible changes for version 7 (yyyy-mm-dd):
23277
df0fb2cb820b add release dates to NEWS files
John W. Eaton <jwe@octave.org>
parents: 23273
diff changeset
2 ----------------------------------------------------------------------
27999
f4b6b170a761 Major version and date update for Octave 5.2.0 (bug #57657).
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 27082
diff changeset
3
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
4 ### General improvements
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
5
28114
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
6 - Many functions in Octave can be called in a command form---no
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
7 parentheses for invocation and no return argument assignment---or in a
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
8 functional form---parentheses and '=' for assignment of return values.
26620
98afb8bbd1f6 maint: Strip trailing whitespace from source files.
John W. Eaton <jwe@octave.org>
parents: 26425
diff changeset
9
28114
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
10 Command Form Example
26267
25d3e8e49d5c randi.m: Implement rejection algorithm for unbiased results (bug #54619).
Michael Leitner
parents: 26265
diff changeset
11
28114
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
12 `mkdir new_directory`
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
13
28114
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
14 Function Form Example
26620
98afb8bbd1f6 maint: Strip trailing whitespace from source files.
John W. Eaton <jwe@octave.org>
parents: 26425
diff changeset
15
28114
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
16 `status = mkdir ("new_directory")`
25091
2b8442c890d8 Fix locked GUI panels for Qt 5.6.1 through 5.7.0 series versions (bug #53409)
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 25041
diff changeset
17
28114
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
18 Octave now handles errors that occur in a consistent manner. If
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
19 called in command form and there is a failure, an error is thrown
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
20 and a message printed. If called in functional form, no error or
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
21 message is printed and the failure is communicated to the programmer
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
22 via the output status variable.
27542
7dc31256c5e4 Document that regexp* functions need UTF-8 encoded input (bug #35910).
Markus Mützel <markus.muetzel@gmx.de>
parents: 27527
diff changeset
23
28114
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
24 The following list of functions have been modified.
27816
392c03df4565 NEWS: Update for 6.1 release.
Rik <rik@octave.org>
parents: 27764
diff changeset
25
28114
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
26 * `copyfile`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
27 * `fcntl`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
28 * `fileattrib`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
29 * `kill`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
30 * `link`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
31 * `mkfifo`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
32 * `movefile`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
33 * `rename`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
34 * `rmdir`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
35 * `symlink`
42892c93bd25 NEWS: Document change in error handling of command-form functions (bug #57830).
Rik <rik@octave.org>
parents: 28112
diff changeset
36 * `unlink`
26129
f6f16b842d5d NEWS: Announce change to intmin, intmax, flintmax to accept a variable as input.
Rik <rik@octave.org>
parents: 26128
diff changeset
37
28082
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
38 ### Graphics backend
26080
31b443b5a6c1 ranks.m: Overhaul function for performance (25X) and addition of tie-breaking (bug #36372).
Dave Goel <deego3@gmail.com>
parents: 26062
diff changeset
39
28082
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
40 - Support for Qt4 for graphics and the GUI has been removed.
28320
768ae9b1a67c Produce better looking TeX superscript and subscripts (bug #58376).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 28313
diff changeset
41
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
42 ### Matlab compatibility
24524
a56d283ff18a Honor "interruptible" for property listeners (bug #52804).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 24523
diff changeset
43
28585
c871455e20bc NEW: Note changes in checking the number of function inputs and outputs.
John W. Eaton <jwe@octave.org>
parents: 28491
diff changeset
44 - Calling a user-defined function with too many inputs or outputs is now
28590
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
45 an error. The interpreter makes this check automatically. If a
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
46 function uses varargin then the check is skipped for function inputs,
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
47 and if a function uses varargout then the check is skipped for function
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
48 outputs.
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
49
28620
5da49e37a6c9 New functions jsondecode and jsonencode (bug #53100).
Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
parents: 28590
diff changeset
50 - As part of GSoC 2020, Abdallah K. Elshamy implemented the
5da49e37a6c9 New functions jsondecode and jsonencode (bug #53100).
Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
parents: 28590
diff changeset
51 `jsondecode` and `jsonencode` functions to read and write JSON data.
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
52
28215
bb929d5a34cb griddata.m: Added support for "v4" biharmonic spline interpolation method (bug #33539).
Nicholas R. Jankowski <jankowskin@asme.org>
parents: 28176
diff changeset
53 - The function `griddata` now implements the "v4" Biharmonic Spline
bb929d5a34cb griddata.m: Added support for "v4" biharmonic spline interpolation method (bug #33539).
Nicholas R. Jankowski <jankowskin@asme.org>
parents: 28176
diff changeset
54 Interpolation method. In adddition, the function now accepts 3-D inputs
bb929d5a34cb griddata.m: Added support for "v4" biharmonic spline interpolation method (bug #33539).
Nicholas R. Jankowski <jankowskin@asme.org>
parents: 28176
diff changeset
55 by passing the data to `griddata3`.
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
56
28176
a23da76e0693 Matlab compatibility fixes for coordinate transform functions (bug #57794).
Nicholas R. Jankowski <jankowskin@asme.org>
parents: 28156
diff changeset
57 - Coordinate transformation functions `cart2sph`, `sph2cart`,
28590
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
58 `cart2pol`, and `pol2cart` now accept either row or column vectors for
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
59 coordinate inputs. A single coordinate matrix with one variable per
28176
a23da76e0693 Matlab compatibility fixes for coordinate transform functions (bug #57794).
Nicholas R. Jankowski <jankowskin@asme.org>
parents: 28156
diff changeset
60 column can still be used as function input, but a single output variable
a23da76e0693 Matlab compatibility fixes for coordinate transform functions (bug #57794).
Nicholas R. Jankowski <jankowskin@asme.org>
parents: 28156
diff changeset
61 will now contain just the first output coordinate, and will no longer
28590
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
62 return the full output coordinate matrix. Output size matches the size
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
63 of input vectors, or in the case of an input matrix will be column
28176
a23da76e0693 Matlab compatibility fixes for coordinate transform functions (bug #57794).
Nicholas R. Jankowski <jankowskin@asme.org>
parents: 28156
diff changeset
64 vectors with rows corresponding to the input coordinate matrix.
28148
4f1d1b1d4afc NEWS: Add a note about ostreamtube/streamtube (bug #57471).
Markus Meisinger <chloros2@gmx.de>
parents: 28141
diff changeset
65
28248
7739d3eb952b NEWS: Announce support for negative numbers in dec2bin, dec2hex.
Rik <rik@octave.org>
parents: 28217
diff changeset
66 - The function `dec2bin` and `dec2hex` now support negative numbers.
25742
8eec0403a370 fminsearch.m: Update default TolFun to 1e-4 for Matlab compatibility.
Rik <rik@octave.org>
parents: 25741
diff changeset
67
28590
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
68 - Binary and hexadecimal constants like `0b101` and `0xDEADBEEF` now
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
69 create integers (unsigned by default) with sizes determined from the
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
70 number of digits present. For example, `0xff` creates a `uint8` value
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
71 and `0xDEADBEEF` creates a `uint64` value. You may also use a suffix of
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
72 the form `s8`, `s16`, `s32`, `s64`, `u8`, `u16`, `u32`, or `u64` to
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
73 explicitly specify the data type to use (`u` or `s` to indicate signed
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
74 or unsigned and the number to indicate the integer size).
26170
247126168d23 Don't remove globals when 'clear' called without arguments (bug #39790).
Julien Bect <julien.bect@supelec.fr>
parents: 26140
diff changeset
75
28590
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
76 Binary constants are limited to 64 binary digits and hexadecimal
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
77 constants are limited to 16 hexadecimal digits with no automatic
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
78 rounding or conversion to floating point values. Note that this may
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
79 cause problems in existing code. For example, an expression like
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
80 `[0x1; 0x100; 0x10000]` will be uint8 (because of the rules of
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
81 concatenating integers of different sizes) with the larger values
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
82 truncated (because of the saturation semantics of integer values). To
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
83 avoid these kinds of problems either: 1) declare the first integer to be
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
84 of the desired size such as `[0x1u32; 0x100; 0x10000]`, or 2) pad
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
85 constants in array expressions with leading zeros so that they use the
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
86 same number of digits for each value such as
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
87 `[0x00_00_01; 0x00_01_00; 0x01_00_00]`.
28676
1f6b21015b4e NEWS: Add info about changed 'class' of inline functions (bug #59023).
Rik <rik@octave.org>
parents: 28665
diff changeset
88
28374
248f7cc8dc74 NEWS: Announce improvements in importdata() function.
Rik <rik@octave.org>
parents: 28336
diff changeset
89 - The function `importdata` now produces more compatible results when
248f7cc8dc74 NEWS: Announce improvements in importdata() function.
Rik <rik@octave.org>
parents: 28336
diff changeset
90 the file contains a 2-D text matrix.
25870
49ffa78f9243 Use "facenormals" for flat lighting on surfaces (bug #54024).
Markus Mützel <markus.muetzel@gmx.de>
parents: 25840
diff changeset
91
28255
afc53bd3d71b NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" property (bug #57128).
Rik <rik@octave.org>
parents: 28248
diff changeset
92 - `uicontrol` objects now fully implement the "Off" and "Inactive"
afc53bd3d71b NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" property (bug #57128).
Rik <rik@octave.org>
parents: 28248
diff changeset
93 values of the "Enable" property. When the value is "Off", no
afc53bd3d71b NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" property (bug #57128).
Rik <rik@octave.org>
parents: 28248
diff changeset
94 interaction with the object occurs and the `uicontrol` changes color
afc53bd3d71b NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" property (bug #57128).
Rik <rik@octave.org>
parents: 28248
diff changeset
95 (typically to gray) to indicate it is disabled. When the value is
afc53bd3d71b NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" property (bug #57128).
Rik <rik@octave.org>
parents: 28248
diff changeset
96 "Inactive", the object appears normally (no change in color), but it is
afc53bd3d71b NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" property (bug #57128).
Rik <rik@octave.org>
parents: 28248
diff changeset
97 not possible to change the value of the object (such as modifying text
afc53bd3d71b NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" property (bug #57128).
Rik <rik@octave.org>
parents: 28248
diff changeset
98 in an `Edit` box or clicking on a `RadioButton`).
25870
49ffa78f9243 Use "facenormals" for flat lighting on surfaces (bug #54024).
Markus Mützel <markus.muetzel@gmx.de>
parents: 25840
diff changeset
99
28590
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
100 - The functions `scatter` and `scatter3` now return a handle to a
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
101 scatter graphics object. For compatibility, they return an `hggroup` of
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
102 patch graphics objects when the "gnuplot" graphics toolkit is used. In
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
103 previous versions of Octave, these functions returned a hg group of
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
104 patch graphics objects for all graphics toolkits.
22586
d0e972e74851 maint: merge stable to default.
Carnë Draug <carandraug@octave.org>
parents: 22573
diff changeset
105
28319
bc904ed5aad4 saveas.m: Change default format to .ofig (bug #58391).
Guillaume Flandin <guillaume.offline@gmail.com>
parents: 28314
diff changeset
106 - The function `saveas` now defaults to saving in Octave figure format
bc904ed5aad4 saveas.m: Change default format to .ofig (bug #58391).
Guillaume Flandin <guillaume.offline@gmail.com>
parents: 28314
diff changeset
107 (.ofig) rather than PDF (.pdf).
25870
49ffa78f9243 Use "facenormals" for flat lighting on surfaces (bug #54024).
Markus Mützel <markus.muetzel@gmx.de>
parents: 25840
diff changeset
108
28328
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
109 - The additional property "contextmenu" has been added to all graphics
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
110 objects. It is equivalent to the previously used "uicontextmenu"
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
111 property which is hidden now.
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
112
28482
7ea82a190029 Add new warning ID "Octave:unimplemented-matlab-functionality".
Rik <rik@octave.org>
parents: 28396
diff changeset
113 - A new warning ID (Octave:unimplemented-matlab-functionality) has been
7ea82a190029 Add new warning ID "Octave:unimplemented-matlab-functionality".
Rik <rik@octave.org>
parents: 28396
diff changeset
114 added which prints a warning when Octave's parser recognizes valid
7ea82a190029 Add new warning ID "Octave:unimplemented-matlab-functionality".
Rik <rik@octave.org>
parents: 28396
diff changeset
115 Matlab code, but for which Octave does not yet implement the
7ea82a190029 Add new warning ID "Octave:unimplemented-matlab-functionality".
Rik <rik@octave.org>
parents: 28396
diff changeset
116 functionality. By default, this warning is enabled.
26188
ef0998af70f9 Change "Margin" default of text object to 3.
Rik <rik@octave.org>
parents: 26178
diff changeset
117
28590
3623c94ad285 NEWS: Clarify some text and wrap at column 72.
Rik <rik@octave.org>
parents: 28588
diff changeset
118 - Additional properties have been added to the `axes` graphics object:
28328
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
119 * "alphamap" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
120 * "alphascale" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
121 * "colorscale" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
122 * "fontsizemode" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
123 * "innerposition" (equivalent to "position")
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
124 * "interactions" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
125 * "layout" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
126 * "legend" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
127 * "nextseriesindex" (read-only, used by `scatter` graphics objects)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
128 * "positionconstraint" (replacement for "activepositionproperty"
28396
c126a60b0d52 listfonts.m: New function (bug #58476).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 28391
diff changeset
129 which is now a hidden property. No plans for removal.)
28328
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
130 * "toolbar" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
131 * "xaxis" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
132 * "yaxis" (not yet implemented)
8245b890b6b0 NEWS: Announce new properties for axes graphics object (bug #58336).
Markus Mützel <markus.muetzel@gmx.de>
parents: 28321
diff changeset
133 * "zaxis" (not yet implemented)
26178
6e1a800dd365 eliminate brace and variable expansion in PATH search code
John W. Eaton <jwe@octave.org>
parents: 26176
diff changeset
134
28082
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
135 ### Alphabetical list of new functions added in Octave 7
26188
ef0998af70f9 Change "Margin" default of text object to 3.
Rik <rik@octave.org>
parents: 26178
diff changeset
136
28336
be3dab3212e9 getpixelposition.m: Implement new function (bug #58181)
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 28328
diff changeset
137 * `getpixelposition`
28217
d052c11d47c6 Add new functions startsWith and endsWith (bug #57041).
Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
parents: 28215
diff changeset
138 * `endsWith`
28620
5da49e37a6c9 New functions jsondecode and jsonencode (bug #53100).
Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
parents: 28590
diff changeset
139 * `jsondecode`
5da49e37a6c9 New functions jsondecode and jsonencode (bug #53100).
Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
parents: 28590
diff changeset
140 * `jsonencode`
28396
c126a60b0d52 listfonts.m: New function (bug #58476).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 28391
diff changeset
141 * `listfonts`
28377
2f571bfff344 Add "memory" function (patch #9924).
Lars Kindermann <lars.kindermann@reglos.de>
parents: 28374
diff changeset
142 * `memory`
28112
d320728d5d06 style fixes for rng; document and mention in NEWS file
John W. Eaton <jwe@octave.org>
parents: 28085
diff changeset
143 * `rng`
28217
d052c11d47c6 Add new functions startsWith and endsWith (bug #57041).
Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
parents: 28215
diff changeset
144 * `startsWith`
28391
8a9a041db1dc Add "streamribbon" function (patch #9916).
Markus Meisinger <chloros2@gmx.de>
parents: 28377
diff changeset
145 * `streamribbon`
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
146
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
147 ### Deprecated functions and properties
22586
d0e972e74851 maint: merge stable to default.
Carnë Draug <carandraug@octave.org>
parents: 22573
diff changeset
148
28082
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
149 The following functions and properties have been deprecated in Octave 7
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
150 and will be removed from Octave 9 (or whatever version is the second
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
151 major release after 7):
22613
edd04ce99891 Remove functions deprecated in version 4.0.
Rik <rik@octave.org>
parents: 22586
diff changeset
152
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
153 - Functions
20157
e410d62ae2c8 maint: move NEWS from 45565ecec019 from the release 4.0 to 4.2.
Carnë Draug <carandraug@octave.org>
parents: 20154
diff changeset
154
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
155 Function | Replacement
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
156 -----------------------|------------------
28082
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
157 |
22613
edd04ce99891 Remove functions deprecated in version 4.0.
Rik <rik@octave.org>
parents: 22586
diff changeset
158
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
159 - Properties
20484
c8ec0b72b7a6 Deprecate wavread and wavwrite.
Rik <rik@octave.org>
parents: 20466
diff changeset
160
26843
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
161 Object | Property | Value
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
162 -----------------|---------------|------------
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
163 | |
20484
c8ec0b72b7a6 Deprecate wavread and wavwrite.
Rik <rik@octave.org>
parents: 20466
diff changeset
164
26843
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
165 ### Removed functions and properties
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
166
28082
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
167 The following functions and properties were deprecated in Octave 5
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
168 and have been removed from Octave 7.
26843
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
169
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
170 - Functions
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
171
28085
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
172 Function | Replacement
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
173 -------------------------|------------------
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
174 `output_max_field_width` | `output_precision`
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
175 `is_keyword` | `iskeyword`
19122
c43223245085 doc: Add warnings about eventual removal of inline functions.
Rik <rik@octave.org>
parents: 19119
diff changeset
176
26843
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
177 - Properties
18606
0ede4dbb37f1 Overhaul interp1, interp2, interp3 functions.
Rik <rik@octave.org>
parents: 18580
diff changeset
178
28085
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
179 Object | Property | Value
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
180 -----------------|---------------|------------
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
181 `text` | `fontangle` | `"oblique"`
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
182 `uibuttongroup` | `fontangle` | `"oblique"`
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
183 `uicontrol` | `fontangle` | `"oblique"`
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
184 `uipanel` | `fontangle` | `"oblique"`
73f9fdc29baa NEWS: Update with list of function and properties removed from version 7.
Rik <rik@octave.org>
parents: 28082
diff changeset
185 `uitable` | `fontangle` | `"oblique"`
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
186
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
187 ### Old release news
19965
d20dd211cc89 Enable float truncation by default for octave builds.
Rik <rik@octave.org>
parents: 19958
diff changeset
188
28082
f47f9493cb37 NEWS: Update for version 7 development.
Rik <rik@octave.org>
parents: 28044
diff changeset
189 - [Octave 6.x](etc/NEWS.6)
26843
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
190 - [Octave 5.x](etc/NEWS.5)
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
191 - [Octave 4.x](etc/NEWS.4)
c32c825ee021 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26838
diff changeset
192 - [Octave 3.x](etc/NEWS.3)
26841
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
193 - [Octave 2.x](etc/NEWS.2)
b00bd9afbed3 doc: Use Markdown syntax for NEWS file and add sections.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26803
diff changeset
194 - [Octave 1.x](etc/NEWS.1)