[Numpy-svn] [numpy/numpy] b80bce: DEP: Drop deprecated boolean indexing behavior and...

GitHub noreply at github.com
Sat Dec 3 14:29:16 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: b80bcee391cf0a9ae8a02b0217511370bb3c7681
      https://github.com/numpy/numpy/commit/b80bcee391cf0a9ae8a02b0217511370bb3c7681
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M doc/release/1.13.0-notes.rst
    M numpy/core/src/multiarray/mapping.c
    M numpy/core/tests/test_deprecations.py
    M numpy/core/tests/test_indexing.py
    M numpy/core/tests/test_regression.py

  Log Message:
  -----------
  DEP: Drop deprecated boolean indexing behavior and update to new.

This affects mostly old boolean indexing behavior that was deprecated in
NumPy 1.9. At the time the new behavior was causing errors in a number
of downstream projects, hopefully that has been taken care of.


  Commit: 6429c6f455bc454e3950554827d66c3a5dc7ae78
      https://github.com/numpy/numpy/commit/6429c6f455bc454e3950554827d66c3a5dc7ae78
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M doc/release/1.13.0-notes.rst
    M numpy/core/src/multiarray/mapping.c
    M numpy/core/tests/test_deprecations.py
    M numpy/core/tests/test_indexing.py
    M numpy/core/tests/test_regression.py

  Log Message:
  -----------
  Merge pull request #8312 from charris/index-deprecation

DEP: Drop deprecated boolean indexing behavior and update to new.


Compare: https://github.com/numpy/numpy/compare/d5ba9c78f5c8...6429c6f455bc


More information about the Numpy-svn mailing list