Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 11, 2020
1 parent 6ad2adb commit a204bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion polars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars"
version = "0.7.0"
version = "0.7.1"
authors = ["ritchie46 <ritchie46@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions polars/src/doc/changelog/v0_7.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
//! * (col, lit, lt, lt_eq, alias, etc.)
//! * arithmetic
//! * when / then /otherwise
//! * 1.3-1.7 peformance increase of filter
//! * ChunkedArray/ Series creation speedup: No nulls: 10X speedup, Nulls: 1.1-2.2x speedup.

0 comments on commit a204bd5

Please sign in to comment.