We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some functions required in udiff.
udiff
First, some basic and important functions:
np.pi
np.iscomplexobj
np.iscomplex
np.real
np.isreal
np.squeeze
np.isscalar
np.zeros_like
np.ones_like
np.result_type
np.swapaxes
np.concatenate
np.newaxis
np.tensordot
np.delete
np.expand_dims
Besides, some functions that may need diff:
np.nan_to_num
np.degrees
np.radians
np.sinc
np.roll
np.array_split
np.split
np.vsplit
np.hsplit
np.dsplit
np.diag
np.flipud
np.fliplr
np.rot90
np.trace
np.einsum
np.triu
np.tril
np.clip
np.real_if_close
np.imag
np.conjugate
np.angle
np.cross
np.linspace
np._astype
np.diff
np.gradient
np.repeat
np.tile
np.kron
np.mean
np.amax
np.amin
np.cumsum
np.inner
np.dot
np.outer
np.concatenate_args
np.atleast_1d
np.atleast_2d
np.atleast_3d
np.diagonal
np.make_diagonal
np._array_from_scalar_or_array
The text was updated successfully, but these errors were encountered:
@sangyx I've marked the multimethods that have already been added to master. Are they working for you?
Also, if you need any of the missing ones more urgently please tell me so.
Sorry, something went wrong.
Thanks. I will use and test them in udiff.
No branches or pull requests
There are some functions required in
udiff
.First, some basic and important functions:
np.pi
np.iscomplexobj
,np.iscomplex
np.real
,np.isreal
np.squeeze
np.isscalar
np.zeros_like
,np.ones_like
np.result_type
np.swapaxes
np.concatenate
np.newaxis
np.tensordot
np.delete
np.expand_dims
Besides, some functions that may need diff:
np.nan_to_num
np.degrees
np.radians
np.sinc
np.roll
np.array_split
np.split
np.vsplit
np.hsplit
np.dsplit
np.diag
np.flipud
np.fliplr
np.rot90
np.trace
np.einsum
np.triu
np.tril
np.clip
np.real_if_close
np.imag
np.conjugate
np.angle
np.cross
np.linspace
np._astype
np.diff
np.gradient
np.repeat
np.tile
np.kron
np.mean
np.amax
np.amin
np.cumsum
np.inner
np.dot
np.outer
np.concatenate_args
np.atleast_1d
,np.atleast_2d
,np.atleast_3d
np.diagonal
np.make_diagonal
np._array_from_scalar_or_array
The text was updated successfully, but these errors were encountered: