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

add Slices array type for eachslice/eachrow/eachcol #32310

Merged
merged 22 commits into from
May 17, 2022
Merged

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    9edd085 View commit details
    Browse the repository at this point in the history
  2. rename aliases to Rows/Columns

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    9671e8f View commit details
    Browse the repository at this point in the history
  3. fix field name

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4259630 View commit details
    Browse the repository at this point in the history
  4. fix test

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    0794f87 View commit details
    Browse the repository at this point in the history
  5. more test fixes

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    1997799 View commit details
    Browse the repository at this point in the history
  6. use axes instead of cartiter

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    ddd0a4f View commit details
    Browse the repository at this point in the history
  7. rename SliceArray => Slices

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    16c8b66 View commit details
    Browse the repository at this point in the history
  8. use : as sentinel instead of nothing

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    1c932bc View commit details
    Browse the repository at this point in the history
  9. typos

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    1f710f7 View commit details
    Browse the repository at this point in the history
  10. more fixes

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    a5ee96e View commit details
    Browse the repository at this point in the history
  11. fix indexing dispatch

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    28ce9c8 View commit details
    Browse the repository at this point in the history
  12. move to slicemap to a field

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    c104154 View commit details
    Browse the repository at this point in the history
  13. doc fixes

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    51e091d View commit details
    Browse the repository at this point in the history
  14. rearrange parameters

    simonbyrne authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    2b44296 View commit details
    Browse the repository at this point in the history
  15. Apply suggestions from code review

    Co-authored-by: Milan Bouchet-Valat <[email protected]>
    simonbyrne and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    98d64e6 View commit details
    Browse the repository at this point in the history
  16. Update base/slicearray.jl

    Co-authored-by: David Widmann <[email protected]>
    2 people authored and nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    45271e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5e69131 View commit details
    Browse the repository at this point in the history
  18. Fix doctest

    nalimilan committed May 11, 2022
    Configuration menu
    Copy the full SHA
    d62adb6 View commit details
    Browse the repository at this point in the history
  19. Fix version in docstring

    Co-authored-by: David Widmann <[email protected]>
    nalimilan and devmotion authored May 11, 2022
    Configuration menu
    Copy the full SHA
    48d9c83 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    52529d8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Update base/abstractarraymath.jl

    Co-authored-by: Milan Bouchet-Valat <[email protected]>
    simonbyrne and nalimilan authored May 12, 2022
    Configuration menu
    Copy the full SHA
    ba675a6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Update NEWS.md

    nalimilan authored May 16, 2022
    Configuration menu
    Copy the full SHA
    fa7fdcc View commit details
    Browse the repository at this point in the history