You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).