commit | 50f71cb65ffc7f31f50fa30fa4354317679c0ede | [log] [tgz] |
---|---|---|
author | Ralf Gommers <ralf.gommers@googlemail.com> | Sat Sep 08 19:56:23 2012 |
committer | Ondřej Čertík <ondrej.certik@gmail.com> | Sun Sep 16 04:41:27 2012 |
tree | accf21c564041d0e88d434fe9dbfbd0a2793b40f | |
parent | fcacdcc253432c460d92dfaa7f216f7652944d88 [diff] |
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.