Skip to content

Add numerous functions. Add optional .NET and Python backends to Java

Choose a tag to compare

@scivision scivision released this 04 Aug 23:06
· 307 commits to main since this release
b56f744

Full Changelog: v5.5.0...v5.6.0

  • add numerous functions
  • Vectorize (take scalar or array input) several filesystem inquiry functions
  • remove MEX C++ backend (at least for now) since the complexity is not needed with fallback to .NET, Python, Java, and even system() calls as a last resort if native Matlab code can't implement a function
  • greatly improve the test coverage, with each function backend being tested if the backend is available on the test computer
  • optional Matlab test can do incremental tests as there's over 600 self-tests.