comparison etc/NEWS.7.md @ 30602:916e13929773

maint: merge stable to default.
author Rik <rik@octave.org>
date Thu, 06 Jan 2022 14:23:03 -0800
parents 2ace5c035cd2 824c67e2bd66
children 22ecbc9551a5
comparison
equal deleted inserted replaced
30600:6848686caf2b 30602:916e13929773
308 and will be removed from Octave 9 (or whatever version is the second 308 and will be removed from Octave 9 (or whatever version is the second
309 major release after 7): 309 major release after 7):
310 310
311 - Functions 311 - Functions
312 312
313 Function | Replacement 313 Function | Replacement
314 -------------------------- |---------------------------- 314 ---------------------------- |----------------------------
315 disable_diagonal_matrix | optimize_diagonal_matrix 315 `disable_diagonal_matrix` | `optimize_diagonal_matrix`
316 disable_permutation_matrix | optimize_permutation_matrix 316 `disable_permutation_matrix` | `optimize_permutation_matrix`
317 disable_range | optimize_range 317 `disable_range` | `optimize_range`
318 318
319 - Properties 319 - Properties
320 320
321 Object | Property | Value 321 Object | Property | Value
322 -----------------|---------------|------------ 322 -----------------|---------------|------------
323 | | 323 | |
324 - Operators 324 - Operators
325 325
326 Operator | Replacement | Description 326 Operator | Replacement | Description
327 ---------|-------------|------------ 327 ---------|-------------|------------
328 ** | ^ | Matrix exponent 328 `**` | `^` | Matrix exponent
329 .** | .^ | Element-by-element exponent 329 `.**` | `.^` | Element-by-element exponent
330 .+ | + | Element-by-element addition 330 `.+` | `+` | Element-by-element addition
331 .- | - | Element-by-element subtraction 331 `.-` | `-` | Element-by-element subtraction
332 332
333 - Interpreter 333 - Interpreter
334 334
335 * The use of `'...'` for line continuations *inside* double-quoted 335 * The use of `'...'` for line continuations *inside* double-quoted
336 strings has been deprecated. Use `'\'` for line continuations 336 strings has been deprecated. Use `'\'` for line continuations