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: remove PolyBase from np.polynomial.polyutils #18963

Merged
merged 5 commits into from
May 11, 2021

Commits on May 10, 2021

  1. DEP: Remove PolyBase from np.polynomial.polyutils

    Addresses issue numpy#15658 by removing PolyBase class.  Happy to submit alternative PR using getattr approach instead if desired.
    Holly Corbett committed May 10, 2021
    Configuration menu
    Copy the full SHA
    e4ed09d View commit details
    Browse the repository at this point in the history
  2. DEP: Remove PolyBase from np.polynomial.polyutils

    Additionally removes associated PolyError classes.  These appear to me to be unused outside this file.
    Holly Corbett committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7a9c663 View commit details
    Browse the repository at this point in the history
  3. DEP: Remove PolyBase from np.polynomial.polyutils

    Update stubs
    Holly Corbett committed May 10, 2021
    Configuration menu
    Copy the full SHA
    76097ab View commit details
    Browse the repository at this point in the history
  4. DEP: Remove PolyBase from np.polynomial.polyutils

    Note removal in release notes
    Holly Corbett committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7ef9da0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    2adb6bc View commit details
    Browse the repository at this point in the history