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
* generalized it to more than one dimension (closes#56)
- works for both stack([(ndkey, value), ...], axis=axes) and stack({ndkey: value}, several_axes)
- deprecated axis argument in favor of axes
* changed the exception when using **kwargs without an axis on Python < 3.6 to a warning
* allowed using a dict without axis (closes#581, closes#755)
This will produces a warning on Python < 3.7
* added support for res_axes
* generalized it to more than one dimension (closes#56)
- works for both stack([(ndkey, value), ...], axis=axes) and stack({ndkey: value}, several_axes)
- deprecated axis argument in favor of axes
* changed the exception when using **kwargs without an axis on Python < 3.6 to a warning
* allowed using a dict without axis (closes#581, closes#755)
This will produces a warning on Python < 3.7
* added support for res_axes
Here are a few syntax experiments (but see also #30):
The text was updated successfully, but these errors were encountered: