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

APL indexing #15431

Merged
merged 4 commits into from
May 1, 2016
Merged

APL indexing #15431

merged 4 commits into from
May 1, 2016

Commits on May 1, 2016

  1. APL indexing

    mbauman committed May 1, 2016
    Configuration menu
    Copy the full SHA
    242b67c View commit details
    Browse the repository at this point in the history
  2. Speed up SubArray tests

    * Just do spot-checks on throwing bounds errors
    * Be more judicious in the index types tested
    * Run the subarray test first
    mbauman committed May 1, 2016
    Configuration menu
    Copy the full SHA
    7c97596 View commit details
    Browse the repository at this point in the history
  3. Only allow logical indexing with vectors or...

    a single index that matches the size of the array it indexes into
    mbauman committed May 1, 2016
    Configuration menu
    Copy the full SHA
    ddedbdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    393fd72 View commit details
    Browse the repository at this point in the history