diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2012-09-13 11:26:26 +0100 |
---|---|---|
committer | Matthew Brett <matthew.brett@gmail.com> | 2012-09-16 12:51:53 +0100 |
commit | 21a1d73627992d4d904150a0056ae8d55af6f1b5 (patch) | |
tree | ee0e444625be859529b8c47788d68ea9b9d9ebe6 /numpy/polynomial/polyutils.py | |
parent | d8988abc295ef2d6cf1e3a5ffb0d766ebd4cd3a8 (diff) | |
download | numpy-21a1d73627992d4d904150a0056ae8d55af6f1b5.tar.gz |
BUG: allow any axis for np.concatenate for 1D
Previous numpies allowed the user to pass any integer as axis argument
to np.concatenate, when the input arrays were 1D. At some point we
tightened up on this, raising an error for axis values other than 0.
This raises a FutureWarning for axis numbers != 0, but allows them, for
backwards compatibility.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions