Hi,

I'm having some trouble cleaning up tests to deal with these two
deprecations:

DeprecationWarning: Setting NumPy dtype names is deprecated, the dtype will
become immutable in a future version
DeprecationWarning: DType strings 'O4' and 'O8' are deprecated because they
are platform specific. Use 'O' instead

They seem fairly invasive, judged by the test noise in both numpy and
scipy. Record arrays rely on setting dtype names. There are tests for
picking and the buffer protocol that generate warnings for O4/O8. Can
anyone comment on the necessity of these deprecations and how to deal with
them?

Ralf
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to