[Numpy-svn] [numpy/numpy] 1b1252: ENH: Add the polynomial module to the documentatio...

noreply at github.com noreply at github.com
Wed Jun 22 17:05:30 EDT 2011


  Branch: refs/heads/maintenance/1.6.x
  Home:   https://github.com/numpy/numpy

  Commit: 1b1252152cdf9ce898b433630bd3506e2c8c5073
      https://github.com/numpy/numpy/commit/1b1252152cdf9ce898b433630bd3506e2c8c5073
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2011-06-22 (Wed, 22 Jun 2011)

  Changed paths:
    R doc/source/reference/routines.poly.rst
  A doc/source/reference/routines.polynomials.poly1d.rst
  A doc/source/reference/routines.polynomials.polynomial.rst
  A doc/source/reference/routines.polynomials.rst
  M doc/source/reference/routines.rst
  M numpy/polynomial/__init__.py
  M numpy/polynomial/polytemplate.py

  Log Message:
  -----------
  ENH: Add the polynomial module to the documentation.

Also:
1. Note that the polynomial package is preferred over poly1d.

2. Remove deprecation of mapparms in __init__.py as it interferes with the
   documention of the method of the same name. This is probably safe as it
   is unlikely to be used yet.

3. Make some improvements to the documentation in polytemplate.


  Commit: 5a96f987e879a8b0f6c845dbaa178edba0371e07
      https://github.com/numpy/numpy/commit/5a96f987e879a8b0f6c845dbaa178edba0371e07
  Author: Mark Wiebe <mwwiebe at gmail.com>
  Date:   2011-06-22 (Wed, 22 Jun 2011)

  Changed paths:
    M numpy/core/src/multiarray/arrayobject.c
  M numpy/core/src/multiarray/ctors.c
  M numpy/core/tests/test_regression.py

  Log Message:
  -----------
  BUG: core: Fix corner case of object array assignment (#1870)

This general aspect of object arrays is fraught with errors, for
example, eval(repr(x)) produces a 2 instead of 1 dimensional array
when given the x in the first example of the bug. This fix at least
makes the result requested in the bug report work.


  Commit: 3c2ddd9f1b10d0de51f7f5b06e5db8f2b0b7a775
      https://github.com/numpy/numpy/commit/3c2ddd9f1b10d0de51f7f5b06e5db8f2b0b7a775
  Author: Pearu Peterson <pearu.peterson at gmail.com>
  Date:   2011-06-22 (Wed, 22 Jun 2011)

  Changed paths:
    M numpy/f2py/crackfortran.py
  M numpy/f2py/f2py2e.py

  Log Message:
  -----------
  BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --include-paths. Updated docs.


Compare: https://github.com/numpy/numpy/compare/e27a071...3c2ddd9



More information about the Numpy-svn mailing list