[Numpy-svn] [numpy/numpy] 5dbe32: DOC: Fix an argument in 'Numpy for Matlab Users'.

GitHub noreply at github.com
Fri Oct 30 19:58:45 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 5dbe32630ccf22874c654dce68eb1635136287a4
      https://github.com/numpy/numpy/commit/5dbe32630ccf22874c654dce68eb1635136287a4
  Author: Warren Weckesser <warren.weckesser at gmail.com>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M doc/source/user/numpy-for-matlab-users.rst

  Log Message:
  -----------
  DOC: Fix an argument in 'Numpy for Matlab Users'.

I've seen at least three occurrences (a couple on stackoverflow, and one
private email) of someone using the argument 'order=15' in a call to the
'set_integrator' method of 'scipy.integrate.ode'.  Presumably this is
because of the suggestion in the "NumPy for Matlab Users" guide to
replace 'ode15s' with 'scipy.integrate.ode(f).set_integrator('vode',
method='bdf', order=15)'.  The stiff solver in 'vode'--presumably the
solver of interest for someone using 'ode15s'--has a maximum order of 5,
and the non-stiff solver has maximum order of 12.  (The maximum order of
'ode15s' is also 5; the '15' in the name refers to the variable order
ranging from 1 to 5.)


  Commit: 98f8f9c6876f2338ac783a542f5466aea03561ae
      https://github.com/numpy/numpy/commit/98f8f9c6876f2338ac783a542f5466aea03561ae
  Author: Stephan Hoyer <shoyer at gmail.com>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M doc/source/user/numpy-for-matlab-users.rst

  Log Message:
  -----------
  Merge pull request #6593 from WarrenWeckesser/userdoc-fix-order

DOC: Fix an argument in 'Numpy for Matlab Users'.


Compare: https://github.com/numpy/numpy/compare/f428bce78c57...98f8f9c6876f


More information about the Numpy-svn mailing list