JuliaAlgebra / DynamicPolynomials.jl

Multivariate polynomials implementation of commutative and non-commutative variables
Other
59 stars 21 forks source link

Test on v1.3 #53

Closed ChrisRackauckas closed 4 years ago

ChrisRackauckas commented 4 years ago

DifferentialEquations.jl problems on v1.3 seem to stem from here, so this bump should detect this in the tests.

https://travis-ci.org/JuliaDiffEq/DifferentialEquations.jl/jobs/618925886#L439

blegat commented 4 years ago

All tests seem to pass. We are maybe missing a test

ChrisRackauckas commented 4 years ago

Looks like it was a versioning issue

blegat commented 4 years ago

Merging the PR as it's indeed important to test against these Julia version, let me know if there is anything else that should changed.