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

numba acceleration #18

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

numba acceleration #18

wants to merge 11 commits into from

Commits on Oct 31, 2019

  1. accelerate ordinary kriging with numba

    David Fulford committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    69de3c4 View commit details
    Browse the repository at this point in the history
  2. add parallelization with numba

    David Fulford committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    c8b56b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. remove parallelization

    David Fulford committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    b76d50f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. some cleanup of testing code

    David Fulford committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    ca46a0a View commit details
    Browse the repository at this point in the history
  2. accelerate ordinary kriging with numba

    David Fulford committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    9b742ce View commit details
    Browse the repository at this point in the history
  3. add parallelization with numba

    David Fulford committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    ace4b1a View commit details
    Browse the repository at this point in the history
  4. remove parallelization

    David Fulford committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    cbbc31d View commit details
    Browse the repository at this point in the history
  5. some cleanup of testing code

    David Fulford committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3aeae34 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'numbafy' of https://github.com/dsfulf/geostatspy into n…

    …umbafy
    David Fulford committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    8671dd9 View commit details
    Browse the repository at this point in the history
  7. add parallel=True/False as kwargs

    David Fulford committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    a5e78b5 View commit details
    Browse the repository at this point in the history
  8. some cleanup

    David Fulford committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    2917666 View commit details
    Browse the repository at this point in the history