comparison etc/NEWS.8.md @ 31245:a887ffb997a7

New function memoize to optimize repetitive function calls (bug #60860). * scripts/miscellaneous/clearAllMemoizedCaches.m: new function. * scripts/miscellaneous/memoize.m: new function. * scripts/miscellaneous/private/__memoize__.m: new function. * scripts/miscellaneous/module.mk: add new functions to build system. * scripts/+matlab/+lang/MemoizedFunction.m: new function. * scripts/+matlab/+lang/module.mk: add new functions to build system.
author Guillaume Flandin <guillaume.offline@gmail.com>
date Tue, 27 Sep 2022 16:12:45 -0400
parents bf8f33249e86
children 8b75954a4670
comparison
equal deleted inserted replaced
31244:80a0905905be 31245:a887ffb997a7
74 ------------|------------------|------------ 74 ------------|------------------|------------
75 `figure` | `"dockcontrols"` | `"on"` 75 `figure` | `"dockcontrols"` | `"on"`
76 76
77 ### Alphabetical list of new functions added in Octave 8 77 ### Alphabetical list of new functions added in Octave 8
78 78
79 * `clearAllMemoizedCaches`
80 * `matlab.lang.MemoizedFunction`
81 * `memoize`
79 * `pagectranspose` 82 * `pagectranspose`
80 * `pagetranspose` 83 * `pagetranspose`
81 * `uifigure` 84 * `uifigure`
82 85
83 ### Deprecated functions, properties, and operators 86 ### Deprecated functions, properties, and operators