Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 21:10
d069345

MATLAB v0.9.0

Diff since v0.8.4

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)