comparison etc/NEWS.7.md @ 30608:22ecbc9551a5

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 07 Jan 2022 11:50:43 +0100
parents 916e13929773 c98873eb2852
children 3b2140303d33
comparison
equal deleted inserted replaced
30606:8df8aa9ea5e7 30608:22ecbc9551a5
300 * `uniquetol` 300 * `uniquetol`
301 * `xtickangle` 301 * `xtickangle`
302 * `ytickangle` 302 * `ytickangle`
303 * `ztickangle` 303 * `ztickangle`
304 304
305 ### Deprecated functions, properties, and operators 305 ### Deprecated functions and operators
306 306
307 The following functions and properties have been deprecated in Octave 7 307 The following functions and operators have been deprecated in Octave 7
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
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
320
321 Object | Property | Value
322 -----------------|---------------|------------
323 | |
324 - Operators 319 - Operators
325 320
326 Operator | Replacement | Description 321 Operator | Replacement | Description
327 ---------|-------------|------------ 322 ---------|-------------|------------
328 `**` | `^` | Matrix exponent 323 `**` | `^` | Matrix exponent