| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-29 | 1.0 kB | |
| v0.10.0 source code.tar.gz | 2026-05-29 | 25.0 kB | |
| v0.10.0 source code.zip | 2026-05-29 | 32.5 kB | |
| Totals: 3 Items | 58.6 kB | 1 | |
MATLAB v0.10.0
Breaking changes
- MATLAB.jl now checks the MException.last variable for MATLAB exceptions and are propagated to Julia in the form of a MatlabException. This is a breaking change, because MATLAB exceptions that have been previously silently ignored will now raise exceptions in Julia. The previous functionality can be restored by disabling the check by calling
disable_exception_check!(session). [#237]
Fixes
- Silences a warning that occurs on Julia 1.12 [#245] (thanks @araujoms)
Merged pull requests:
- BREAKING: Check MATLAB exceptions (#237) (@tqml)
- Bump julia-actions/julia-format from 3 to 4 (#242) (@dependabot[bot])
- Bump actions/checkout from 4 to 5 (#243) (@dependabot[bot])
- Bump actions/checkout from 5 to 6 (#244) (@dependabot[bot])
- silence 1.12 warnings (#245) (@araujoms)
Closed issues:
- Propagating exceptions from MATLAB to Julia (#157)
- MATLAB.jl function but not Plotting. (#241)