Skip to content

Releases: JuliaAlgebra/TypedPolynomials.jl

v0.2.7

13 May 16:00
Compare
Choose a tag to compare

TypedPolynomials v0.2.7

Diff since v0.2.6

Closed issues:

  • Unexpected NaNs (#57)
  • SymPy Sym causing problems (#60)

Merged pull requests:

v0.2.6

07 Apr 10:00
Compare
Choose a tag to compare

TypedPolynomials v0.2.6

Diff since v0.2.5

Closed issues:

  • Is there any function of TypedPolynomials to get a polynomial vector with fixed degree? (#55)

Merged pull requests:

  • Install TagBot as a GitHub Action (#56) (@JuliaTagBot)
  • Fix negative exponents through differentiation of 0-th order monomial (#59) (@fgerick)

v0.2.5

27 Dec 13:09
v0.2.5
Compare
Choose a tag to compare

v0.2.4

26 Dec 21:32
v0.2.4
Compare
Choose a tag to compare

v0.2.3

17 Dec 17:08
v0.2.3
Compare
Choose a tag to compare

v0.2.3 (2019-12-17)

Diff since v0.2.2

Closed issues:

  • TODO: bring back the StaticArrays performance improvements (#29)

Merged pull requests:

v0.2.2

01 Sep 12:54
v0.2.2
Compare
Choose a tag to compare

v0.2.2 (2019-08-31)

Diff since v0.2.1

Merged pull requests:

  • Implement variable_union_type (#50) (blegat)

Fix `nvariables` for vector of polynomials

18 Jan 14:54
6c7da0a
Compare
Choose a tag to compare
Merge pull request #49 from JuliaAlgebra/bl/nvar

Fix nvariables for vector and types

Prepare better printing

24 Aug 19:42
5998237
Compare
Choose a tag to compare

This adds support for the new name_base_indices function from MultivariatePolynomials. This is a breaking change this we changed the constructed type names from the @polyvar macro if index notation is used.

#new
julia> @polyvar x[1:2]
(Variable{Symbol("x[1]")}, Variable{Symbol("x[2]")})

#old
julia> @polyvar x[1:2]
(Variable{:x1}, Variable{:x2})

0.7 support

08 Aug 05:02
efd5966
Compare
Choose a tag to compare
Merge pull request #45 from JuliaAlgebra/0.7

Update to 0.7

Initial release

05 Mar 20:43
9b465a8
Compare
Choose a tag to compare
Merge pull request #42 from JuliaAlgebra/readme

update readme and test the demo