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

Fix decode corner case where result isn't promoted #163

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    966294b View commit details
    Browse the repository at this point in the history
  2. Set project version to 0.15.8

    omus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    827872e View commit details
    Browse the repository at this point in the history
  3. Decode using sample data eltype

    omus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ae0ece5 View commit details
    Browse the repository at this point in the history
  4. Introduce decoded_type

    omus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    960f575 View commit details
    Browse the repository at this point in the history
  5. Consistently use iszero/isone

    omus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    98f68f7 View commit details
    Browse the repository at this point in the history
  6. Fix issue with encode_sample

    omus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bd7f51b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83b0bca View commit details
    Browse the repository at this point in the history
  8. Update docstring

    omus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d71f2ec View commit details
    Browse the repository at this point in the history
  9. Revert "Fix issue with encode_sample"

    This reverts commit bd7f51b.
    omus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7d7c3fa View commit details
    Browse the repository at this point in the history
  10. Respect T, always

    omus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d73f3da View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Refactor testsets

    omus committed May 4, 2024
    Configuration menu
    Copy the full SHA
    041e14c View commit details
    Browse the repository at this point in the history
  2. Docstring correction

    omus committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a40fb0e View commit details
    Browse the repository at this point in the history