Skip to content

Commit

Permalink
python 0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 12, 2021
1 parent c032df8 commit 0847ecd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions py-polars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

The Rust crate `polars` has its own changelog.

### Polars 0.8.18
* feature
- select columns by regex
- support >1M columns in IPC reader
- make DataFrame.sort arguments equal to LazyFrame.sort
- pl.all() == pl.col("*")

* bug fix
- fix bugs due to filtering in aggregations: #1101
- fix bug in wildcard in functions `3163ee5`

### Polars 0.8.17
* feature
- keep_name expr
- exclude expr
- drop_nulls expre
- explode accepts expression (thus wildcard)
- groupby: head + tail added
- `df[::2]` slicing added

### Polars 0.8.16
patch release to fix panic #1077

Expand Down
2 changes: 1 addition & 1 deletion py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py-polars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-polars"
version = "0.8.17"
version = "0.8.18"
authors = ["ritchie46 <ritchie46@gmail.com>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 0847ecd

Please sign in to comment.