Skip to content
New issue

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

Functions in udiff #63

Open
40 of 56 tasks
sangyx opened this issue Jul 2, 2020 · 2 comments
Open
40 of 56 tasks

Functions in udiff #63

sangyx opened this issue Jul 2, 2020 · 2 comments

Comments

@sangyx
Copy link

sangyx commented Jul 2, 2020

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
@joaosferreira
Copy link
Collaborator

@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.

@sangyx
Copy link
Author

sangyx commented Jul 24, 2020

Thanks. I will use and test them in udiff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants