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

[WIP] Numba accelerated alpha filtrations #23

Draft
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2020

  1. First njit attempt

    ulupo committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    da9b064 View commit details
    Browse the repository at this point in the history
  2. Fix errors, use nopython=False

    ulupo committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    62e8671 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Some code cleanup

    ulupo committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    2f60589 View commit details
    Browse the repository at this point in the history
  2. Fix np.min to min

    ulupo committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3a8ef5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c43f8ea View commit details
    Browse the repository at this point in the history
  4. Simplify if-else

    ulupo committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    62bc3ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ff757d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc632f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    a8afbeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a49a7df View commit details
    Browse the repository at this point in the history
  3. Fix function name

    ulupo committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c0ef706 View commit details
    Browse the repository at this point in the history
  4. Remove numba decorator

    ulupo committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0929857 View commit details
    Browse the repository at this point in the history
  5. Fix indexing error

    ulupo committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    3caac00 View commit details
    Browse the repository at this point in the history
  6. Use dict comprehension

    ulupo committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    7e8c7c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1da7f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    47bee44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd5c5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2faf22b View commit details
    Browse the repository at this point in the history
  4. Optimize numba function

    ulupo committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    bfa68d3 View commit details
    Browse the repository at this point in the history
  5. Fix error

    ulupo committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f9e44ba View commit details
    Browse the repository at this point in the history
  6. Add convert to float step

    ulupo committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    ae8e1aa View commit details
    Browse the repository at this point in the history
  7. Remove unused MIN_DET variable

    ulupo committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    334652e View commit details
    Browse the repository at this point in the history
  8. Remove itertools import

    ulupo committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    14c4335 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    03bd604 View commit details
    Browse the repository at this point in the history
  2. Minor improvements

    ulupo committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0173191 View commit details
    Browse the repository at this point in the history
  3. Add idea folder to gitignore

    ulupo committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    26caa7f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Fully njitted version

    ulupo committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    e75b26a View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    ulupo committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    765f724 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    0e34aa8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    b5801b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    ca3f88d View commit details
    Browse the repository at this point in the history
  2. Linting

    ulupo committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3d8b9ef View commit details
    Browse the repository at this point in the history