Hi Cythoneers,

Ralf just proposed this pull request for numpy, to unconditionally install
a warning filter to silence all "numpy.dtype size changed", "numpy.ufunc
size changed" warnings that Cython likes to spit out. See the links below
for details. Figured you should have a chance to comment, anyway.

-n

---------- Forwarded message ----------
From: Ralf Gommers <notificati...@github.com>
Date: Sat, Sep 8, 2012 at 9:00 PM
Subject: [numpy] MAINT: silence Cython warnings about changes dtype/ufunc
size. (#432)
To: numpy/numpy <nu...@noreply.github.com>


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.
------------------------------
You can merge this Pull Request by running:

  git pull https://github.com/rgommers/numpy silence-cython-warnings

Or view, comment on, or merge it at:

  https://github.com/numpy/numpy/pull/432
Commit Summary

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

File Changes

   - *M* numpy/__init__.py (6)

Patch Links

   - https://github.com/numpy/numpy/pull/432.patch
   - https://github.com/numpy/numpy/pull/432.diff

 —
Reply to this email directly or view it on
GitHub<https://github.com/numpy/numpy/pull/432>.
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to