[Numpy-svn] [numpy/numpy] 010464: BUG: Enforce order param for MaskedArray construct...

GitHub noreply at github.com
Thu Jan 14 20:57:57 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 01046460ddc1bef7aa5d3a6ce2e10202a3c954c5
      https://github.com/numpy/numpy/commit/01046460ddc1bef7aa5d3a6ce2e10202a3c954c5
  Author: gfyoung <gfyoung at mit.edu>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  Changed paths:
    M doc/release/1.11.0-notes.rst
    M numpy/ma/core.py
    M numpy/ma/tests/test_core.py

  Log Message:
  -----------
  BUG: Enforce order param for MaskedArray construction

Adds the 'order' parameter to the __new__ override
in MaskedArray construction, enabling it to be enforced
in methods like np.ma.core.array and np.ma.core.asarray.

Closes gh-6646.


  Commit: aa6335c494e4807d65404d91e0e9d25a7d2fe338
      https://github.com/numpy/numpy/commit/aa6335c494e4807d65404d91e0e9d25a7d2fe338
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-14 (Thu, 14 Jan 2016)

  Changed paths:
    M doc/release/1.11.0-notes.rst
    M numpy/ma/core.py
    M numpy/ma/tests/test_core.py

  Log Message:
  -----------
  Merge pull request #6912 from gfyoung/asarray_order

BUG: Enforce Order Param for MaskedArray Construction


Compare: https://github.com/numpy/numpy/compare/a97f3a672637...aa6335c494e4


More information about the Numpy-svn mailing list