Skip to content

Commit 7561bbd

Browse files
committed
v2024.10.14
1 parent 6288d67 commit 7561bbd

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,28 @@ Source code changes, if any, have been submitted to the project maintainers or a
88

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

11+
## Release 2024.10.14
12+
13+
Linked to oneAPI MKL 2024.2.2.
14+
Depends on the latest
15+
[Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist)
16+
and the
17+
[mkl](https://pypi.org/project/mkl/),
18+
[intel-openmp](https://pypi.org/project/intel-openmp/), and
19+
[intel-fortran-rt](https://pypi.org/project/intel-fortran-rt/) 2024.2 packages.
20+
21+
- [numpy](https://github.com/numpy/numpy) 2.1.2
22+
- [scipy](https://github.com/scipy/scipy) 1.14.1
23+
- [numexpr](https://github.com/pydata/numexpr) 2.10.1
24+
- [mkl_fft](https://github.com/IntelPython/mkl_fft) 1.3.11
25+
- [mkl_random](https://github.com/IntelPython/mkl_random) 1.2.8
26+
- [mkl_service](https://github.com/IntelPython/mkl-service) 2.4.1
27+
1128
## Release 2024.1.3
1229

30+
<details>
31+
<summary>Details</summary>
32+
1333
Linked to oneAPI MKL 2024.0.0.
1434
Depends on the latest
1535
[Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170)
@@ -25,6 +45,8 @@ and the
2545
- [mkl_random](https://github.com/IntelPython/mkl_random) 1.2.4
2646
- [mkl_service](https://github.com/IntelPython/mkl-service) 2.4.0
2747

48+
</details>
49+
2850
## Release 2023.11.5
2951

3052
<details>
@@ -72,10 +94,10 @@ Linked to oneAPI MKL 2022.2.1.
7294
## Build system
7395

7496
- Windows 11 Pro for Workstations
75-
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.8
76-
- [Intel oneAPI Base and HPC Toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html#gs.miarqe) 2024.0
77-
- [LLVM](https://github.com/llvm/llvm-project/releases) 17.0
78-
- [CPython](https://www.python.org/downloads/windows/) 3.9, 3.10, 3.11, 3.12
97+
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.9
98+
- [Intel oneAPI Base and HPC Toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html#gs.miarqe) 2024.2.2
99+
- [LLVM](https://github.com/llvm/llvm-project/releases) 18.1.8
100+
- [CPython](https://www.python.org/downloads/windows/) 3.10, 3.11, 3.12, 3.13, 64-bit
79101

80102
## Alternatives
81103

0 commit comments

Comments
 (0)