CalebBell / thermo

Thermodynamics and Phase Equilibrium component of Chemical Engineering Design Library (ChEDL)
MIT License
634 stars 117 forks source link

Incompatibility with new SciPy release 1.14.0 #150

Closed tefavidal closed 4 months ago

tefavidal commented 4 months ago

The new release of SciPy 1.14.0 removed interp2d, which causes thermal_conductivity.py to crash.

For details on the transition see https://scipy.github.io/devdocs/tutorial/interpolate/interp_transition_guide.html

CalebBell commented 3 months ago

Hi tefavidal, I recognize this was an issue. The use wasn't in a super commonly used place, although obviously the tests would fail. I have updated the interpolation routine as well as other things that needed upgrading, and released thermo 0.3.0 with the updates today. Sincerely, Caleb