Skip to content

Releases: diegoglozano/polars-random

v0.3.2

05 Feb 22:24
c28b764

Choose a tag to compare

Changes

  • v0.3.2 @diegoglozano (#10)
  • Flexibility with polars dtypes. We take care of them
  • Write unit tests
  • Pass all tests

v0.3.1

27 Jan 18:09
7721d67

Choose a tag to compare

Changes

v0.3.0

15 Jan 15:10
de219ec

Choose a tag to compare

Changes

  • v0.3.0 @diegoglozano (#3)
  • Make all distributions (uniform, normal, binomial) compatible with polars expressions / strings
  • Update examples
  • Update README documentation

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Jan 14:33
bb2c5b4

Choose a tag to compare

Changes

  • Change logic: now we extend dataframe namespace (instead expression)
  • Working seeds
  • Check probability for binomial dsitribution

Full Changelog: v0.1.6...v0.2.0

v0.1.6

10 Jan 18:36

Choose a tag to compare

Changes

Feat

  • binomial distribution

v0.1.5

10 Jan 17:21

Choose a tag to compare

Changes

Fix

  • Fixed normal distribution

Feat

  • mean and std parameters for normal distribution

v0.1.4

10 Jan 13:54

Choose a tag to compare

Changes

First version of polars-random plugin. It creates a new expression namespace, random, with two methods:

  • rand: for uniform distribution
  • normal: for normal distribution

v0.1.3

10 Jan 13:18

Choose a tag to compare

Changes

First version of polars-random plugin. It creates a new expression namespace, random, with two methods:

  • rand: for uniform distribution
  • normal: for normal distribution

v0.1.2

10 Jan 11:46

Choose a tag to compare

Changes

First version of polars-random plugin. It creates a new expression namespace, random, with two methods:

  • rand: for uniform distribution
  • normal: for normal distribution

v0.1.1

10 Jan 11:38

Choose a tag to compare

Changes

First version of polars-random plugin. It creates a new expression namespace, random, with two methods:

  • rand: for uniform distribution
  • normal: for normal distribution