Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mortacious/numba-kdtree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.6
Choose a base ref
...
head repository: mortacious/numba-kdtree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.7
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 16, 2022

  1. Implemented automatic detection if the parallel function is required …

    …for query and query_radius.
    
    Removed the old explicit parallel functions.
    Felix Igelbrink committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0138422 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from mortacious/feature/parallel_integration

    Automatic detection if the parallel function is required for query functions
    mortacious authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    7916b92 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. allow the KDTree to be built from within numba function using an over…

    …load of the Python-only function
    Felix Igelbrink committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1dcbba5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from mortacious/feature/numba_build

    Build KDTree from numba functions
    mortacious authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    fa64750 View commit details
    Browse the repository at this point in the history
  3. Update _version.py

    mortacious authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    64310e4 View commit details
    Browse the repository at this point in the history
Loading