[Numpy-svn] [numpy/numpy] ff8034: STY: Fix 'copy' 'copyto' typo and remove some trai...

noreply at github.com noreply at github.com
Sat Jul 9 11:27:16 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy

  Commit: ff803430057f9d714099cb7e1d66ba2b6b24bf24
      https://github.com/numpy/numpy/commit/ff803430057f9d714099cb7e1d66ba2b6b24bf24
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2011-07-09 (Sat, 09 Jul 2011)

  Changed paths:
    M numpy/add_newdocs.py
  M numpy/core/src/multiarray/ctors.c

  Log Message:
  -----------
  STY: Fix 'copy' 'copyto' typo and remove some trailing whitespace.


  Commit: a26bb0d7ba1f8ac541c9048bcc88bb8031d5d283
      https://github.com/numpy/numpy/commit/a26bb0d7ba1f8ac541c9048bcc88bb8031d5d283
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2011-07-09 (Sat, 09 Jul 2011)

  Changed paths:
    M numpy/core/src/multiarray/nditer_constr.c

  Log Message:
  -----------
  STY: Put spaces around the '&' and '|' operators.


  Commit: 98d0c8f79443bf6f44883739d1876a3dc2498f6f
      https://github.com/numpy/numpy/commit/98d0c8f79443bf6f44883739d1876a3dc2498f6f
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2011-07-09 (Sat, 09 Jul 2011)

  Changed paths:
    M doc/neps/missing-data.rst
  M doc/source/reference/c-api.array.rst
  M doc/source/reference/routines.array-manipulation.rst
  M numpy/add_newdocs.py
  M numpy/core/code_generators/numpy_api.py
  M numpy/core/include/numpy/ndarrayobject.h
  M numpy/core/include/numpy/ndarraytypes.h
  M numpy/core/include/numpy/npy_deprecated_api.h
  M numpy/core/numeric.py
  M numpy/core/src/multiarray/arrayobject.c
  M numpy/core/src/multiarray/calculation.c
  M numpy/core/src/multiarray/convert_datatype.c
  M numpy/core/src/multiarray/ctors.c
  M numpy/core/src/multiarray/dtype_transfer.c
  M numpy/core/src/multiarray/item_selection.c
  M numpy/core/src/multiarray/methods.c
  M numpy/core/src/multiarray/multiarraymodule.c
  M numpy/core/src/multiarray/nditer_api.c
  M numpy/core/src/multiarray/nditer_constr.c
  M numpy/core/src/multiarray/nditer_impl.h
  M numpy/core/src/multiarray/nditer_pywrap.c
  M numpy/core/src/multiarray/scalartypes.c.src
  M numpy/core/src/multiarray/shape.c
  M numpy/core/src/private/lowlevel_strided_loops.h
  M numpy/core/src/umath/ufunc_type_resolution.c
  M numpy/core/tests/test_api.py
  M numpy/lib/tests/test_format.py

  Log Message:
  -----------
  Merge branch 'pull-105'

* pull-105:
  STY: Put spaces around the '&' and '|' operators.
  STY: Fix 'copy' 'copyto' typo and remove some trailing whitespace.
  ENH: Use np.copyto instead of np.fill in some places
  ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyInto
  ENH: core: Add support for masked strided transfer functions
  NEP: missingdata: Add a small note about single NA vs multi-NA
  NEP: missingdata: Describe a possible way multi-NA could be added in the future
  NEP: missingdata: Change the mask definition
  STY: Some small stylistic changes
  ENH: nditer: Add the basic checking and input of the MASK-related flags
  NEP: missingdata: Design the mask binary format so it's extensible with a payload
  DEP: core: Move 'fortran' macro into the deprecated header
  ENH: nditer: Add the per-operand masked iteration flags
  WRN: Get rid of some of the deprecation warnings about 'O4'
  DEP: core: Move NPY_AO into the deprecated API header


Compare: https://github.com/numpy/numpy/compare/9788626...98d0c8f



More information about the Numpy-svn mailing list