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

Stack and concatenate #735

Closed
wants to merge 13 commits into from
Closed

Stack and concatenate #735

wants to merge 13 commits into from

Commits on Apr 3, 2019

  1. Merge pull request #1 from rust-ndarray/master

    Merge main rep master to fork master
    Andrew committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    b39a0bb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Merge pull request #5 from rust-ndarray/master

    Update fork master
    Andrew committed May 15, 2019
    Configuration menu
    Copy the full SHA
    efd686d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Merge pull request #8 from rust-ndarray/master

    Update master
    Andrew committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8cd5d5a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Merge pull request #9 from rust-ndarray/master

    Up to date with the main repo master
    Andrew committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    0e9d65d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Renamed stack to concatenate and added numpy-compliant stack

    function
    andrei-papou committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    6525f6e View commit details
    Browse the repository at this point in the history
  2. Rustfmt fixes

    andrei-papou committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    2d04320 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Commit changelog:

    - got rid of the redundant allocation in `stack_new_axis` implementation
    - renamed the functions and macros to make the change backward compatible:
    `concatenate` -> `stack`, `stack` -> `stack_new_axis`
    andrei.papou committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    ced7ed9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from rust-ndarray/master

    Merge main repo master to the fork
    Andrew committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    443fa86 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Rustfmt fixes

    andrei.papou committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    68f0e95 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Changelog:

     - introduced concatenate function
     - deprecated stack function since 0.13.0
    andrei.papou committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    d997c18 View commit details
    Browse the repository at this point in the history
  2. Changelog:

     - updated deprecation version for stack function
     - suppressed deprecation warnings
    andrei.papou committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    8e12f82 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from rust-ndarray/master

    Main repo master to fork master
    Andrew committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    ef3d5b6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:andrei-papou/ndarray into stack-a…

    …nd-concatenate
    andrei.papou committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    1e91fe4 View commit details
    Browse the repository at this point in the history