From 97dbd01a5cb7b7a16953163653ad6cf5a144c1be Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:41:59 +0400 Subject: [PATCH] expr.sort too --- docs/backcompat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backcompat.md b/docs/backcompat.md index 0d61b65fc..78e01e46a 100644 --- a/docs/backcompat.md +++ b/docs/backcompat.md @@ -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'`.