arkouda
arkouda copied to clipboard
Closes #3376 more numpy imports
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)
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.