Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 19, 2020
1 parent c1fa84f commit 9d10675
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.5.1"
version = "0.6.0"
authors = ["ritchie46 <ritchie46@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion polars/src/doc/changelog/v0_6.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
//! * Comparisons are more performant.
//! * Outer join is more performant.
//! * Start with parallel iterator support for ChunkedArrays.
//!
//! * Remove crossbeam dependency.
2 changes: 2 additions & 0 deletions polars/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@
//! - Generate array's with randomly sampled values
//! * `ndarray`
//! - Convert from `DataFrame` to `ndarray`
//! * `parallel`
//! - Parallel variants of operation
#![allow(dead_code)]
#![feature(iterator_fold_self)]
#![feature(doc_cfg)]
Expand Down

0 comments on commit 9d10675

Please sign in to comment.