Skip to content

Commit

Permalink
add changelog v0_6
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 17, 2020
1 parent 5e6e942 commit 98da19b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions polars/src/doc/changelog/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pub mod v0_3;
pub mod v0_4;
pub mod v0_5;
pub mod v0_6;
6 changes: 6 additions & 0 deletions polars/src/doc/changelog/v0_6.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//! # Changelog v0.6
//!
//! * Add more distributions for random sampling.
//! * Fix float aggregations with NaNs.
//! * Comparisons are more performant.
//!

0 comments on commit 98da19b

Please sign in to comment.