diff options
author | Jhonatan Cunha <jhonatancunha@alunos.utfpr.edu.br> | 2022-06-08 19:07:58 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 15:07:58 -0700 |
commit | 126046f84449fffeb0c75ae88657ce6b90236eee (patch) | |
tree | 454015f8d05157dea737d86ac853123e099c50d6 /numpy/array_api/_statistical_functions.py | |
parent | 4a0e5078be694a893ec173ea7b40bf107eb1cd14 (diff) | |
download | numpy-126046f84449fffeb0c75ae88657ce6b90236eee.tar.gz |
ENH: adding casting option to numpy.stack. (#21627)
np.concatenate and np.stack are similar methods, but only np.concatenate has the casting option.
This PR puts the casting option into the np.stack method to control what kind of data casting may occur
Closes gh-20959
* ENH: adding casting option to numpy.stack.
See #20959
* ENH: adding dtype option to numpy.stack.
See #20959
* REV: removing auto-generated file loops_modulo.dispatch.c
See numpy#20959
* REV: removing auto-generated file loops_modulo.dispatch.c
See numpy#20959
* REV: removing inserted newlines
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* DOC: inserting versionadded info in dtype and casting parameters.
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* TST: writing tests to stack method with dtype and casting options
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* DOC: adding upcoming_change file for new options casting and dtype in method stack.
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* REV: reverting lint errors.
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* DOC: inserting hstack and vstack methods in upcoming changes
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* ENH: adding dtype and casting keyword arguments to numpy.vstack and numpy.hstack.
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* TST: writing tests to vstack and hstack methods with dtype and casting keyword arguments.
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* REV: reverting the 'out' option type in stack method.
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* REV: Reverting out type changes in overload of shape_base.pyi file.
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: jhonatancunha <jhonatancunha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
* DOC: correcting some english erros in upcoming_changes file.
See numpy#20959
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
Co-authored-by: JessePires <jessepires2010@gmail.com>
Co-authored-by: alescrocaro <alescrocaro@gmail.com>
Co-authored-by: JessePires <jesserocha@alunos.utfpr.edu.br>
Co-authored-by: patriarka <matheussantanapatriarca2019@outlook.com>
Diffstat (limited to 'numpy/array_api/_statistical_functions.py')
0 files changed, 0 insertions, 0 deletions