Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 5, 2021
1 parent 86fc4a1 commit 9eda75e
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

The Python bindings of `polars` have their own changelog.

### Polars 0.15.0
* feature
- extract jsonpath
- more object support
* performance
- improve list take performance
* bug fix
- don't panic in out of bounds take, but error
- update offsets in case of utf8lossy
* breaking
- take returns error
- parsers take `W: Write` instead of `&mut W`

### Polars 0.14.8
* feature
- concat_str function
- more object support
- hash and row_hash function/ expr
- reinterpret function/ expr
- Series.mode expr/function
- csv file decompression
- read_sql support
* performance
- divide and conquer binary expressions

### Polars 0.14.7
* feature
- cross join added
Expand Down
35 changes: 35 additions & 0 deletions py-polars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

The Rust crate `polars` has its own changelog.

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

### Polars 0.8.15
* feature
- extract jsonpath
- more object support
* performance
- improve list take performance
* bug fix
- don't panic in out of bounds take, but error
- update offsets in case of utf8lossy
- fix bug in pyarrow round trip with list types

### Polars 0.8.13/(14 patch)
* feature
- concat_str function
- more object support
- hash and row_hash function/ expr
- reinterpret function/ expr
- Series.mode expr/function
- csv file decompression
- read_sql support
* performance
- divide and conquer binary expressions

### Polars 0.8.12
* feature
- cross join added
- dot-product
* performance
- improve csv-parser performance by ~25%
* bug fix
- various minor

### Polars 0.8.11
* feature
- cross join added
Expand Down

0 comments on commit 9eda75e

Please sign in to comment.