v0.2.2
Pre-release
Pre-release
- Support calling Wolfram Kernel from compiled functions using Extern.
- Support inlined C++ code using CXX.
- New functions:
- Outer
- ReplacePart
- When passing arrays to compiled functions, they are passed as array views instead of being copied.
- Bugfixes:
- Mean behaves correctly now when taking array views.
- Compiled functions with indirect returns can be unloaded.
- Compiles on Win32.
To install, launch Mathematica and execute the following command
PacletInstall["https://github.com/njpipeorgan/MathCompile/releases/download/v0.2.2/MathCompile-0.2.2.paclet"]