Skip to content

v0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 30 Jan 20:41
· 1297 commits to master since this release

0.5.1 (2021-01-30)

  • qt_version builtin: returns the version number of Qt at run-time.

  • qt_constant builtin: returns value of an Qt constant.

  • #374: num2str builtin: converts numbers to character array.

Bug Fixes:

  • #388: Windows x64 build failed (elementary_functions module was too big).

  • #385: corrcoef, mean, var, cov moved in statistics module.

Compilation:

  • 0.5 family (CHANGELOG)

  • Eigen 3.3.9 used.

  • libsndfile 1.0.31 on Windows.

  • libboost 1.75 on Windows.

  • fix cirle CI build.

  • #394: Upgrade socket.IO dependency to v3.0.

  • #367: add fftw_init_threads and fftw_plan_with_nthreads to MKL wrapper for FFTW.

  • #356: MKL OneAPI v2021 support.

  • #355: Qt6 support.

  • #317: uses fmtlib.