All Versions
40
Latest Version
Avg Release Cycle
41 days
Latest Release
930 days ago

Changelog History
Page 3

  • v0.4.6 Changes

    June 27, 2020
    • [IN PROGRESS] C MEX API:

      • extends mex function to manage interleaved complex option and c flags.
      • all C MEX API implemented, full API documentation and examples in progress.
      • mxMakeArrayReal, mxMakeArrayComplex functions.
      • mxGetImagData, mxSetImagData functions.
      • mxGetLogicals, mxIsLogicalScalar, mxIsLogicalScalarTrue functions.
      • mxGetInt8s, mxSetInt8s, mxGetComplexInt8s, mxSetComplexInt8s, mxGetUint8s, mxSetUint8s, mxGetComplexUint8s mxSetComplexUint8s, mxGetInt16s, mxSetInt16s, mxGetComplexInt16s, mxSetComplexInt16s, mxGetUint16s, mxGetComplexUint16s mxSetComplexUint16s, mxGetInt32s, mxSetInt32s, mxGetComplexInt32s, mxSetComplexInt32s, mxGetUint32s, mxSetUint32s mxGetComplexUint32s, mxSetComplexUint32s, mxSetUint16s, mxGetInt64s, mxSetInt64s, mxGetComplexInt64s, mxSetComplexInt64s mxGetUint64s, mxSetUint64s, mxGetComplexUint64s, mxSetComplexUint64s functions.
      • mxIsObject, mxIsFunctionHandle, mxIsOpaque functions.
      • mxIsInt8, mxIsInt16, mxIsInt32, mxIsInt64, mxIsUint8, mxIsUint16, mxIsUint32, mxIsUint64 functions.
      • mxCreateStringFromNChars, mxGetNChars
      • mxRemoveField, mxAddField, mxSetField, mxSetFieldByNumber, mxGetFieldNumber, mxGetFieldNameByNumber functions.
      • mexGetVariable, mexGetVariablePtr, mexPutVariable functions.
      • mexMakeArrayPersistent, mexMakeMemoryPersistent functions.

    Compilation:

    • ๐Ÿ boost 1.73.0 on Windows.

    • ๐Ÿ— ninja-build used with github actions CI.

  • v0.4.5 Changes

    May 23, 2020
    • graphic object type added.

    • figure builtin: creates figure.

    • gcf builtin: get current figure.

    • groot builtin: returns graphic root object.

    • get, set, isvalid, class, fieldnames, delete, disp builtin overloaded to manage graphic objects.

    • โœ… test_run: tests are sorted on all platforms.

    • [IN PROGRESS] C MEX API:

      • C MEX supports build with MinGW compiler.
      • mxArray and ArrayOf conversion optimized.
      • C MEX interleaved complex support.
      • C MEX Sparse type fully supported.
      • mxGetClassName, mxSetClassName fully supported.
      • mxGetProperty, mxSetProperty fully supported (handle, graphic object, ...).

    ๐Ÿ› Bug Fixes:

    • #295: sort did not return an wrong error message for struct.

    Compilation:

    • ๐Ÿ libcurl 7.70.0 on Windows.

    • ๐Ÿ cmake 3.17.2 on Windows.

    • CA certificate (Wed Jan 1 04:12:10 2020 GMT)

  • v0.4.4 Changes

    April 29, 2020

    0.4.4 (2020-04-29)

    0๏ธโƒฃ lookandfeel builtin: default current application look and feel.

    clear builtin extended to clear mex functions.

    ๐Ÿ— mex function used to build MEX files.

    [IN PROGRESS] MEX C API allows to access Nelson, GNU Octave and commercial software functions.

    ๐Ÿ“š documentation and tests will be extended in next version.

    โœ… Feedback and external tests are welcome.

    Compilation:

    ๐ŸŽ MacOs X Catalina fully working.

    ๐Ÿ‘ Ubuntu 20.04 LTS supported.

  • v0.4.3 Changes

    March 30, 2020

    0.4.3 (2020-03-30)

    ๐Ÿ‘ mean builtin: Mean elements of an array with nanflag and 'all' support.

    โšก๏ธ sum and prod optimized.

    ๐Ÿ’พ save and load with .mat, .nh5 files support unicode filename on all platforms.

    0๏ธโƒฃ simplify builtin default prototype (breaking change). Evaluator is no more required for builtin.

    ๐Ÿ–จ NelsonPrint internal function added.

    ๐Ÿ› Bug Fixes:

    ๐Ÿ“œ #287: Parser error message are not localized.

    #286: [end] = sin(1) did not return an syntax error.

    #284: Nth dimensions assignation of an empty array with 2d matrix did not work.

    Compilation:

    ๐Ÿ‘ MATIO 1.5.17 with unicode support

    ๐Ÿ‘ HDF5 1.12.0 support

    BISON 3.5.0

  • v0.4.2 Changes

    February 25, 2020

    0.4.2 (2020-02-25)

    ๐Ÿ‘ min, max builtin: Minimum/Maximum elements of an array with nanflag and 'all' support.

    flipud: Flip array up to down.

    fliplr: Flip array left to right.

    flip: Flip order of elements.

    flipdim: Flip array along specified dimension.

    log2 builtin: Base 2 logarithm and floating-point number dissection.

    โšก๏ธ colon operator optimized.

    faster algorithm to convert variable to different data type.

    replaces hashmap used for functions and variables.

    some few speed optimization about evaluator.

  • v0.4.1 Changes

    January 27, 2020
    • rework and speed optimization for times, divide, addition, subtraction operators.

    • sum builtin: sum of array elements.

    • linspace builtin: linearly spaced vector constructor.

    • ๐Ÿ”Š logspace builtin: logarithmically spaced vectors constructor.

    • log10 builtin: Common logarithm (base 10).

    • ๐ŸŒฒ log1p builtin: log(1+x) accurately for small values of x.

    • replaces dot animation by percent display about help indexing.

    • ๐Ÿ’… html style about table simplified.

    Compilation:

    • ๐Ÿ‘‰ uses ASIO C++ library in place of BOOST ASIO.

    • โž• Add Qt 5.14.0 support.

    • ๐Ÿ‘ OPEN MP support added.

    Previous changelog:

    [Changelog v0.3.x](CHANGELOG-0.3.x.md)

    [Changelog v0.2.x](CHANGELOG-0.2.x.md)

    [Changelog v0.1.x](CHANGELOG-0.1.x.md)

  • v0.3.12 Changes

    December 27, 2019

    0.3.12 (2019-12-27)

    sort builtin: sort double, single, integers, cell and strings.

    diag builtin: Get diagonal elements of matrix or create diagonal matrix.

    ๐Ÿ‘€ Continous Integration tools for external modules (see module skeleton example).

    0๏ธโƒฃ modules installed with nmm are 'autoload' by default.

    .nmz file extension used as module container.

    nmm('package', module_name, destination_dir) package an external module.

    nmm('install', module.nmz) installs a prebuilt external module.

    '-frozen' option added to addpath builtin.

    ๐Ÿšš rmfield builtin: Remove fields from structure.

    ๐Ÿ–จ extends sprintf and fprintf to manage backspace characters.

    ๐Ÿ›  fix display of vector with NaN or Inf as first element.

    ๐Ÿ› Bug Fixes:

    • #260: disable files watch for internal modules.

    Happy end of year holidays

  • v0.3.11 Changes

    November 26, 2019

    0.3.11 (2019-11-26)

    ๐Ÿ“ฆ nmm: Nelson Modules Manager (package manager for Nelson)

    • list : get list of installed modules,
    • load : load an installed module for current session,
    • autoload : load modules "marked" as autoload at startup,
    • install : install a distant module,

    - uninstall : uninstall an installed module.

    ๐Ÿšš Module skeleton moved to an dedicated git repository

    - template with macros only: https://github.com/Nelson-numerical-software/module_skeleton_basic

    ๐Ÿ‘‰ usermodulesdir builtin: returns directory where user's modules are saved.

    toolboxdir builtin: Root folder for specified toolbox.

    ๐Ÿ— nmm_build_help, nmm_build_loader: helper's functions to build module skeleton.

    semver builtin: semantic versioner.

    executable option added: '--nousermodules' disables load of user's modules.

    โž• add capability to load some user's modules: see nmm('autoload', ...) and nmm('load', ...)

    โž• add // <--NO USER MODULES--> tag for test_run (disable load of user modules for a test)

    fullpath builtin: converts an relative path to full path name.

    getLastReport builtin: returns last formatted error message.

    extends repo to manage plain text authentification.

    repo('export', ...) exports an git repository without .git directory.

    getfield macro replaced by an builtin.

    extends isequal, isequaln, isequalto for structure arrays.

    ๐Ÿ› Bug Fixes:

    ๐Ÿ“š #261: add a detailed documentation about module.json used in external modules.

    #259: extraction decomplexify values.

    โšก๏ธ #257: dllibisloaded optimized.

    ๐Ÿ #49: Some qml demos crashed on Windows 32 bits.

    Compilation:

    • ๐Ÿ Qt 5.13.2 on Windows.
  • v0.3.10 Changes

    October 29, 2019

    0.3.10 (2019-10-29)

    ๐Ÿ‘€ extends 'getmodules' to return module versions using new required 'module.json' (see module's template).

    ๐Ÿšš all core's modules are protected and cannot removed during an nelson's session.

    โœ… increase max execution time for tests (2 minutes) and benchs (6 minutes).

    โœ… split benchs and tests execution for CI.

    ๐Ÿ‘ฏ repo builtin: clone, checkout branch or tag, ... from an GIT repository.

    Compilation:

    โฌ†๏ธ Visual studio 2019 Community and Pro upgrade (required)
    โšก๏ธ Dependencies updated:

    • ICU 64.2 on Windows
    • libffi updated VS 2019 build
    • libxml 2.9.9 VS 2019 build
    • libcurl 7.66.0_2
    • CMake 5.15.3 update for Windows
    • MKL 2019 update 5
    • HDF5 1.10.5 VS 2019 build

    - MATIO 1.5.17 VS 2019 build

    โšก๏ธ appveyor script updated to build with VS 2019

    ๐Ÿ‘ Innosetup 6 support

    ๐Ÿ› Bug Fixes:

    โš  #254: fix Innosetup 6 warnings.

    #252: help files of external modules were not loaded.

    โšก๏ธ #245: Update MKL 2019 dependencies.

    #202: Migrate to VS 2019.

  • v0.3.9 Changes

    September 25, 2019

    0.3.9 (2019-09-25)

    ๐Ÿ”‹ Features:

    namedargs2cell builtin: Converts a struct containing name-value pairs to a cell.

    extends 'size' builtin to find lengths of multiple array dimensions at a time.

    matches builtin: Determine if pattern matches with strings.

    ๐ŸŒ webwrite function: Write data to RESTful web service.

    ๐Ÿ‘Œ improves error message raised by 'run' builtin.

    extends size, length, ndims to manage function_handle type.

    fscanf builtin: Read data from text file.

    ๐Ÿ› Bug Fixes:

    ๐Ÿ”จ #249: refactor code.

    ๐Ÿณ #236: mpiexec returned warning on docker as root user.

    #235: add example about function_handle with webread.

    #233: fix typo in native2unicode help file.

    ๐Ÿ‘ #227: Qt 5.13 support.

    #220: setfield function added.

    โช revert b22ae88 due to HDFFV-10579.

    ๐Ÿ”„ changes file or directory permission had a speed cost.

    Compilation:

    ๐Ÿ Qt 5.13.0 on Windows.

    ๐Ÿ‘ท GitHub Actions CI (Ubuntu 18.04)

    ๐Ÿ— #244: Remove semaphore CI 2.0 build.