arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Closes #3376 more numpy imports

Open ajpotts opened this issue 1 year ago • 1 comments

Closes #3376 more numpy imports

Adds:

  • DataSource,
  • False_,
  • ScalarType,
  • True_,
  • base_repr,
  • binary_repr,
  • cfloat,
  • clongfloat,
  • compat,
  • flexible,
  • float_,
  • format_float_positional,
  • format_float_scientific,
  • inexact,
  • issctype,
  • longfloat,
  • maximum_sctype,
  • promote_types,
  • sctypeDict,
  • sctypes,
  • uintp,
  • unsignedinteger,
  • RankWarning,
  • add_docstring,
  • add_newdoc,
  • deprecate,
  • deprecate_with_doc,
  • disp,
  • issubclass_,
  • issubdtype,
  • polynomial,
  • typename,
  • format_parser,
  • polynomial

Removes:

  • newaxis (not really a scalar function and shouldn't be imported like this)

ajpotts avatar Jul 02 '24 15:07 ajpotts

The script doesn't really need to be included. It's just to show how I identified the scalars. I could delete it if that is better.

ajpotts avatar Jul 02 '24 16:07 ajpotts