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

Deprecate squeeze(A, dims) to use keyword arguments #26660

Merged
merged 2 commits into from
Apr 3, 2018
Merged

Commits on Mar 29, 2018

  1. Deprecate squeeze(A, dims) to use keyword arguments

    This is a follow-up to issue #25501 and seems to make sense in that same vein.  This also adds NEWS for squeeze and all the other related functions (#25501 was missing NEWS).
    mbauman committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    73933f5 View commit details
    Browse the repository at this point in the history
  2. Use the official required kwarg form

    I forgot this existed
    mbauman committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    30399e5 View commit details
    Browse the repository at this point in the history