Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: adding casting option to numpy.stack. #21627

Merged
merged 18 commits into from Jun 8, 2022

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    ea75651 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    5a252a9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    2c921e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ec33e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add_casting_to_stack' of github.com:jhonatancunha/numpy…

    … into add_casting_to_stack
    jhonatancunha committed May 31, 2022
    Configuration menu
    Copy the full SHA
    a05c709 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48101bc View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. 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>
    4 people committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c0b3b2e View commit details
    Browse the repository at this point in the history
  2. 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>
    4 people committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    ec714a3 View commit details
    Browse the repository at this point in the history
  3. 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>
    4 people committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    653aa1a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. 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>
    4 people committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    9b8d4cd View commit details
    Browse the repository at this point in the history
  2. 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>
    4 people committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    df2c73f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. 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>
    4 people committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    da11545 View commit details
    Browse the repository at this point in the history
  2. ENH: adding dtype and casting keyword arguments to numpy.vstack and n…

    …umpy.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>
    4 people committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    8296c43 View commit details
    Browse the repository at this point in the history
  3. TST: writing tests to vstack and hstack methods with dtype and castin…

    …g 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>
    4 people committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    7bf6781 View commit details
    Browse the repository at this point in the history
  4. 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>
    4 people committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    ce0ae35 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. 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>
    4 people committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1e94f43 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. 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>
    4 people committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    43eadef View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_casting_to_stack' of github.com:jhonatancunha/numpy…

    … into add_casting_to_stack
    jhonatancunha committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    94eb6c1 View commit details
    Browse the repository at this point in the history