ImperialCollegeLondon / sharpy

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code
https://imperial.ac.uk/aeroelastics/sharpy
BSD 3-Clause "New" or "Revised" License
123 stars 58 forks source link

Temporary Fix for NumPy 2.0 Issues (Main Branch) #292

Closed ben-l-p closed 3 months ago

ben-l-p commented 3 months ago

NumPy 2.0 has been released, which depreciates many functions that have been used in SHARPy. This now causes many unit tests to fail, and there is also a corresponding SciPy version which presents issues. This is a temporary fix which sets an upper ceiling on the versions which can be used (was previously set to use latest), however aim to update the code in due course.