Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added serde1 feature to Serialize/Deserialize WeightedIndex #974

Merged
merged 14 commits into from May 18, 2020

Commits on May 1, 2020

  1. Added serde1 feature to WeightedIndex

    It required adding serde as an optional dependency.
    Also added a test using bincode like in the other crate.
    CGMossa committed May 1, 2020
    Copy the full SHA
    9c823fa View commit details
    Browse the repository at this point in the history
  2. Revert "Added serde1 feature to WeightedIndex"

    This reverts commit 9c823fa.
    CGMossa committed May 1, 2020
    Copy the full SHA
    f6871d0 View commit details
    Browse the repository at this point in the history
  3. Added Serialize/Deserialize to WeightedIndex and UniformInt

    This time without the rustfmt invocation.
    CGMossa committed May 1, 2020
    Copy the full SHA
    50bc078 View commit details
    Browse the repository at this point in the history
  4. Updated changelog

    CGMossa committed May 1, 2020
    Copy the full SHA
    2bf89f6 View commit details
    Browse the repository at this point in the history
  5. Unreleased changes

    CGMossa committed May 1, 2020
    Copy the full SHA
    9ddd57e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Cahnged the minimal req. serde version

    Hopefully this will do it.
    CGMossa committed May 3, 2020
    Copy the full SHA
    1ec330f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Copy the full SHA
    8bb81d2 View commit details
    Browse the repository at this point in the history
  2. Ser/de Bernoulli

    CGMossa committed May 4, 2020
    Copy the full SHA
    0e97b60 View commit details
    Browse the repository at this point in the history
  3. Added ser/de to Uniform

    #TODO: Test of equality between ser/de is needed.
    CGMossa committed May 4, 2020
    Copy the full SHA
    11ade61 View commit details
    Browse the repository at this point in the history
  4. Added ser/de for UniformDuration

    #TODO: Unable to test equality in mode between de-serialized and original UniformDuration
    CGMossa committed May 4, 2020
    Copy the full SHA
    5b23d21 View commit details
    Browse the repository at this point in the history
  5. Added ser/deto IndexVec, StepRng, Alphanumeric, OpenClosed01,…

    … `Open01`, and `Standard`
    CGMossa committed May 4, 2020
    Copy the full SHA
    b393d75 View commit details
    Browse the repository at this point in the history
  6. Update float.rs

    CGMossa committed May 4, 2020
    Copy the full SHA
    fda3639 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Copy the full SHA
    fd72a6e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Added spaces

    CGMossa committed May 17, 2020
    Copy the full SHA
    dc3cda6 View commit details
    Browse the repository at this point in the history