[Numpy-svn] [numpy/numpy] 1bd0b4: DOC: improve record/structured array nomenclature ...

GitHub noreply at github.com
Thu Jan 22 18:42:11 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 1bd0b4e8f176cd80e81b5f50832db5f8ba1ee1e9
      https://github.com/numpy/numpy/commit/1bd0b4e8f176cd80e81b5f50832db5f8ba1ee1e9
  Author: Allan Haldane <allan.haldane at gmail.com>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M doc/source/reference/arrays.classes.rst
    M doc/source/reference/arrays.dtypes.rst
    M doc/source/reference/arrays.indexing.rst
    M doc/source/reference/arrays.interface.rst
    M doc/source/reference/arrays.ndarray.rst
    M doc/source/reference/arrays.scalars.rst
    M doc/source/reference/c-api.array.rst
    M doc/source/reference/internals.code-explanations.rst
    M doc/source/user/basics.rec.rst
    M numpy/add_newdocs.py
    M numpy/core/records.py
    M numpy/core/src/multiarray/arrayobject.c
    M numpy/doc/creation.py
    M numpy/doc/glossary.py
    M numpy/doc/structured_arrays.py
    M numpy/lib/npyio.py

  Log Message:
  -----------
  DOC: improve record/structured array nomenclature & guide

This update adds a section better describing record arrays in the user
guide (numpy/doc/structured_arrays.py).

It also corrects nomenclature, such that "structured array" refers to
ndarrays with structured dtype, "record array" refers to modified
ndarrays as created by np.rec.array, and "recarray" refers to ndarrays
viewed as np.recarray. See the note at the end of the structured
array user guide.


  Commit: 5b714c7ecd46ed8e730afc8f37f8b8d1faf36497
      https://github.com/numpy/numpy/commit/5b714c7ecd46ed8e730afc8f37f8b8d1faf36497
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M doc/source/reference/arrays.classes.rst
    M doc/source/reference/arrays.dtypes.rst
    M doc/source/reference/arrays.indexing.rst
    M doc/source/reference/arrays.interface.rst
    M doc/source/reference/arrays.ndarray.rst
    M doc/source/reference/arrays.scalars.rst
    M doc/source/reference/c-api.array.rst
    M doc/source/reference/internals.code-explanations.rst
    M doc/source/user/basics.rec.rst
    M numpy/add_newdocs.py
    M numpy/core/records.py
    M numpy/core/src/multiarray/arrayobject.c
    M numpy/doc/creation.py
    M numpy/doc/glossary.py
    M numpy/doc/structured_arrays.py
    M numpy/lib/npyio.py

  Log Message:
  -----------
  Merge pull request #5482 from ahaldane/recordarray_doc

DOC: improve record/structured array nomenclature & guide


Compare: https://github.com/numpy/numpy/compare/723a1ee58493...5b714c7ecd46


More information about the Numpy-svn mailing list