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.6.1
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.6.2
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on May 24, 2024

  1. add transformation to systematic code

    This adds a CLI command that transforms a parity check matrix to
    one that can be used for systematic encoding with the first variables
    by permuting columns of the parity check matrix.
    
    The crate::encoder::gauss module has been moved to crate::linalg
    because it is now used outside crate::encoder too.
    daniestevez committed May 24, 2024
    Configuration menu
    Copy the full SHA
    53dec0d View commit details
    Browse the repository at this point in the history
  2. fix clippy lint

    daniestevez committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ffef32a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e3fc10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff71bc7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. bump to v0.6.2

    Also update dependencies.
    daniestevez committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a7e9538 View commit details
    Browse the repository at this point in the history
Loading