You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Closes#88
- Add axes, shape and snaked information in (usually) non-points-calculating method.
- Deprecate Spec.axes: did not respect Frame information
- Deprecate Spec.shape: Called calculate() and discarded information
Currently
Spiral.axes() -> ["y", "x"]
and
Product(Line, Line).axes() -> ["x", "y"]
But Spiral has 1 dimension in 2 axes ("x", "y") and a grid has 2 dimensions in 2 axes ("x"), ("y").
The text was updated successfully, but these errors were encountered: