JuliaAlgebra / StaticPolynomials.jl

Fast evaluation of multivariate polynomials
https://juliaalgebra.github.io/StaticPolynomials.jl/latest/
Other
16 stars 4 forks source link

Compat Entry for Static Arrays #43

Closed manuelbb-upb closed 3 years ago

manuelbb-upb commented 3 years ago

There has been a major release of StaticArrays.jl that I would like to use in conjunction with StaticPolynomials.jl. I have deved the package locally, set the compat entry to "^1" and ran the tests with StaticArrays@v.1.2.0. All tests passed :)

manuelbb-upb commented 3 years ago

I gues, this has been resolved with v1.3.4 and https://github.com/JuliaAlgebra/StaticPolynomials.jl/pull/44 Many thanks!