Skip to content

Commit

Permalink
v2023.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Nov 6, 2023
1 parent 188c048 commit d43ec09
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,21 @@ The required redistributable oneAPI runtime files are packaged in the numpy.DLLs

The wheels can be downloaded from the [Releases](/~https://github.com/cgohlke/numpy-mkl-wheels/releases) page.

## Release 2023.11.5

Linked to oneAPI MKL 2022.2.1.

- [numpy](/~https://github.com/numpy/numpy) 1.26.1
- [scipy](/~https://github.com/scipy/scipy) 1.11.3
- [numexpr](/~https://github.com/pydata/numexpr) 2.8.7
- [mkl_fft](/~https://github.com/IntelPython/mkl_fft) 1.3.8
- [mkl_random](/~https://github.com/IntelPython/mkl_random) 1.2.4

## Release 2023.7.17

<details>
<summary>Details</summary>

Linked to oneAPI MKL 2022.2.1.

- [numpy](/~https://github.com/numpy/numpy) 1.25.1
Expand All @@ -21,22 +34,28 @@ Linked to oneAPI MKL 2022.2.1.
- [mkl_random](/~https://github.com/IntelPython/mkl_random) 1.2.2
- [mkl_service](/~https://github.com/IntelPython/mkl-service) 2.4.0

</details>

## Release 2023.1.4

<details>
<summary>Details</summary>

Linked to oneAPI MKL 2022.2.1.

- [numpy](/~https://github.com/numpy/numpy) 1.23.5
- [scipy](/~https://github.com/scipy/scipy) 1.9.3
- [numexpr](/~https://github.com/pydata/numexpr) 2.8.4

</details>

## Build system

- Windows 10 Pro for Workstations
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.6
- [Intel oneAPI Base and HPC Toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html#gs.miarqe) 2022.3
- [LLVM](/~https://github.com/llvm/llvm-project/releases) 15.0
- [LLVM](/~https://github.com/llvm/llvm-project/releases) 16.0
- [CPython](https://www.python.org/downloads/windows/) 3.9, 3.10, 3.11, 3.12
- [PyPy](https://www.pypy.org/download.html) 3.10

## Alternatives

Expand Down

0 comments on commit d43ec09

Please sign in to comment.