Releases: Any2HRTF/Mesh2HRTF
Releases · Any2HRTF/Mesh2HRTF
v1.2.1
v1.2.1 (11 September 2024)
- Update dockerfile: update to latest long time support Ubuntu version, create a Python virtual environment because Python 3.12 does not allow pip install outside an environment anymore.
v1.2.0
v1.1.2
v1.1.2 (21 May 2024)
- Fixed a bug when exporting a Mesh2HRTF Project from Blender that uses a plane wave as sound source (PR #108)
- Update testing to work with all supported Blender versions (PR #189, #129)
- Update
inspect_sofa_files
from the Python API to work with the latest pyfar version (PR #125) - Improve tooltip help in Mesh2HRTF Export GUI in Blender (PR #124)
- Add
__version__
attribute to Python API (PR #111)
v1.1.1
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 caseNumCalc -estimate_ram
was called before usingmanage_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).
v1.1.0
- Add dockerfile running the Mesh2HRTF Python API,
NumCalc
, andhrtf_mesh_grading
- Fixed a bug in installing the Mesh2HRTF Python API
- Fixed a bug in
manage_numcalc
if running multiple Mesh2HRTF projects - Fix order of HRIRs/HRTFs plotted by
inspect_sofa_files
when choosing the median or frontal plane
v1.0.0
- Support of Blender 2.80 and above (https://www.blender.org/)
- Improved export interface in Blender
- Added Python API (https://mesh2hrtf.readthedocs.io/en/latest/)
- Improved Matlab API
- Improved Documentation (https://github.com/Any2HRTF/Mesh2HRTF/wiki)
See History for full release notes (https://github.com/Any2HRTF/Mesh2HRTF/blob/master/HISTORY.rst)
v0.5.0
- changed license to EUPL 1.2
- last release of Mesh2HRTF 0.x supporting Blender v2.79 and below
v0.4.0
- new directory structure
v0.3.2
- bug fix in NumCalc
- big fix and improvements in PreProcessing/MeshGrading (ticket #25, commit r38)
- bug fix in ExportMesh2HRTF.py (Tickets #13, #15, and #23 on sourcefourge)
- fixed a bug Output2HRTF_Main.m. Now the low frequency HRTF should at 0 dB if using reciprocal simulation and if setting reference = true in Output2HRTF.m, which is auto-generated when exporting from blender.
v0.3.0
- New directory structure
- Pascal-case naming of the files
- Small bugfixes in the scripts