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: