Skip to content

Recent deprecations #950

@effigies

Description

@effigies

Pre-release builds reveal np.float, np.complex, np.int are deprecated aliases to builtin float, complex and int.

We can switch to using the builtins directly with no consequence. It might also be worth looking at whether a more precise type (e.g. numpy.float32 where float will typically be interpreted as numpy.float64) is appropriate in some cases.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions