Skip to content

Release type constraints #34

@sethaxen

Description

@sethaxen

Throughout the package, it seems numerical arguments are restricted to Float32. This prevents usage of the code with custom real numeric types. Can this constraint be relaxed to <:Real, or even no constraint at all?
Likewise, in a number of places array types are constraint to Array, so that the code cannot be used with custom array types. Can that likewise be relaxed? Fewer type constraints means greater potential for composeability with other packages.

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