Skip to content

v1.0.0

Compare
Choose a tag to compare
@rebeccafair rebeccafair released this 01 Dec 12:44
· 8 commits to master since this release
  • Changes:

    • psutil has been added as a Python dependency for automatic chunking
  • Improvements:

    • n_threads will now automatically be converted to an integer (using e.g.
      int32(4) is no longer needed)
    • Warn rather than error if the incorrect Python version or Python module
      versions are used
    • If chunk isn't provided to euphonic.CoherentCrystal, a recommended chunk
      size will be set depending on the available memory
    • install_python_modules.m will now install the latest version of dependencies
      instead of the oldest
  • Bug fixes:

    • In some distributions of MATLAB the automatic conversion from Numpy ndarray using
      MATLAB's double does not work. If it fails, convert to a regular py.array
      first, this should be more reliable.
    • In some MATLAB versions py.sys.executable actually points to the MATLAB executable
      so the install_python_modules script wouldn't work. This has been fixed.