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

ENH: Implement Morton distance #90

Merged
merged 24 commits into from
Aug 19, 2021

Commits on Aug 4, 2021

  1. reformat morton_distance

    tastatham committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f257271 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    937bbbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c90399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72bb05d View commit details
    Browse the repository at this point in the history
  4. Drop for loop for vectorization

    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    tastatham and jorisvandenbossche committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    a1eae6c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Remove hilbert distance from morton distance docstring

    Co-authored-by: Brendan Ward <bcward@astutespruce.com>
    tastatham and brendan-ward committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    60c64c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703b5b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3117348 View commit details
    Browse the repository at this point in the history
  4. drop master from pymorton

    tastatham committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    9756156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba96592 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Configuration menu
    Copy the full SHA
    27ca9e7 View commit details
    Browse the repository at this point in the history
  2. update docstring

    tastatham committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    2c539e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07fdecc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Update 38-latest.yaml with pip dep

    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    tastatham and martinfleis committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d5965b0 View commit details
    Browse the repository at this point in the history
  2. Update 37-latest.yaml with pip dep

    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    tastatham and martinfleis committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    8acc95d View commit details
    Browse the repository at this point in the history
  3. Update 39-latest.yaml with pip dep

    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    tastatham and martinfleis committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    6bf2168 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2ada12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a08e85e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Update morton_distance docstring

    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    tastatham and martinfleis committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c1e1620 View commit details
    Browse the repository at this point in the history
  2. Update docstring for morton_distance

    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    tastatham and martinfleis committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8dbc9e2 View commit details
    Browse the repository at this point in the history
  3. Update morton docstring in core.py

    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    tastatham and jorisvandenbossche committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    6f7bac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef62162 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. update docstring of morton_distance

    Co-authored-by: Brendan Ward <bcward@astutespruce.com>
    tastatham and brendan-ward committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    40ca74d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

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