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

Commits on Apr 12, 2016

  1. Add new calling convention for gsl_sf_ellint_D for gsl>=2.0.

    In version 2.0 gsl removed the 'n' parameter for gsl_sf_ellint_D,
    so we add a new pp_def if the user has gsl>=2.0.  Note that this
    is a build-time detection, so if the user upgrades gsl they will
    need to rebuild PDL to get the new function usage.
    d-lamb committed Apr 12, 2016
    Copy the full SHA
    9f24375 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Deprecate gsl_sf_legendre_Plm_array and gsl_sf_legendre_sphPlm_array.

    Just a note int the docs for now.
    d-lamb committed Apr 19, 2016
    Copy the full SHA
    67e2e49 View commit details
    Browse the repository at this point in the history
  2. Add functions gsl_sf_legendre_array and gsl_sf_legendre_array_index.

    They should work fully at this point.  Have not added anything to
    the test suite, though.
    d-lamb committed Apr 19, 2016
    Copy the full SHA
    1e627e0 View commit details
    Browse the repository at this point in the history