Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: 196ed2952355^
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 0ba17c434c5e
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on May 23, 2017

  1. Start work for indxxx routines

    These extend the original indadd routine with
    a more complete set of operations supported.
    devel-chm committed May 23, 2017
    Copy the full SHA
    196ed29 View commit details
    Browse the repository at this point in the history
  2. Update original indadd signature

    It was originally a scalar operation and
    used implicit threading for the looping.
    Because we need the loop index for location,
    and because the original usage has always
    been applied to a vector of values, it has
    changed to a vector index for a and ind.
    Tests still pass and this makes the way
    to refactor into the coming PDL::IndOps.
    devel-chm committed May 23, 2017
    Copy the full SHA
    62bdd92 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9944faa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0ba17c4 View commit details
    Browse the repository at this point in the history