Skip to content

breaking change for coeffs of Polynominal(0) ? #503

@johnnychen94

Description

@johnnychen94

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> using Polynomials

julia> coeffs(Polynomial(0))
1-element Vector{Int64}:
 0

v3.2.9-3.2.12:

julia> using Polynomials

julia> coeffs(Polynomial(0))
Int64[]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions