Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 938 Bytes

CHANGELOG.md

File metadata and controls

17 lines (11 loc) · 938 Bytes

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2018-12-15)

Features

  • winsorize: Winsorization replaces extreme data values with less extreme values (c9098eb)

2.2.0 (2018-08-24)

Features

  • sample: Get "k" random elements from array/string with "n" elements (0 < k <= n) (8f86od9)
  • shuffle: Returns a random permutation of array/string (6c1b91f)