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

A more low level implementation of vectorize in numba #92

Merged
merged 14 commits into from
Jan 4, 2023

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    d4e5dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61e7a67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ecbac7 View commit details
    Browse the repository at this point in the history
  4. Specialized numba sum impl

    aseyboldt committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    6936d2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae122aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ed277f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79b1037 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9ab63c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05f6ab2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b93a4f7 View commit details
    Browse the repository at this point in the history
  11. Fix some floatX issues

    aseyboldt committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    bfb91f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84d6fd5 View commit details
    Browse the repository at this point in the history
  13. Fix typo in error message

    Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
    aseyboldt and ricardoV94 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4fedcbe View commit details
    Browse the repository at this point in the history
  14. Remove unused helper file

    aseyboldt committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    462b957 View commit details
    Browse the repository at this point in the history