deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

Remove dtypes.int_/float_/int_array/float_array to eliminate confusion #228

Closed deephaven-internal closed 3 months ago

deephaven-internal commented 3 months ago

This issue was auto-generated

PR: https://github.com/deephaven/deephaven-core/pull/5580 Author: jmao-denver

Original PR Body

These Python (numpy) based names don't work well for users coming from a more precision explicit language such as Java/C. There are already more explicit equivalents defined in dtypes.py: int64, float64, int64_array, float64_array and we should encourage the use of those.