Skip to content

isbanded should not be exported #357

@jishnub

Description

@jishnub

Since LinearAlgebra has an isbanded function as well, it's possible to confuse the two and encounter unexpected bugs. Perhaps it's best to not export BandedMatrices.isbanded in the next breaking release. This would also avoid clashes between the names if LinearAlgebra.isbanded is imported first.

julia> import LinearAlgebra: isbanded

julia> using BandedMatrices
WARNING: using BandedMatrices.isbanded in module Main conflicts with an existing identifier.

julia> @which isbanded
LinearAlgebra

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions