10000 Deprecate old Numeric type codes (Trac #1551) · Issue #2148 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
Deprecate old Numeric type codes (Trac #1551) #2148
Closed
@numpy-gitbot

Description

@numpy-gitbot

Original ticket http://projects.scipy.org/numpy/ticket/1551 on 2010-07-20 by @pv, assigned to unknown.

The old Numeric-style type codes ('Float8', 'Complex32', ...) should probably be deprecated; at least for complex numbers they are confusing:

>>> np.array([0], dtype='Complex32')
array([ 0.+0.j], dtype=complex64)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0