File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ should be used as a checklist when converting a piece of code using PyLops from
88- Several operators have deprecated ` N ` as a keyword. To migrate, pass only ` dims ` if both ` N ` and ` dims ` are currently
99 being passed. If only ` N ` is being passed, ensure it is being passed as a value and not a keyword argument (e.g.,
1010 change ` Flip(N=100) ` to ` Flip(100) ` ).
11+ - ` dir ` , ` dirs ` and ` nodir ` have been deprecated in favor of ` axis ` and ` axes ` .
1112- ` utils.dottest ` : Change ` tol ` into ` rtol ` . Absolute tolerance is now also supported via the keyword ` atol ` .
1213 When calling it with purely positional arguments, note that after ` rtol ` comes now first ` atol ` before ` complexflag ` .
1314 When using ` raiseerror=True ` it now emits an ` AttributeError ` instead of a ` ValueError ` .
You can’t perform that action at this time.
0 commit comments