You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [0.19.0] - MM/DD/2025
7
+
## [0.19.0] - 2025-MM-DD
8
8
9
9
### Added
10
10
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
### Security
26
26
27
27
28
-
## [0.18.1] - 06/24/2025
28
+
## [0.18.1] - 2025-06-24
29
29
30
30
This release achieves `dpnp` compatibility with Python 3.13 and enables distributing `dpnp` packages with the latest Python version.
31
31
Moreover, the release provides compatibility with NumPy 2.3.0 and includes several bug fixes.
@@ -44,7 +44,7 @@ Moreover, the release provides compatibility with NumPy 2.3.0 and includes sever
44
44
* Updated the tests for hyperbolic and trigonometric elementwise functions to set correct tolerance for `float16` dtype [#2483](https://github.com/IntelPython/dpnp/pull/2483)
45
45
46
46
47
-
## [0.18.0] - 06/04/2025
47
+
## [0.18.0] - 2025-06-04
48
48
49
49
This release achieves 100% compliance with Python Array API specification (revision [2024.12](https://data-apis.org/array-api/2024.12/)).
50
50
The release provides enhanced compatibility with NumPy 2.2.5. Window and mathematical routines are complemented by a set of new functions.
@@ -97,7 +97,7 @@ Moreover, it adds support to build `dpnp` from the source for AMD GPUs.
97
97
* Updated test f/w to correct a check of array interface while converting to `numpy.ndarray` for comparison [#2467] (https://github.com/IntelPython/dpnp/pull/2467)
98
98
99
99
100
-
## [0.17.0] - 02/26/2025
100
+
## [0.17.0] - 2025-02-26
101
101
102
102
This release achieves 100% compliance with Python Array API specification (revision [2023.12](https://data-apis.org/array-api/2023.12/)).
103
103
The release provides enhanced compatibility with NumPy 2.2.3. Array manipulation, mathematical, logic, and statistics routines are complemented by a set of new functions.
@@ -198,21 +198,21 @@ Furthermore, a number of issues relating to running on NVIDIA GPUs have been res
198
198
* Added a workaround to prevent a memory corruption in `dpnp.correlate`[#2333](https://github.com/IntelPython/dpnp/pull/2333)
199
199
200
200
201
-
## [0.16.3] - 12/20/2024
201
+
## [0.16.3] - 2024-12-20
202
202
203
203
### Fixed
204
204
205
205
* Bumped min version of DPC++ compiler required to support experimental SYCL properties [#2231](https://github.com/IntelPython/dpnp/pull/2231)
206
206
207
207
208
-
## [0.16.2] - 12/20/2024
208
+
## [0.16.2] - 2024-12-20
209
209
210
210
### Fixed
211
211
212
212
* Enabled `dpnp` in virtual environment on Windows platform [#2242](https://github.com/IntelPython/dpnp/pull/2242)
213
213
214
214
215
-
## [0.16.1] - 12/06/2024
215
+
## [0.16.1] - 2024-12-06
216
216
217
217
This is a bug-fix release.
218
218
@@ -232,7 +232,7 @@ This is a bug-fix release.
232
232
* Resolved a compilation error when building with DPC++ 2025.1 compiler [#2211](https://github.com/IntelPython/dpnp/pull/2211)
233
233
234
234
235
-
## [0.16.0] - 10/14/2024
235
+
## [0.16.0] - 2024-10-14
236
236
237
237
This release reaches an important milestone by making offloading fully asynchronous. Calls to `dpnp` submit tasks for execution to DPC++ runtime and return without waiting for execution of these tasks to finish. The sequential semantics a user comes to expect from execution of Python script is preserved though.
238
238
In addition, this release completes implementation of `dpnp.fft` module and adds several new array manipulation, indexing and elementwise routines. Moreover, it adds support to build `dpnp` for Nvidia GPUs.
@@ -349,7 +349,7 @@ In addition, this release completes implementation of `dpnp.fft` module and adds
349
349
* Resolved compilation warning and error while building in debug mode [#2066](https://github.com/IntelPython/dpnp/pull/2066)
350
350
* Fixed an issue with asynchronous execution in `dpnp.fft` module [#2067](https://github.com/IntelPython/dpnp/pull/2067)
351
351
352
-
## [0.15.0] - 05/25/2024
352
+
## [0.15.0] - 2024-05-25
353
353
354
354
This release completes implementation of `dpnp.linalg` module and array creation routine, adds cumulative reductions and histogram functions.
355
355
@@ -418,7 +418,7 @@ and added implementation of `dpnp.mask_indices` function [#1814](https://github.
418
418
* Resolved an unexpected `ValueError` exception raised from `dpnp.linalg.pinv` due to a shape issue in `dpnp.matmul`[#1843](https://github.com/IntelPython/dpnp/pull/1843)
419
419
420
420
421
-
## [0.14.0] - 02/16/2024
421
+
## [0.14.0] - 2024-02-16
422
422
423
423
This release will require DPC++ `2024.1.0`, which no longer supports Intel Gen9 integrated GPUs found in Intel CPUs of 10th generation and older.
424
424
@@ -496,7 +496,7 @@ This release will require DPC++ `2024.1.0`, which no longer supports Intel Gen9
496
496
* Improved performance of `dpnp.atleast_2d` and `dpnp.atleast_3d` functions and fixed to return a correct shape of resulting array [#1560](https://github.com/IntelPython/dpnp/pull/1560)
497
497
498
498
499
-
## [0.13.0] - 09/29/2023
499
+
## [0.13.0] - 2023-09-29
500
500
501
501
### Added
502
502
@@ -558,7 +558,7 @@ This release will require DPC++ `2024.1.0`, which no longer supports Intel Gen9
558
558
* Resolved issues with running statistics functions on a device without fp64 support [#1494](https://github.com/IntelPython/dpnp/pull/1494)
559
559
560
560
561
-
## [0.12.1] - 07/18/2023
561
+
## [0.12.1] - 2023-07-18
562
562
563
563
### Added
564
564
@@ -591,7 +591,7 @@ This release will require DPC++ `2024.1.0`, which no longer supports Intel Gen9
591
591
* Resolved a compilation warning with `std::getenv()` call on Windows [#1452](https://github.com/IntelPython/dpnp/pull/1452)
592
592
* Corrected a link to OneAPI Toolkit in Installation Guide [#1445](https://github.com/IntelPython/dpnp/pull/1445)
0 commit comments