[NumPy-Tickets] [NumPy] #1894: "DeprecationWarning: Setting NumPy dtype names is deprecated" in several tests
NumPy Trac
numpy-tickets@scipy....
Tue Jul 5 15:09:33 CDT 2011
#1894: "DeprecationWarning: Setting NumPy dtype names is deprecated" in several
tests
----------------------+-----------------------------------------------------
Reporter: sienkiew | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: |
----------------------+-----------------------------------------------------
Comment(by rgommers):
@Mark: you don't have to explicitly turn them on (at least as long as
we're using/supporting python 2.6).
@sienkiew: I think the current status is okay - we try to clean all
printed messages before any release. Turning warnings into exceptions is
not okay, because sometimes it's not easily possible or desirable to
filter the warning. Example: the current deprecation of the whole
scipy.maxentropy module.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1894#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list