[Numpy-svn] [numpy/numpy] 1c11f9: DOC: clarify that umfpack, fftw and djbfft are not...

GitHub noreply at github.com
Sun Jul 27 14:23:17 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 1c11f980612340fec8af1d11d4b3bb1cbd716cd2
      https://github.com/numpy/numpy/commit/1c11f980612340fec8af1d11d4b3bb1cbd716cd2
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M site.cfg.example

  Log Message:
  -----------
  DOC: clarify that umfpack, fftw and djbfft are not used by numpy

their presence in site.cfg is only for the benefit of third party
packages using numpy.distutils


  Commit: 4507dd6252380709eb092064095a1bd07460d14f
      https://github.com/numpy/numpy/commit/4507dd6252380709eb092064095a1bd07460d14f
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst

  Log Message:
  -----------
  DOC: document non-integer reduce axis argument deprecation


  Commit: 9e8c1ad06cfdab3cb8e7f266b31fd677b945e106
      https://github.com/numpy/numpy/commit/9e8c1ad06cfdab3cb8e7f266b31fd677b945e106
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M doc/source/reference/routines.array-manipulation.rst

  Log Message:
  -----------
  DOC: add ascontiguousarray and asarray_chkfinite to appropriate section

added to "Changing kind of array" with the other as* functions
Closes gh-4890


  Commit: 0bdd45a6305b0f0526d092c480b6fcd28f574892
      https://github.com/numpy/numpy/commit/0bdd45a6305b0f0526d092c480b6fcd28f574892
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  MAINT: add common source indexer files to .gitignore

ignore cscope and gnu global files


  Commit: ef269d55dfc11b9ca3a66b71c8d0e64703a8f359
      https://github.com/numpy/numpy/commit/ef269d55dfc11b9ca3a66b71c8d0e64703a8f359
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M numpy/add_newdocs.py

  Log Message:
  -----------
  DOC: fix documented return value of tostring/tobytes

The function returns bytes not strings. This is relevant in python3.


  Commit: d1c4a6921c01c75b8b5fe3bc6473e4090b549b5a
      https://github.com/numpy/numpy/commit/d1c4a6921c01c75b8b5fe3bc6473e4090b549b5a
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M numpy/add_newdocs.py

  Log Message:
  -----------
  DOC: add version added tag to reduction keepdims argument


  Commit: dd70de2f73045aeb4edad6f77a68c6bbb4131824
      https://github.com/numpy/numpy/commit/dd70de2f73045aeb4edad6f77a68c6bbb4131824
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  DOC: document behavior of ma.sort(endswith=) for unmasked min/max values

see gh-4422


  Commit: fa1b71fc4c2ed7dd8015b7b45840f75ea14a3bb2
      https://github.com/numpy/numpy/commit/fa1b71fc4c2ed7dd8015b7b45840f75ea14a3bb2
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M doc/source/reference/routines.ma.rst

  Log Message:
  -----------
  DOC: add some missing ma functions to reference

closes gh-4898


  Commit: c32d0cb4100084f99c851a314bd9d2722c4ee9f3
      https://github.com/numpy/numpy/commit/c32d0cb4100084f99c851a314bd9d2722c4ee9f3
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    R doc/source/reference/routines.maskna.rst

  Log Message:
  -----------
  DOC: remove obsolete NA documentation page


  Commit: 70e88caedfc9e2c901b986e62dd6b92970fb9e54
      https://github.com/numpy/numpy/commit/70e88caedfc9e2c901b986e62dd6b92970fb9e54
  Author: Kirill Smelkov <kirr at nexedi.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  MAINT: .gitignore += generated umath/loops.h

Commit 494abcf1 (ENH: speed-up minimum, maximum and xor for bool dtype)
reworked numpy/core/src/umath/loops.h to be autogenerated at build time,
but forgot to update .gitignore.

Fix it, so that the now-autogenerated loops.h do not constantly show as
untracked in git status output.


  Commit: b72346e05c91fdea6d61c1f3f9bb712c650e0778
      https://github.com/numpy/numpy/commit/b72346e05c91fdea6d61c1f3f9bb712c650e0778
  Author: Kirill Smelkov <kirr at nexedi.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M doc/source/reference/c-api.types-and-structures.rst

  Log Message:
  -----------
  DOC: NPY_ITEM_LISTPICKLE -> NPY_LIST_PICKLE

There is no NPY_ITEM_LISTPICKLE - it was NPY_LIST_PICKLE from the
beginning - from c3551579 (Expand usage of hasobject to be a flag-like
entity keeping track of how the data-type should be used.)

The documentation in the same rst file even uses the correct identifier
later, so it was just a typo/thinko.


  Commit: e8a43585025503c01889c61090607449815439ac
      https://github.com/numpy/numpy/commit/e8a43585025503c01889c61090607449815439ac
  Author: Talha Oz <oztalha at users.noreply.github.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M doc/HOWTO_DOCUMENT.rst.txt

  Log Message:
  -----------
  DOC: fix PEP links in HOWTO_DOCUMENT.rst.txt


  Commit: 236c23b99f9b1ad51c2e12ab7598006f0e52fcaa
      https://github.com/numpy/numpy/commit/236c23b99f9b1ad51c2e12ab7598006f0e52fcaa
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst

  Log Message:
  -----------
  DOC: add a note on the potential string dtype change


  Commit: 60d2cb1bae5d85dced6a1ed2b69142215aec65ad
      https://github.com/numpy/numpy/commit/60d2cb1bae5d85dced6a1ed2b69142215aec65ad
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M numpy/core/tests/test_ufunc.py

  Log Message:
  -----------
  TST: test reduction argument parsing

In case we might want it up in future


  Commit: 638e627c813590a91514b255aeb13a34dc2ac51e
      https://github.com/numpy/numpy/commit/638e627c813590a91514b255aeb13a34dc2ac51e
  Author: Austin Godber <godber at uberhip.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M numpy/testing/utils.py

  Log Message:
  -----------
  DOC: numpy.testing documentation clarification of "Raise an assertion"

"Raise an assertion" was changed to "Raises an AssertionError" to clarify that
an exception named AssertionError will be raised.
Closes gh-4884

[ci skip]


  Commit: 656cf247e531c1ebfb69e864e00620b10082b120
      https://github.com/numpy/numpy/commit/656cf247e531c1ebfb69e864e00620b10082b120
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M .gitignore
    M doc/HOWTO_DOCUMENT.rst.txt
    M doc/release/1.9.0-notes.rst
    M doc/source/reference/c-api.types-and-structures.rst
    M doc/source/reference/routines.array-manipulation.rst
    M doc/source/reference/routines.ma.rst
    R doc/source/reference/routines.maskna.rst
    M numpy/add_newdocs.py
    M numpy/core/tests/test_ufunc.py
    M numpy/ma/core.py
    M numpy/testing/utils.py
    M site.cfg.example

  Log Message:
  -----------
  Merge pull request #4905 from juliantaylor/doc-update

documentation updates


Compare: https://github.com/numpy/numpy/compare/9ae5b5fab9f0...656cf247e531


More information about the Numpy-svn mailing list