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/dpnp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 131c490
Choose a base ref
...
head repository: IntelPython/dpnp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 939c84b
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 21, 2025

  1. Remove shape=None default in dpnp.reshape (#2673)

    This PR updates the signature of `dpnp.reshape` by removing `None`
    default value for `shape` argument
    and requiring it to be passed explicitly according to [Python array API
    ](https://data-apis.org/array-api/draft/API_specification/generated/array_api.reshape.html#reshape)
    vlad-perevezentsev authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    d99fa65 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Add w/a to missing script in intel-opencl-rt package from conda-for…

    …ge (#2689)
    
    There are missing `set-intel-ocl-icd-registry.ps1` and
    `unset-intel-ocl-icd-registry.ps1` scripts when installing
    `intel-opencl-rt` package from the conda-forge
    ([intel-compiler-repack-feedstock/#72](conda-forge/intel-compiler-repack-feedstock#72)).
    
    This PR implements a temporary w/a until the issue is resolved. The w/a
    assumes to force `intel-opencl-rt` installation from Intel channel.
    antonwolfy authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    e0c82a5 View commit details
    Browse the repository at this point in the history
  2. Add w/a to missing mkl-devel dependency from mkl-devel-dpcpp pack…

    …age (#2687)
    
    There is a missing `mkl-devel` dependency from `mkl-devel-dpcpp` package
    on the conda-forge
    ([intel_repack-feedstock#120](conda-forge/intel_repack-feedstock#120)).
    
    This PR implements a temporary w/a until the issue is resolved.
    antonwolfy authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    1c34724 View commit details
    Browse the repository at this point in the history
  3. Bump conda-build to 25.11.0 version (#2688)

    The PR updates `conda-build` version from `25.9.0` to `25.11.0`.
    antonwolfy authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    75b13c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Weekly pre-commit autoupdate (#2683)

    This PR updates the `.pre-commit-config.yaml` using `pre-commit
    autoupdate`.
    github-actions[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    939c84b View commit details
    Browse the repository at this point in the history
Loading