Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: daniestevez/ldpc-toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: daniestevez/ldpc-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 6, 2025

  1. cli:encode: fix typo

    daniestevez committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    49eb62a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. update rand to v0.9

    Also update other crates related to random numbers. A test for
    MacKay-Neal has been modified because it does not pass after updating
    these crates. Apparently the underlying implementation for some
    rand traits such as choose_multiple has changed, even if the rng
    is still reproducible.
    
    This is considered an API-breaking change for ldpc-toolbox.
    daniestevez committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    f9ccbfa View commit details
    Browse the repository at this point in the history
  2. bump to v0.9.0

    Also update dependencies.
    daniestevez committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    66936eb View commit details
    Browse the repository at this point in the history
Loading