Releases: diegoglozano/polars-random
Releases · diegoglozano/polars-random
v0.3.2
Changes
- v0.3.2 @diegoglozano (#10)
- Flexibility with polars dtypes. We take care of them
- Write unit tests
- Pass all tests
v0.3.1
Changes
- v0.3.1 @diegoglozano (#6)
- [feat] improved documentation @diegoglozano (#5)
v0.3.0
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
- v0.3.0 by @diegoglozano in #3
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
Changes
Feat
- binomial distribution
v0.1.5
Changes
Fix
- Fixed normal distribution
Feat
- mean and std parameters for normal distribution
v0.1.4
Changes
First version of polars-random plugin. It creates a new expression namespace, random, with two methods:
rand: for uniform distributionnormal: for normal distribution
v0.1.3
Changes
First version of polars-random plugin. It creates a new expression namespace, random, with two methods:
rand: for uniform distributionnormal: for normal distribution
v0.1.2
Changes
First version of polars-random plugin. It creates a new expression namespace, random, with two methods:
rand: for uniform distributionnormal: for normal distribution
v0.1.1
Changes
First version of polars-random plugin. It creates a new expression namespace, random, with two methods:
rand: for uniform distributionnormal: for normal distribution