Skip to content

v0.6.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 27 Jun 17:28
· 810 commits to master since this release

0.6.6 (2022-06-27)

Added

  • Parallel functions (part 1):

    • parfeval: Run function on parallel background thread pool worker.
    • backgroundPool: Environment for running code in the background.
    • fetchOutputs: Retrieve results from function running in the background.
  • #666: ls function: List folder contents.

  • #655: help viewer embedded (available on all platforms).

Changed

  • LGTM replaced by CodeQL (Thanks to Github for their support)

  • #662: Snap uses Core22 and Qt6 (all dependencies are up-to-date).

  • #668: maxNumCompThreads detects numbers of physical cores on Windows.

  • matrix of handles supported.

Fixed

  • #659: qhelpgenerator on macOs after brew Qt6.3.0 update.

  • #661: CodeQL warnings.