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

fix: replace axis_wrap_if_negative with maybe_posaxis, simpler and more correct #1986

Merged
merged 26 commits into from
Dec 9, 2022

Commits on Dec 9, 2022

  1. Introduce maybe_posaxis as a replacement for axis_wrap_if_negative an…

    …d implement ak.is_none.
    jpivarski committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7b39e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb912e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a29851 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3c54b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ddb430 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89c12e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccdc8ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8c04cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b1271e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa42b9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    353c780 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0ff4ec0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb5e490 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9fd558c View commit details
    Browse the repository at this point in the history
  15. Replace 'Content._num' with a 'recursively_apply' implementation and …

    …eliminate the weird axis=0 output for records.
    jpivarski committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6cbb2bc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3b2aadc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6d0beb8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a2b8120 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a00073f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f6af253 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8943e17 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    82d196d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3b84fec View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    08f4c40 View commit details
    Browse the repository at this point in the history
  25. Reenterant calling recursively_apply resets depth; this idiom is simp…

    …ler and correct for deep unions.
    jpivarski committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    18d7a7d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d73d78a View commit details
    Browse the repository at this point in the history