-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
In numpy we can often feed a method a multidimensional array and an axis parameter that specifies with direction we're operating along. The methods in this package are designed to work on univariate data streams, but it would be nice to generalize them to work with arrays of more dimensions.
Alternatively we could keep all methods univariate and force users to do something like apply_along_axis, however this loops up in Python, not taking advantage of speedups from numpy that may be possible with calls like fft, which push that loop down in to compiled C.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed