yt-project / unyt

Handle, manipulate, and convert data with units in Python
https://unyt.readthedocs.io
BSD 3-Clause "New" or "Revised" License
364 stars 48 forks source link

DEPR: expire deprecation for mixed temperature units in ufuncs #410

Closed neutrinoceros closed 1 year ago

neutrinoceros commented 1 year ago

Had to repeat the logic of the conditional to avoid changing the signature of _preserve_units (in order to include the ufunc, required for UnitOperationError). Happy to revise it if anyone sees a better way.