Skip to content

Possible Numpy Function Feature Liste #12

@ebertmi

Description

@ebertmi

Meta issue - the following list contains possible functions that may be implemented in the near future.

Array Functions

  • numpy.transpose(axes) [use existing numpy.ndarray.tranpose()]
  • numpy.add Docs (same as the one on ndarray)
  • numpy.dot Docs
  • numpy.vdot
  • numpy.hstack Docs
  • numpy.vstack Docs
  • numpy.concatenate Docs
  • numpy.split Docs
  • ndarray.dot
  • numpy.abs
  • numpy.mean

Array Creation Functions

  • numpy.array
  • numpy.empty
  • numpy.ones
  • numpy.zeros
  • numpy.identity Docs
  • numpy.eye Docs

Logical Functions

  • numpy.allclose Docs
  • numpy.all Docs
  • numpy.any Docs (also numpy.ndarray.any)

Notice: We currently only support basic shape broadcasting!

  • numpy.less
  • numpy.greater
  • numpy.less_equal
  • numpy.greater_equal
  • numpy.equal
  • numpy.not_equal

Input/Output

  • numpy.set_printoptions Docs
  • numpy.array_str Docs

Statistic Functions

Random Functions

  • numpy.random.choiceDocs
  • numpy.random.shuffleDocs
  • numpy.random.permutation Docs
  • random.randint
  • random.random_integers
  • random.rand
  • random.seed
  • random.sample
  • random.binomial (needs refactoring, may return wrong results)
  • random.random_sample
  • random.random

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions