summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_conversion_utils.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Optimize `np.empty` for scalar arguments (#20175)Francesco Andreuzzi2022-05-061-1/+4
* DEP: Deprecate inexact matches for mode, searchside (gh-16056)Anirudh Subramanian2020-06-081-6/+24
* DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-311-2/+3
* TST: Add tests for PyArray_IntpConverter (gh-16454)Eric Wieser2020-05-311-0/+30
* BUG: Unify handling of string enum convertersEric Wieser2020-04-271-6/+38
* TST: Add tests for the conversion utilitiesEric Wieser2020-04-171-0/+124