Skip to content

Commit

Permalink
NEWS 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Apr 14, 2023
1 parent 93af6d6 commit 6c11a63
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# rpolars v0.4.6.9000 (development version)
# polars (development version)

## BREAKING CHANGE

- The package name was changed from `rpolars` to `polars`. (#84)

## What's changed

- New methods implemented for DataFrame, LazyFrame, and GroupBy objects: min, max, mean, median, sum, std, var, first, last, head, tail, reverse, slice, null_count, estimated_size (#105 @vincentarelbundock)


# rpolars v0.4.7

## What's changed

- Revamped docs that includes a new introductory vignette (#81 @grantmcdermott)
- Misc documentation improvements

# rpolars v0.4.6

Expand Down

0 comments on commit 6c11a63

Please sign in to comment.