Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Comments

Bump rand from 0.4.2 to 0.5.5#11

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rand-0.5.5
Closed

Bump rand from 0.4.2 to 0.5.5#11
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rand-0.5.5

Conversation

@dependabot-preview
Copy link

Bumps rand from 0.4.2 to 0.5.5.

Changelog

Sourced from rand's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

A separate changelog is kept for rand_core.

You may also find the Update Guide useful.

[0.6.0] - Unreleased

Crate features and organisation

  • The ISAAC and Xorshift RNGs have been moved to their own crates: rand_isaac
    and rand_xorshift. (#551, #557)
  • Uniform supports inclusive ranges: Uniform::from(a..=b). This is
    automatically enabled for Rust >= 1.27. (#566)
  • Support for i128 and u128 is automatically enabled for Rust >= 1.26. This
    renders the i128_support feature obsolete. It still exists for backwards
    compatibility but does not have any effect. This breaks programs using Rand
    with i128_support on nightlies older than Rust 1.26. (#571)

New distributions

  • Added sampling from the unit sphere and circle. (#567)

Sequences module

  • Optimised and changed return type of the sample_indices function. (#479)
  • Added weighted sampling. (#518)

Platform support

  • Added support for wasm-bindgen. (#541)
  • Added basic SIMD support. (#523)

[0.5.4] - 2018-07-11

Platform support

  • Make OsRng work via WASM/stdweb for WebWorkers

[0.5.3] - 2018-06-26

Platform support

  • OpenBSD, Bitrig: fix compilation (broken in 0.5.1) (#530)

[0.5.2] - 2018-06-18

Platform support

  • Hide OsRng and JitterRng on unsupported platforms (#512; fixes #503).

[0.5.1] - 2018-06-08

New distributions

  • Added Cauchy distribution. (#474, #486)
  • Added Pareto distribution. (#495)
... (truncated)
Commits
  • 8286414 Merge pull request #584 from dhardy/0.5
  • 03db6e7 Prepare 0.5.5 release
  • 628f80a Fix links in lib doc
  • 7a23f3e Merge pull request #546 from dhardy/0.5
  • 023901b Update version numbers to 0.5.4 and add changelog note
  • 13712b6 Fix build errors on nightly (alloc crate changes)
  • 600bc55 Merge pull request #540 from Thristhart/self_over_window
  • 6ef46fd use self instead of window in JS
  • ad14217 Merge pull request #530 from worr/bug/openbsd-typo-5
  • 91dede8 Update for release 0.5.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because this dependency is pre-1.0.0.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Author

Superseded by #14.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/rand-0.5.5 branch November 15, 2018 04:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant