Skip to content

Releases: JuliaAlgebra/StaticPolynomials.jl

Compilation improvements

06 Jan 12:32
098d988
Compare
Choose a tag to compare
  • 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

08 Dec 14:11
61160a1
Compare
Choose a tag to compare
v1.0.2

Update Project.toml

Upgrade StaticArrays

14 Nov 15:12
1540f63
Compare
Choose a tag to compare

This upgrades the StaticArrays dependency to 0.9.x.

v1.0.0

02 Oct 05:22
fe38778
Compare
Choose a tag to compare

This introduces several improvements

  • support for parameters #19 #20
  • new implementation of polynomial systems. The old system(...) constructor is deprecated in favor of PolynomialSystem(...). #19 #23

Julia 1.0

09 Aug 11:32
e9c9914
Compare
Choose a tag to compare

This add support for Julia 1.0 and drops support for 0.6

v0.2.3

30 Jul 16:46
73d4eac
Compare
Choose a tag to compare
  • Changes internal coefficients vector from SVector to MVector (this doesn't seem to have any impact on the performance)
  • Add support of Base.foreach to AbstractSystem 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

16 Jul 19:44
7e9791b
Compare
Choose a tag to compare
v0.2.2

Update README.md

v0.2.1

21 Jun 09:37
b83c105
Compare
Choose a tag to compare
  • Fix a bug in show(::SExponents)

v0.2.0

17 Jun 09:03
ff9f62a
Compare
Choose a tag to compare
  • Compatibility with Julia 0.7-alpha.0 (#13)
  • Change types used for propagation of the support (#12)

v0.1.3

15 Jun 08:06
Compare
Choose a tag to compare
Fix code generation bug in gradient