Releases: JuliaAlgebra/StaticPolynomials.jl
Releases · JuliaAlgebra/StaticPolynomials.jl
Compilation improvements
- StaticPolynomials should now be compatible with PackageCompiler.jl.
- The size of the generated code is reduced and also there is less inlining. This results in an around 50% compilation speed up for larger examples
Less restrictive StaticArray dependency
v1.0.2 Update Project.toml
Upgrade StaticArrays
This upgrades the StaticArrays dependency to 0.9.x
.
v1.0.0
Julia 1.0
This add support for Julia 1.0 and drops support for 0.6
v0.2.3
- Changes internal coefficients vector from
SVector
toMVector
(this doesn't seem to have any impact on the performance) - Add support of
Base.foreach
toAbstractSystem
in order to support arbitrary iteration over the polynomials - Add
scale_coefficients(f, a)
to scale the polynomial (system)f
by the scale (vector)a
Fix 0.7 deprecation warnings
v0.2.2 Update README.md
v0.2.1
- Fix a bug in
show(::SExponents)
v0.2.0
v0.1.3
Fix code generation bug in gradient