JuliaMath / JuliaMath/Polynomials.jl
breaking change for coeffs of Polynominal(0) ?
Open
- Dominant language
- Julia
- Stars
- 320
- Forks
- 80
- Avg merge
- 8h 46m
- Merged PRs (30d)
- 3
Description
I'm not sure if this is an intended change, will update the thread if I get more ideas on how the behavior gets affected.
v3.2.8:
```julia
julia> using Polynomials
julia> coeffs(Polynomial(0))
1-element Vector{Int64}:
0
```
v3.2.9-3.2.12:
```julia
julia> using Polynomials
julia> coeffs(Polynomial(0))
Int64[]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.