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 #844

Merged
merged 7 commits into from Oct 23, 2020
Merged

Stack and concatenate #844

merged 7 commits into from Oct 23, 2020

Commits on Apr 21, 2020

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

    function
    andrei-papou authored and bluss committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    48606c6 View commit details
    Browse the repository at this point in the history
  2. Rustfmt fixes

    andrei-papou authored and bluss committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9f1a3d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Removed allocation in stack_new_axis, renamed concatenate -> `sta…

    …ck`, `stack` -> `stack_new_axis`
    andrei.papou authored and andrei-papou committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    dee84ae View commit details
    Browse the repository at this point in the history
  2. Rustfmt fixes

    andrei.papou authored and andrei-papou committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    1bb7104 View commit details
    Browse the repository at this point in the history
  3. Introduced concatenate function, deprecated stack function since 0.13.0

    andrei.papou authored and andrei-papou committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    14f2f57 View commit details
    Browse the repository at this point in the history
  4. Updated deprecation version for stack function, suppressed deprecatio…

    …n warnings
    andrei.papou authored and andrei-papou committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ef74ac9 View commit details
    Browse the repository at this point in the history
  5. Updated stack_new_axis, deprecated stack! macro.

    andrei-papou committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    06e6145 View commit details
    Browse the repository at this point in the history