Closed
Description
This is a big list of functions in the main numpy
namespace that are missing types. You can regenerate an updated version of it with a
./runtests.py --find-missing numpy
If you are interested in contributing, adding stubs for one of these functions is a good place to start!
Last updated: 28 October 2021
- DataSource
- ScalarType
- angle
- append
- apply_along_axis
- apply_over_axes
- arange
- array_split
- asarray_chkfinite
- asfarray
- asmatrix
- average
- bartlett
- bincount
- bitwise_not
- blackman
- bmat
- broadcast
- broadcast_arrays
- broadcast_to
- busday_count
- busday_offset
- busdaycalendar
- byte_bounds
- c_
- can_cast
- cast
- chararray
- column_stack
- common_type
- compare_chararrays
- concatenate
- conj
- copy
- copyto
- corrcoef
- cov
- cumproduct
- datetime_as_string
- datetime_data
- delete
- deprecate
- deprecate_with_doc
- diag
- diag_indices
- diag_indices_from
- diagflat
- diff
- digitize
- disp
- divide
- dot
- dsplit
- dstack
- ediff1d
- einsum
- einsum_path
- expand_dims
- extract
- eye
- fill_diagonal
- finfo
- fix
- flip
- fliplr
- flipud
- format_parser
- frombuffer
- fromfile
- fromiter
- frompyfunc
- fromregex
- fromstring
- genfromtxt
- get_include
- geterrobj
- gradient
- hamming
- hanning
- histogram
- histogram2d
- histogram_bin_edges
- histogramdd
- hsplit
- i0
- iinfo
- imag
- in1d
- index_exp
- info
- inner
- insert
- interp
- intersect1d
- is_busday
- iscomplex
- iscomplexobj
- isin
- isneginf
- isposinf
- isreal
- isrealobj
- iterable
- ix_
- kaiser
- kron
- lexsort
- load
- loadtxt
- lookfor
- mask_indices
- mat
- matrix
- max
- may_share_memory
- median
- memmap
- meshgrid
- mgrid
- min
- min_scalar_type
- mintypecode
- mod
- msort
- nan_to_num
- nanargmax
- nanargmin
- nancumprod
- nancumsum
- nanmax
- nanmean
- nanmedian
- nanmin
- nanpercentile
- nanprod
- nanquantile
- nanstd
- nansum
- nanvar
- nbytes
- ndenumerate
- ndindex
- nditer
- nested_iters
- newaxis
- ogrid
- packbits
- pad
- percentile
- piecewise
- place
- poly
- poly1d
- polyadd
- polyder
- polydiv
- polyfit
- polyint
- polymul
- polysub
- polyval
- product
- promote_types
- put_along_axis
- putmask
- quantile
- r_
- ravel_multi_index
- real
- real_if_close
- recarray
- recfromcsv
- recfromtxt
- record
- result_type
- roots
- rot90
- round
- round_
- row_stack
- s_
- save
- savetxt
- savez
- savez_compressed
- select
- setdiff1d
- seterrobj
- setxor1d
- shares_memory
- show_config
- sinc
- sort_complex
- source
- split
- take_along_axis
- tile
- trapz
- tri
- tril
- tril_indices
- tril_indices_from
- trim_zeros
- triu
- triu_indices
- triu_indices_from
- typecodes
- typename
- union1d
- unique
- unpackbits
- unravel_index
- unwrap
- vander
- vdot
- vectorize
- vsplit
- where
- who