FourierFlows / GeophysicalFlows.jl

Geophysical fluid dynamics pseudospectral solvers with Julia and FourierFlows.jl.
https://fourierflows.github.io/GeophysicalFlowsDocumentation/stable/
MIT License
153 stars 32 forks source link

Support SpecialFunctions 2.x #276

Closed stevengj closed 2 years ago

stevengj commented 2 years ago

The only breaking change in SpecialFunctions 2.0 was deleting the factorial(x::Real) = gamma(x+1) function, and since you don't use factorial this shouldn't affect you.

navidcy commented 2 years ago

Thanks @stevengj. I tried to update yesterday but CUDA.jl had to downgrade to v2... I presume some of other deps have to updated the project compat entries.