Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rebeccafair rebeccafair released this 10 Aug 10:56
· 5 commits to main since this release
  • Bug fixes

    • Check for correct Matlab version (>=2019a) when converting Numpy arrays with
      double. Converting with double works for Numpy arrays with >=2019a,
      but only works for native py.array.array arrays in 2018a/b.
  • Improvements

    • Only warn once if converting a Numpy array in an old Matlab version (less than 2019a)
    • Only determine Matlab version once for increased performance