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

DEP: Deprecate fastCopyAndTranspose #22313

Merged
merged 2 commits into from Oct 7, 2022

Commits on Oct 6, 2022

  1. DEP: fastCopyAndTranspose and PyArray_CopyAndTranspose

    Deprecate the fastCopyAndTranspose function from the Python API, and the
    underlying PyArray_CopyAndTranspose function from the C-API.
    
    Also removes an internal, private function _fastCopyAndTranspose which
    was the original Python wrapper around the C-function.
    rossbar committed Oct 6, 2022
    Copy the full SHA
    a2cc1c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    06c380c View commit details
    Browse the repository at this point in the history