Skip to content

Commit

Permalink
expr.sort too
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jan 20, 2025
1 parent d613e6c commit 97dbd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backcompat.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The following are differences between the main Narwhals namespace and `narwhals.
- `eager_or_interchange_only` has been removed from `from_native` and `narwhalify`.
- Order-dependent expressions can no longer be used with `narwhals.LazyFrame`.
- The following expressions have been deprecated from the main namespace: `Expr.head`,
`Expr.tail`, `Expr.gather_every`, `Expr.sample`, `Expr.arg_true`.
`Expr.tail`, `Expr.gather_every`, `Expr.sample`, `Expr.arg_true`, `Expr.sort`.

- Since Narwhals 1.21, passing a `DuckDBPyRelation` to `from_native` returns a `LazyFrame`. In
`narwhals.stable.v1`, it returns a `DataFrame` with `level='interchange'`.
Expand Down

0 comments on commit 97dbd01

Please sign in to comment.