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

value2index: convert index to int #2765

Merged
merged 16 commits into from
Jul 1, 2021

Commits on Jun 7, 2021

  1. convert index to int

    jlaehne committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    3f91fe8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Add tests for rounding

    jlaehne committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    72df017 View commit details
    Browse the repository at this point in the history
  2. fix rounding floor

    jlaehne committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    dac2ced View commit details
    Browse the repository at this point in the history
  3. fix rounding

    jlaehne committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a67980b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    5ebe28e View commit details
    Browse the repository at this point in the history
  2. use bias to round up

    jlaehne committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9b6a944 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. fix rounding

    jlaehne committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a50e108 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. rounding docstring

    jlaehne committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    74d2afb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. round half-to-even

    jlaehne committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c977edd View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Revert "round half-to-even"

    This reverts commit c977edd.
    jlaehne committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ef35be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa43a08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3644d22 View commit details
    Browse the repository at this point in the history
  4. Run black on array_tools.py

    ericpre committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7a55b07 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Merge pull request #7 from ericpre/nua_value2index_fix

    Nua value2index fix
    jlaehne committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    3561a67 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    0659013 View commit details
    Browse the repository at this point in the history
  2. Skip a test on aarch64

    ericpre committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    595be28 View commit details
    Browse the repository at this point in the history