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
will behave differently with this change in v1.8.9.0, in that both 'or' and 'domainaxis1'' will now count as *axes arguments , rather than the 'or' being assigned to the old mode parameter.
davidhassell
changed the title
Backward incompatible change to Constructs.filter_by_axis API
Backwards incompatible change to Constructs.filter_by_axis API
Apr 22, 2021
The API changes described in #130 and #132 imply a change in
Constructs.filter_by_axis
, namely the existing:becomes:
The old
mode
and newaxis_mode
parameters behave the same.Potential for existing code to silently break
The existing code
will behave differently with this change in v1.8.9.0, in that both
'or'
and'domainaxis1''
will now count as*axes
arguments , rather than the'or'
being assigned to the oldmode
parameter.The way to rewrite this code would be:
The text was updated successfully, but these errors were encountered: