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

ShapedIndex #199

Merged
merged 6 commits into from
Sep 3, 2021
Merged

ShapedIndex #199

merged 6 commits into from
Sep 3, 2021

Commits on Sep 1, 2021

  1. Incorporate ShapedIndex into indexing

    Helps with conversion of `Int` -> CartesianIndex.
    This is now used within the indexing pipeline instead of jumping back
    into `to_index`.
    The `CartesianIndex` -> `Int` conversion is managed by composing a
    `StrideIndex`, where the strides are computed using `size_to_strides`,
        instead of the internal memory representation.
    Tokazama committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    58fa32b View commit details
    Browse the repository at this point in the history
  2. Improve known_size

    Previously an array that needed a unique method for `known_size` also
    needed a unique one for `known_size(::Type{A}, dim)`. Now `known_size`
    is called and then indexed, requring only one new method.
    Tokazama committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    0cba19c View commit details
    Browse the repository at this point in the history
  3. Version bump

    Tokazama committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a313b9b View commit details
    Browse the repository at this point in the history
  4. Document ShapedIndex

    Tokazama committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    6a9b43c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

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

Commits on Sep 3, 2021

  1. Move to patch bump

    Tokazama committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    61bf33a View commit details
    Browse the repository at this point in the history