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

ENH: Optimize np.power(x, 2) for double and float type #26055

Merged
merged 15 commits into from
May 14, 2024

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    125d29d View commit details
    Browse the repository at this point in the history
  2. fix macro

    eendebakpt committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    852bfec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4e208d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. add sqrt

    eendebakpt committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e0194de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d9e54 View commit details
    Browse the repository at this point in the history
  3. review comments

    eendebakpt committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3831d69 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. review comments

    eendebakpt committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c5d3e29 View commit details
    Browse the repository at this point in the history
  2. tests

    eendebakpt committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    620b562 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. remove fast path for sqrt

    eendebakpt committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    320d036 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

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

    eendebakpt committed May 11, 2024
    Configuration menu
    Copy the full SHA
    050cb1f View commit details
    Browse the repository at this point in the history
  3. fix tests

    eendebakpt committed May 11, 2024
    Configuration menu
    Copy the full SHA
    3ff27fe View commit details
    Browse the repository at this point in the history
  4. apply branching pattern

    eendebakpt committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2eff77f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a599d5 View commit details
    Browse the repository at this point in the history
  6. fix tests on all platforms

    eendebakpt committed May 11, 2024
    Configuration menu
    Copy the full SHA
    51bedd5 View commit details
    Browse the repository at this point in the history