Skip to content

Commit b19387a

Browse files
committed
docs: Document dir to axis migration
1 parent 29afcd0 commit b19387a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MIGRATION_V1_V2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)