symengine / SymEngine.jl

Julia wrappers of SymEngine
MIT License
192 stars 43 forks source link

bump compat of SpecialFunctions to v1 #221

Closed ranocha closed 3 years ago

ranocha commented 3 years ago

The version bounds on SpecialFunctions of this package limit downstream packages. I added CompatHelper in #220 to automate this process in the future.

ranocha commented 3 years ago

I checked the Travis build; it's using SpecialFunctions v1.2.0. Thus, the new version bound should be fine.

isuruf commented 3 years ago

Thanks

isuruf commented 3 years ago

I released v0.8.3 https://github.com/symengine/SymEngine.jl/commit/677621eb4046211d49103f37914caf17638c63e3

ranocha commented 3 years ago

Thanks! That was quite fast :+1: