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: 14a56ef4b59e
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 5df755cfeeee
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 1, 2013

  1. Fix hist() handling of fractional $step

    This fixes sf.net bug #3588182 by making the $xvals
    returns in list context alway be double and updates
    the documentation to reflect this.  Also fixes a
    logic error in the calculation of the value for $step
    if not provided.
    devel-chm committed Jan 1, 2013
    Copy the full SHA
    fe5e292 View commit details
    Browse the repository at this point in the history
  2. Fix sf.net bug #3585811 "conv1d bad value broken"

    Now a warning is generated if conv1d() is used on data
    with the badflag set.  An explicit caution is also added
    to the documentation.
    devel-chm committed Jan 1, 2013
    Copy the full SHA
    5df755c View commit details
    Browse the repository at this point in the history