MATFrost v0.4.0
This is a breaking release.
This version introduces precompiled MEX binaries such that users will not need to install MEX C++ compiler anymore. This release moves a significant portion of the conversion logic from C++ into Julia.
Merged pull requests:
- Move to julia (#54) (@jorisbelierasml)
- Move memory management into Julia domain using MATFrostMemory concept. (#56) (@jorisbelierasml)
- Decouple Julia from MEX compilation. (#57) (@jorisbelierasml)
- MEX release action. (#58) (@jorisbelierasml)
- Create release for matfrost mex for Windows. (#59) (@jorisbelierasml)
- Integrate precompiled MEX binaries and new front-end MATLAB bindings. (#60) (@jorisbelierasml)
- Fix MATFrost bindings generation. (#61) (@jorisbelierasml)
- Various fixes (#62) (@jorisbelierasml)
- Improvements mex (#64) (@jorisbelierasml)
- Bump MATFrost version to 0.4.0 (#65) (@jorisbelierasml)
- Make artifacts platform independent. (#66) (@jorisbelierasml)
Closed issues: