<div dir="ltr"><div><div><div><div><div>Hello Scipy developers,<br><br></div>I recently committed a little enhancement of the scipy.constants module that dealt with temperature conversions between the Rankine scale and other scales (see #5292). It seems to me that this capability would be useful since many scientists and engineers (sadly) keep using the Rankine temperature scale, especially in thermodynamics.<br><br></div>Rgommers answered that this was not a bad idea in principle, but that it would make the code kind of too heavy: too many temperature conversion functions in the module. Therefore he suggested adding a single fun<span style="font-family:arial,helvetica,sans-serif">ction of the kind convert_temperature(value, old_scale, new_scale) rather than the several current functions.<br><br></span></div><span style="font-family:arial,helvetica,sans-serif">What do you think about that? If there is a consensus I could take care of that.<br><br></span></div><span style="font-family:arial,helvetica,sans-serif">cheers,<br><br></span></div><span style="font-family:arial,helvetica,sans-serif">Gilles<br></span></div>