v0.5.7
Pre-release
Pre-release
·
1107 commits
to master
since this release
0.5.7 (2021-07-24)
Features:
-
macros in memory reworked to support also MEX.
-
C MEX compatibility, load and build fully compatible with other softwares.
-
inmem
builtin returns names of functions, MEX-files in memory. -
mexext
builtin returns binary MEX file-name extension. -
main function in .m no more require to be the first in file.
-
checks in the .m function that other local function names are not duplicated.
-
.m timestamp checked if
addpath(...,'-frozen')
is not enabled. -
function_handle reworked to have an compatible behavior.
-
struct
behavior withfunction_handle
. -
clear
reworked to support mex in memory. -
nargin
,nargout
behavior with mex updated. -
#474:
exist
: extended to manage mex function. -
#449:
conv2
: 2-D convolution andconv
: Convolution and polynomial multiplication.
Bug Fixes:
- #468: A(':') = [] was not managed.