Commit 1b73a21
Update MATLAB compat to include version 0.9
This adds compatibility with MATLAB.jl 0.9.0, which includes:
- AbstractArray subtypes are now converted to MATLAB arrays instead of structs
- Tuples are now converted to cell arrays or numeric arrays instead of dictionaries
- Fixes for segfault issues with MATLAB 2022/2023 on Linux
The API used by MATLABDiffEq.jl (put_variable, get_variable, eval_string, jvector,
jarray, get_mvariable, get_default_msession) remains unchanged in MATLAB.jl 0.9.
Closes SciML#57
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f4b4586 commit 1b73a21
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments