[Numpy-svn] [numpy/numpy] 170ed4: MAINT: silence Cython warnings about changes dtype...

GitHub noreply at github.com
Tue Sep 11 14:12:13 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 170ed4e33d6196d724dc18ddcd42311c291b4587
      https://github.com/numpy/numpy/commit/170ed4e33d6196d724dc18ddcd42311c291b4587
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M numpy/__init__.py

  Log Message:
  -----------
  MAINT: silence Cython warnings about changes dtype/ufunc size.

These warnings are visible whenever you import scipy (or another package) that
was compiled against an older numpy than is installed.  For example compiled
against 1.5.1, like current scipy binaries are, and used with 1.7.0.

These warnings aren't useful; if numpy would really break its ABI it would be
noticed in no time without these warnings.


  Commit: a17875bbf54d19a29621a173d177d56047ad4ad7
      https://github.com/numpy/numpy/commit/a17875bbf54d19a29621a173d177d56047ad4ad7
  Author: njsmith <njs at pobox.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M numpy/__init__.py

  Log Message:
  -----------
  Merge pull request #432 from rgommers/silence-cython-warnings

MAINT: silence Cython warnings about changes dtype/ufunc size.


Compare: https://github.com/numpy/numpy/compare/aed8fc547bfa...a17875bbf54d


More information about the Numpy-svn mailing list