Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IntelPython/mkl_umath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: IntelPython/mkl_umath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update-package
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 39 files changed
  • 1 contributor

Commits on Aug 29, 2025

  1. drop support for complex loop fmax and fmin

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    eca6343 View commit details
    Browse the repository at this point in the history
  2. drop support for comparison functions

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    a2e5a71 View commit details
    Browse the repository at this point in the history
  3. drop support for isnan, isinf, isfinite

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    502d799 View commit details
    Browse the repository at this point in the history
  4. drop support for complex loop sign and reciprocal

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    fbcd987 View commit details
    Browse the repository at this point in the history
  5. drop support for spacing

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    cad8e2f View commit details
    Browse the repository at this point in the history
  6. drop support for frexp

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    d7b1db3 View commit details
    Browse the repository at this point in the history
  7. expose signbit

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    5556d77 View commit details
    Browse the repository at this point in the history
  8. drop support signbit

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    d4598c2 View commit details
    Browse the repository at this point in the history
  9. add support floor_divide and enable support divmod

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    bdcd348 View commit details
    Browse the repository at this point in the history
  10. add support atan2, hypot, fmod

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    baace1c View commit details
    Browse the repository at this point in the history
  11. add support for complex loop exp, log, log10, and sqrt

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    2472aa7 View commit details
    Browse the repository at this point in the history
  12. add support trigonometric and hyperbolic

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    a94491f View commit details
    Browse the repository at this point in the history
  13. fix compile warning: incompatible pointer types passing 'npy_cdouble …

    …*' (aka '_Complex double *') to parameter of type 'const MKL_Complex16 *' (aka 'const struct _MKL_Complex16 *') [-Wincompatible-pointer-types]
    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    27f122f View commit details
    Browse the repository at this point in the history
  14. add support power

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    37b5db4 View commit details
    Browse the repository at this point in the history
  15. add support modf

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    5494578 View commit details
    Browse the repository at this point in the history
  16. add support float_power

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    86212ff View commit details
    Browse the repository at this point in the history
  17. add numpy tests

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    c8314f1 View commit details
    Browse the repository at this point in the history
  18. (INCOMPLETE) add a list of functions

    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    555f427 View commit details
    Browse the repository at this point in the history
  19. add benchmark files: This is only for deciding on dropping support for

    which functions
    Vahid Tavanashad committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    dff62cf View commit details
    Browse the repository at this point in the history
Loading