Skip to content

Releases: ASML-Labs/MATFrost.jl

v0.4.0

06 Sep 14:01
785efb8
Compare
Choose a tag to compare

MATFrost v0.4.0

Diff since v0.3.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:

Closed issues:

  • [FEATURE] Simplify setup by integrating MinGW-w64 into MATFrost package. (#1)
  • [DISCUSSSION] Remove dependency Scratch? (#14)
  • Make MATFrost MEX binary independent from Julia version. (#16)
  • Moving conversion logic from C++ to Julia (#51)
  • Precompile MATFrost MEX binaries. (#53)

matfrost-mex-v0.4.0

06 Sep 11:08
10fc955
Compare
Choose a tag to compare
Merge pull request #64 from ASML-Labs/improvements-mex

Improvements mex

matfrost-mex-v0.4.0-alpha.1: Merge pull request #59 from ASML-Labs/release-matfrost-mex2

02 Sep 07:13
371ee9e
Compare
Choose a tag to compare

v0.3.0

16 Aug 13:35
234667e
Compare
Choose a tag to compare

MATFrost v0.3.0

Diff since v0.2.0

Improved Linux support.

Merged pull requests:

Closed issues:

  • TagBot trigger issue (#12)
  • Convert to Julia formalization MEX API (#18)
  • Improve error messaging with adding location in nested object. (#23)
  • [BREAKING] Remove MATLAB char array to Julia String conversions. (#24)
  • [BREAKING] Remove MATLAB cell array conversions to Julia array of structs conversion. (#25)
  • For target Julia arrays allow empty array values to be from any MATLAB type. (#26)
  • Let MATFrost add mexbin directory on MATLAB path (#30)
  • Respawn MEXHost if MEXHost crashed (#40)

v0.2.0

26 Jul 20:25
6500c7e
Compare
Choose a tag to compare

MATFrost v0.2.0

Merged pull requests:

Closed issues:

  • [FEATURE] Linux support (#2)
  • [IMPROVEMENT] Make the Pkg.instantiate() call at start of MATFrost optional. (#3)
  • [IMPROVEMENT] Handle exceptions by MATLABs recommended way. (#5)
  • [IMPROVEMENT] Handle exceptions of the main Julia call. (#6)