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 4 ndarray.ctypes methods #19031

Merged
merged 7 commits into from
May 18, 2021
Merged

DEP: Deprecate 4 ndarray.ctypes methods #19031

merged 7 commits into from
May 18, 2021

Commits on May 18, 2021

  1. DEP: Deprecate 4 ndarray.ctypes methods

    * `get_data`
    * `get_shape`
    * `get_strides`
    * `get_as_parameter`
    Bas van Beek committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a201f19 View commit details
    Browse the repository at this point in the history
  2. TST: Add deprecation tests for 4 ndarray.ctypes methods

    Bas van Beek committed May 18, 2021
    Configuration menu
    Copy the full SHA
    00184ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    321a698 View commit details
    Browse the repository at this point in the history
  4. MAINT: Deprecate via __getattr__ instead of `__getattribute__

    Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net>
    Bas van Beek and seberg committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d74ebdd View commit details
    Browse the repository at this point in the history
  5. MAINT: Deprecate the methods via proper function definitions

    Co-Authored-By: Eric Wieser <425260+eric-wieser@users.noreply.github.com>
    Bas van Beek and eric-wieser committed May 18, 2021
    Configuration menu
    Copy the full SHA
    189d160 View commit details
    Browse the repository at this point in the history
  6. DOC: Added a missing "the"

    Bas van Beek committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3df03cf View commit details
    Browse the repository at this point in the history
  7. DOC: typo fix: property -> properties

    Co-Authored-By: Eric Wieser <425260+eric-wieser@users.noreply.github.com>
    Bas van Beek and eric-wieser committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ad51145 View commit details
    Browse the repository at this point in the history