[Numpy-svn] [numpy/numpy] 9b9469: MAINT: Make useless imports of oldnumeric and numa...

GitHub noreply at github.com
Sun Sep 29 18:27:50 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 9b9469980ebbd79e67c20e609b3cf1c860ba3308
      https://github.com/numpy/numpy/commit/9b9469980ebbd79e67c20e609b3cf1c860ba3308
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M numpy/__init__.py

  Log Message:
  -----------
  MAINT: Make useless imports of oldnumeric and numarray safe.

The oldnumeric and numarray packages were removed in numpy 1.9, but
some packages, e.g. scipy, import them even though they are not used.
This defines both to the string 'removed' in numpy/__init__.py, which
avoids an import error.


  Commit: 0e195abba8b1a7744b0a3c4d5e9331a1b54d5541
      https://github.com/numpy/numpy/commit/0e195abba8b1a7744b0a3c4d5e9331a1b54d5541
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M numpy/__init__.py

  Log Message:
  -----------
  Merge pull request #3826 from charris/add-oldnumeric-numarray-to_init

MAINT: Make useless imports of oldnumeric and numarray safe.


Compare: https://github.com/numpy/numpy/compare/e051ff1e0304...0e195abba8b1


More information about the Numpy-svn mailing list