spatialaudio / python-sofa

A python API for reading and writing SOFA files (https://www.sofaconventions.org/)
MIT License
24 stars 8 forks source link

scipy.spatial.transform.Rotation.from_dcm() has been renamed to .from_matrix() #4

Open bnavigator opened 3 years ago

bnavigator commented 3 years ago

scipy.spatial.transform.Rotation.from_dcm() was removed in SciPy 1.6.0. The proper name is .from_matrix() since Scipy 1.4.

throni3git commented 2 years ago

nice, thanks. please merge :)

throni3git commented 1 year ago

i'd like to ask you again to merge this please