- Notifications
You must be signed in to change notification settings - Fork33
Releases: d3/d3-random
Releases · d3/d3-random
v3.0.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v3.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Adopt type: module.
This package now requires Node.js 12 or higher. For more, please readSindre Sorhus’s FAQ.
Assets2
v2.2.2
a4c996f
This commit was signed with the committer’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Accept any integer as a seed ind3.randomLcg.#37
- Update dependencies.
Assets3
v2.2.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Improve the performance ofd3.randomLcg. Thanks,@jrus!
Assets3
v2.2.0
8c33c61
This commit was signed with the committer’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets3
v2.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Allowd3.randomBates to take fractionaln.
- Allowd3.randomIrwinHall to take fractionaln.
- Addd3.randomGamma.
- Addd3.randomBeta.
- Addd3.randomWeibull.
- Addd3.randomCauchy.
- Addd3.randomLogistic.
- Addd3.randomPoisson.
Thanks to@Parcly-Taxel for the contributions!
Assets3
v2.0.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Adopt exact paths for imports.
- Add sideEffects: false to the package.json.
Assets3
v2.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Addd3.randomInt.#26
- Addd3.randomBinomial.
- Addd3.randomGeometric.
- Addd3.randomPareto.
- Addd3.randomBernoulli.
- Don’t wrap Math.random in the default source.
- Adopt explicit paths for imports.#22
- Adopt explicit files for publishing.
Thanks to@lange,@p-v-d-Veeken and@svanschooten for your contributions!
This release adopts ES2015 language features such asfor-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-random 1.x or use a transpiler.
Assets3
v1.1.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Housekeeping.
Assets3
v1.1.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Update dependencies.