Releases: JuliaMath/Polynomials.jl
Releases · JuliaMath/Polynomials.jl
v4.0.11
v4.0.10
What's Changed
- fix typo by @spaette in #574
- CompatHelper: bump compat for MakieCore in [weakdeps] to 0.8, (keep existing compat) by @github-actions in #572
- Doctests and documentation patch by @abhro in #571
- remove unneded makiecore dep; close #575 by @jverzani in #576
- Bump julia-actions/cache from 1 to 2 by @dependabot in #568
New Contributors
Full Changelog: v4.0.9...v4.0.10
v4.0.5
v4.0.4
v4.0.3
Polynomials v4.0.3
Merged pull requests:
v4.0.2
v4.0.1
Polynomials v4.0.1
Closed issues:
- bad type inference for composition of
ImmutablePolynomial
s (#512) - polynomials should have
big
methods? (#522)
Merged pull requests:
- Point LICENSE to current contributors list (#521) (@vtjnash)
- fix some stray untyped global variables (#523) (@nsajko)
- don't use
Val
withntuple
when the length isn't a constant (#525) (@nsajko) - no special case for
coeffs
(#528) (@jverzani) - special case immutable poly powers (#529) (@jverzani)
- an algorithm for polynomial composition, an algorithm for FFT-based * (#530) (@jverzani)
- bump version (#531) (@jverzani)
v4.0.0
Polynomials v4.0.0
Closed issues:
- Poly() not defined (#508)
ImmutablePolynomial
constructors seem to prevent good type inference (#510)- Should
AbstractPolynomial
subtypeFunction
? (#516)
Merged pull requests:
- minor type-inference improvements in roots (#505) (@jishnub)
- deprecated macro export, cf. issue #506 (#507) (@jverzani)
- Improve inference in derivative/integrate (#514) (@jishnub)
- fix sparse multiplication (#515) (@jverzani)
- decouple basis from storage type (#517) (@jverzani)
- Version bump (#518) (@jverzani)
v3.2.13
Polynomials v3.2.13
Closed issues:
- I was typing on the wrong screen and accidentally hit enter twice, please delete this issue (#502)
Merged pull requests: