Releases: JuliaMath/Polynomials.jl
Releases · JuliaMath/Polynomials.jl
v3.2.12
v3.2.11
Polynomials v3.2.11
Merged pull requests:
- fix generic conv (#497) (@GiggleLiu)
- version bump (#498) (@jverzani)
v3.2.10
v3.2.9
Polynomials v3.2.9
Merged pull requests:
- Bump actions/checkout from 2 to 3 (#482) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#483) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#484) (@dependabot[bot])
- Remove buggy type computation in scalar_mult. (#485) (@LilithHafner)
- fix typos (#486) (@spaette)
- Eltype fix; use T[] for 0-polynomial; speed up LaurentPolynomial operations (#487) (@jverzani)
- add extension for MutableArithmetics (#488) (@jverzani)
- Typo (#489) (@yakir12)
- Correct some typos (#491) (@goggle)
- improve copy_with_eltype (#492) (@jverzani)
v3.2.8
Polynomials v3.2.8
Merged pull requests:
v3.2.7
v3.2.6
v3.2.5
Polynomials v3.2.5
Closed issues:
minimum(p)
returns the minimal coefficient ofp
butminimum(p, itr)
returns whenp
is applied ontoitr
(#459)- Makie.jl plotting recipe missing (#463)
- [Feature request] Polynomial macro (#464)
- error on integrate or differentiate (#467)
- Deprecated order (#471)
Merged pull requests:
v3.2.4
Polynomials v3.2.4
Closed issues:
Merged pull requests:
- add unexported critical points (#458) (@jverzani)
- Fix
show
for typeInterval
(#460) (@singularitti) - Deprecate
order
, usedegree
(#461) (@singularitti)