Skip to content

v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 30 Jan 18:56
· 2894 commits to master since this release

0.2.1 (2018-01-30)

Features:

  • pause: pause script execution.

  • keyboard: stop script execution and enter in debug mode.

  • Audio module:

    • beep: do a beep sound.
    • audiodevinfo: Information about audio device.
    • audioplayer: creates an audio player object.
    • play: plays audio object.
    • playblocking: plays audio object and block execution until finish.
    • pause: pauses audio object.
    • stop: stops audio object.
    • resume: resumes audio object.
    • isplaying: returns if audio object is playing.
    • audioread: read an audio file.
    • audioread: write an audio file.
    • audioinfo: get information about audio file.
    • audiometadata: get metadata information about audio file.
  • JSON module:

    • jsonencode: encodes a Nelson object into a JSON string.
    • jsondecode: decodes a JSON string into a Nelson object.
    • jsonprettyprint: JSON pretty printer.
  • #89: extends fileread behavior.

  • 'filewrite' builtin allows to easily write to file a string array or a cell of strings.

  • 'newline' function: returns newline character i.e char(10).

  • ndarraychar_disp was missing.

  • NIG slicot uses json files.

Bug Fixes:

Regenerates help files index if database is empty or wrong (>= Qt 5.9)

#87: struct did not support sparse matrix.

Compilation:

  • Update VS 2017 solution to VS 2017 15.5.4