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

Sort by value spike #218

Closed
wants to merge 54 commits into from
Closed

Sort by value spike #218

wants to merge 54 commits into from

Commits on Nov 9, 2020

  1. fix: docsttrings

    scanny committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7c42cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    752b701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    923d603 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    917913a View commit details
    Browse the repository at this point in the history
  5. rfctr: condense CubeSet._cubes

    Remove unearned abstraction of separate `._iter_cubes()` method. Inline
    it in the only caller.
    scanny committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    47c2c6c View commit details
    Browse the repository at this point in the history
  6. rfctr: remove unused Dimension.sort

    Classic example of YAGNI from a couple years back.
    scanny committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    bf010ef View commit details
    Browse the repository at this point in the history
  7. rfctr: rename _BaseInsertedVector

    The "Matrix" specifier is redundant, this class is local to the `matrix`
    module and so can only apply here. I think this naming came from early
    on when we though that a stripe would just be an unopposed slice-vector,
    but that of course turned out not to be the case.
    scanny committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    41e45ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1471efd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcdc49a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7eaefa9 View commit details
    Browse the repository at this point in the history
  11. dim: add _Subtotal.insertion_id fallback

    Also fix redundant definition for ._anchors which is going away anyway.
    scanny committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    f48a7f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aa65cb1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4ce62d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bd95cf5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    60cf5fc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1066b13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e47d57e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3e1fbbe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b39a133 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3813c07 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5cac167 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d254dea View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f8109ae View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2ca9d6b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8a4d22c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e41455e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ecaa87e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a94436b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    eaf44c2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ae5ec6b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9d763df View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c696187 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    987251d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b22381c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    05101e5 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1f0b47c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    11a1f1f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    35f82a9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ca502be View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3751e30 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2be6fd1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8b8b25d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3f16be1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    856585b View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    acbcd28 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    ce71c55 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    726f229 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9e1c61b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    393ddd5 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    aec660e View commit details
    Browse the repository at this point in the history
  51. spike: ExplicitOrderCollator

    scanny committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e07b2c7 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    a5e574b View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    410bdc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. spike: sort-by-value

    OPPOSING_ELEMENT doesn't handle HS yet, need to add some tests for that.
    scanny committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    ebe0f2c View commit details
    Browse the repository at this point in the history