Skip to content

Commit

Permalink
Rework Expr operators and errors (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com>
  • Loading branch information
sorhawell and etiennebacher committed Aug 7, 2023
1 parent 8cee1b1 commit a123dd9
Show file tree
Hide file tree
Showing 18 changed files with 393 additions and 229 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ S3method(tail,DataFrame)
S3method(tail,LazyFrame)
S3method(unique,DataFrame)
S3method(unique,LazyFrame)
export("%**%")
export("%**%.Expr")
export(.pr)
export(knit_print.DataFrame)
export(pl)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# polars (development version)

## BREAKING CHANGES
- `$rpow()` is removed. It should never have been translated. Use `^` and `$pow()` instead (#346).

## What's changed

- New method `$explode()` for `DataFrame` and `LazyFrame` (#314).
Expand Down
Loading

0 comments on commit a123dd9

Please sign in to comment.