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: 9bcdaf450e88^
Choose a base ref
...
head repository: PDLPorters/pdl
compare: c560ccdcb4b7
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 13, 2016

  1. Change handling of empty piddles by PDL::info and 'help vars'.

    When using the $piddle->info command or 'help vars' or '? vars'
    from the perldl shell, both null piddles and empty piddles were
    printed as 'PDL->null'. But empties and nulls are not the same:
    empties have a type, and a dim list (at least 1 dim is size 0).
    
    This change allows empties to show up in the variable listing as
    such, and I added some tests.
    d-lamb committed Mar 13, 2016
    Copy the full SHA
    9bcdaf4 View commit details
    Browse the repository at this point in the history
  2. Have whichND return piddles of indx type.

    This was already the case for which and which_both, so now whichND
    returns indx piddles as well.  Added 5 tests to t/primitive.t to
    deal with (most of?) the edge cases.
    d-lamb committed Mar 13, 2016
    Copy the full SHA
    56b44bf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c560ccd View commit details
    Browse the repository at this point in the history