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

DRAFT: Optimized Geometry Functions using Numba #1072

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Nov 10, 2024

  1. re-write bounds to use Numba

    philipc2 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    0a84d62 View commit details
    Browse the repository at this point in the history
  2. more numba

    philipc2 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8e6c5a6 View commit details
    Browse the repository at this point in the history
  3. fix all tests but two

    philipc2 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a9a33d1 View commit details
    Browse the repository at this point in the history
  4. remove unused helper

    philipc2 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    35cece6 View commit details
    Browse the repository at this point in the history
  5. fix all tests but one

    philipc2 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d833107 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. recursion limit

    philipc2 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    99da011 View commit details
    Browse the repository at this point in the history
  2. recursion limit

    philipc2 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9b439c3 View commit details
    Browse the repository at this point in the history
  3. cache and parallel

    philipc2 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    976cb57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    248ebd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51e71fc View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. fix failing test

    philipc2 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dcf4ff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19bf853 View commit details
    Browse the repository at this point in the history
  3. fix all tests but one

    philipc2 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a919681 View commit details
    Browse the repository at this point in the history
  4. fix final test

    philipc2 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0d714e1 View commit details
    Browse the repository at this point in the history
  5. Clean up commented out code

    philipc2 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7e86e5e View commit details
    Browse the repository at this point in the history
  6. cleanup comments

    philipc2 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4371562 View commit details
    Browse the repository at this point in the history
  7. more comment cleanup

    philipc2 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5c08d53 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. update use of face bounds

    philipc2 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8646f1f View commit details
    Browse the repository at this point in the history
  2. fix failing test

    philipc2 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    884ed87 View commit details
    Browse the repository at this point in the history