Releases: JuliaAlgebra/TypedPolynomials.jl
Releases · JuliaAlgebra/TypedPolynomials.jl
v0.2.7
v0.2.6
TypedPolynomials v0.2.6
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
v0.2.5 (2019-12-27)
v0.2.4
v0.2.4 (2019-12-26)
v0.2.3
v0.2.2
v0.2.2 (2019-08-31)
Merged pull requests:
Fix `nvariables` for vector of polynomials
Merge pull request #49 from JuliaAlgebra/bl/nvar Fix nvariables for vector and types
Prepare better printing
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
Merge pull request #45 from JuliaAlgebra/0.7 Update to 0.7
Initial release
Merge pull request #42 from JuliaAlgebra/readme update readme and test the demo