Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-10 | 1.6 kB | |
v0.9.0 source code.tar.gz | 2025-03-10 | 23.3 kB | |
v0.9.0 source code.zip | 2025-03-10 | 29.9 kB | |
Totals: 3 Items | 54.8 kB | 119 |
MATLAB v0.9.0
Breaking changes
- Types that are subtypes of AbstractArray (e.g. Diagonal) are now converted to MATLAB arrays instead of structs. Within MATLAB these types are represented as normal, dense arrays.
#229
- Tuples are no longer converted to MATLAB dictionaries. Instead tuples are converted to cell arrays (if it has mixed types) or numeric arrays (if all elements share a single numeric type)
#231
Merged pull requests: - The segfault issue with MATLAB versions 2022/2023 is gone on Linux platforms (#215) (@egavazzi) - Move the warning for Linux into the installation instructions (#217) (@musm) - fix broken link in README.md (#218) (@egavazzi) - fix typos (#219) (@spaette) - Pass MATLAB flags that avoids some of the GUI-related things (#222) (@pratyai) - Change the warning in the readme to a more general one. (#224) (@egavazzi) - Add Path workaround for windows (#226) (@bolognam) - Add conversion from AbstractArray to mxarray (#229) (@tqml) - Add conversion for tuples (#231) (@tqml) - Bump actions/checkout from 2 to 4 (#232) (@dependabot[bot]) - Add path workaround for Linux (#233) (@egavazzi)
Closed issues: - Tuples converted to MATLAB structs (#178) - UndefRefError in MAC OS Apple Silicon (#195) - Variable interpolation from Julia to Matlab: Treat adjoint vectors as row vectors (#196) - Weird issue when also using Juliaup (#214) - MATLAB.jl seems working fine with MATLAB R2023b on macOS (#223)