|
121 | 121 | from . import _core
|
122 | 122 | from ._core import (
|
123 | 123 | False_, ScalarType, True_, _get_promotion_state, _no_nep50_warning,
|
124 |
| - _set_promotion_state, abs, absolute, add, all, allclose, alltrue, |
125 |
| - amax, amin, any, arange, arccos, arccosh, arcsin, arcsinh, arctan, |
126 |
| - arctan2, arctanh, argmax, argmin, argpartition, argsort, argwhere, |
127 |
| - around, array, array2string, array_equal, array_equiv, array_repr, |
128 |
| - array_str, asanyarray, asarray, ascontiguousarray, asfortranarray, |
129 |
| - atleast_1d, atleast_2d, atleast_3d, base_repr, binary_repr, |
130 |
| - bitwise_and, bitwise_count, bitwise_not, bitwise_or, bitwise_xor, |
131 |
| - block, bool_, broadcast, busday_count, busday_offset, busdaycalendar, |
132 |
| - byte, bytes_, can_cast, cbrt, cdouble, ceil, character, choose, clip, |
133 |
| - clongdouble, complex128, complex64, complexfloating, compress, |
134 |
| - concatenate, conj, conjugate, convolve, copysign, copyto, correlate, |
135 |
| - cos, cosh, count_nonzero, cross, csingle, cumprod, cumproduct, cumsum, |
| 124 | + _set_promotion_state, abs, absolute, acos, acosh, add, all, allclose, |
| 125 | + alltrue, amax, amin, any, arange, arccos, arccosh, arcsin, arcsinh, |
| 126 | + arctan, arctan2, arctanh, argmax, argmin, argpartition, argsort, |
| 127 | + argwhere, around, array, array2string, array_equal, array_equiv, |
| 128 | + array_repr, array_str, asanyarray, asarray, ascontiguousarray, |
| 129 | + asfortranarray, asin, asinh, atan, atanh, atan2, atleast_1d, |
| 130 | + atleast_2d, atleast_3d, base_repr, binary_repr, bitwise_and, |
| 131 | + bitwise_count, bitwise_invert, bitwise_left_shift, bitwise_not, |
| 132 | + bitwise_or, bitwise_right_shift, bitwise_xor, block, bool_, broadcast, |
| 133 | + busday_count, busday_offset, busdaycalendar, byte, bytes_, can_cast, |
| 134 | + cbrt, cdouble, ceil, character, choose, clip, clongdouble, complex128, |
| 135 | + complex64, complexfloating, compress, concat, concatenate, conj, |
| 136 | + conjugate, convolve, copysign, copyto, correlate, cos, cosh, |
| 137 | + count_nonzero, cross, csingle, cumprod, cumproduct, cumsum, |
136 | 138 | datetime64, datetime_as_string, datetime_data, deg2rad, degrees,
|
137 | 139 | diagonal, divide, divmod, dot, double, dtype, e, einsum, einsum_path,
|
138 | 140 | empty, empty_like, equal, errstate, euler_gamma, exp, exp2, expm1,
|
|
152 | 154 | may_share_memory, mean, memmap, min, min_scalar_type, minimum, mod,
|
153 | 155 | modf, moveaxis, multiply, nan, ndarray, ndim, nditer, negative,
|
154 | 156 | nested_iters, newaxis, nextafter, nonzero, not_equal, number, object_,
|
155 |
| - ones, ones_like, outer, partition, pi, positive, power, printoptions, |
156 |
| - prod, product, promote_types, ptp, put, putmask, rad2deg, radians, |
157 |
| - ravel, recarray, reciprocal, record, remainder, repeat, require, |
158 |
| - reshape, resize, result_type, right_shift, rint, roll, rollaxis, |
159 |
| - round, sctypeDict, searchsorted, set_printoptions, setbufsize, seterr, |
160 |
| - seterrcall, shape, shares_memory, short, sign, signbit, signedinteger, |
161 |
| - sin, single, sinh, size, sometrue, sort, spacing, sqrt, square, |
162 |
| - squeeze, stack, std, str_, subtract, sum, swapaxes, take, tan, tanh, |
163 |
| - tensordot, timedelta64, trace, transpose, true_divide, trunc, |
164 |
| - typecodes, ubyte, ufunc, uint, uint16, uint32, uint64, uint8, uintc, |
165 |
| - uintp, ulong, ulonglong, unsignedinteger, ushort, var, vdot, void, |
166 |
| - vstack, where, zeros, zeros_like |
| 157 | + ones, ones_like, outer, partition, permute_dims, pi, positive, pow, |
| 158 | + power, printoptions, prod, product, promote_types, ptp, put, putmask, |
| 159 | + rad2deg, radians, ravel, recarray, reciprocal, record, remainder, |
| 160 | + repeat, require, reshape, resize, result_type, right_shift, rint, |
| 161 | + roll, rollaxis, round, sctypeDict, searchsorted, set_printoptions, |
| 162 | + setbufsize, seterr, seterrcall, shape, shares_memory, short, sign, |
| 163 | + signbit, signedinteger, sin, single, sinh, size, sometrue, sort, |
| 164 | + spacing, sqrt, square, squeeze, stack, std, str_, subtract, sum, |
| 165 | + swapaxes, take, tan, tanh, tensordot, timedelta64, trace, transpose, |
| 166 | + true_divide, trunc, typecodes, ubyte, ufunc, uint, uint16, uint32, |
| 167 | + uint64, uint8, uintc, uintp, ulong, ulonglong, unsignedinteger, |
| 168 | + ushort, var, vdot, void, vstack, where, zeros, zeros_like |
167 | 169 | )
|
168 | 170 |
|
169 | 171 | # NOTE: It's still under discussion whether these aliases
|
|
0 commit comments