Skip to main content
Back to top
Ctrl
+
K
User Guide
API reference
Building from source
Development
Release notes
Learn
More
NEPs
Choose version
GitHub
User Guide
API reference
Building from source
Development
Release notes
Learn
NEPs
Choose version
GitHub
Section Navigation
NumPy’s module structure
Array objects
Universal functions (
ufunc
)
Routines and objects by topic
Constants
Array creation routines
Array manipulation routines
Bit-wise operations
String functionality
Datetime support functions
Data type routines
Mathematical functions with automatic domain
Floating point error handling
Exceptions and Warnings (
numpy.exceptions
)
Discrete Fourier Transform (
numpy.fft
)
Functional programming
Input and output
Indexing routines
Linear algebra (
numpy.linalg
)
Logic functions
Masked array operations
Mathematical functions
Miscellaneous routines
Polynomials
Random sampling (
numpy.random
)
Set routines
Sorting, searching, and counting
Statistics
Test support (
numpy.testing
)
numpy.testing.assert_allclose
numpy.testing.assert_array_almost_equal_nulp
numpy.testing.assert_array_max_ulp
numpy.testing.assert_array_equal
numpy.testing.assert_array_less
numpy.testing.assert_equal
numpy.testing.assert_raises
numpy.testing.assert_raises_regex
numpy.testing.assert_warns
numpy.testing.assert_no_warnings
numpy.testing.assert_no_gc_cycles
numpy.testing.assert_string_equal
numpy.testing.assert_
numpy.testing.assert_almost_equal
numpy.testing.assert_approx_equal
numpy.testing.assert_array_almost_equal
numpy.testing.print_assert_equal
numpy.testing.decorate_methods
numpy.testing.clear_and_catch_warnings
numpy.testing.measure
numpy.testing.rundocs
numpy.testing.suppress_warnings
numpy.testing.suppress_warnings.__call__
numpy.testing.suppress_warnings.filter
numpy.testing.suppress_warnings.record
numpy.testing.overrides.allows_array_function_override
numpy.testing.overrides.allows_array_ufunc_override
numpy.testing.overrides.get_overridable_numpy_ufuncs
numpy.testing.overrides.get_overridable_numpy_array_functions
Testing guidelines