Skip to content

v1.1.1

Compare
Choose a tag to compare
@f-brinkmann f-brinkmann released this 08 Jun 13:21
· 45 commits to master since this release
a13483c

v1.1.1 (09 June 2023)

  • When creating a Mesh2HRTF project from Blender, the Blender project is now saved to the project folder as a compressed copy. Previously it was not compressed and saved directly. The latter came with the danger of making changes to Blender project after creating the Mesh2HRTF project without noting. In this case the Blender file might not reflect the settings of the rest of the project folder (PR #105).
  • Fix a bug in detecting issues in NumCalc simulations during post-processing using ouput2hrtf from the Python API. Errors were not reported in case NumCalc -estimate_ram was called before using manage_numcalc from the Python API (PR #106).
  • Improve the output of manage_numcalc from the Python API (PR #101).
  • Fix a bug in detecting the free RAM in manage_numcalc from the Python API (PR #101).