Skip to content

Commit f7bd69d

Browse files
committed
Change date format to recommended one
1 parent c444af8 commit f7bd69d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.19.0] - MM/DD/2025
7+
## [0.19.0] - 2025-MM-DD
88

99
### Added
1010

@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
### Security
2626

2727

28-
## [0.18.1] - 06/24/2025
28+
## [0.18.1] - 2025-06-24
2929

3030
This release achieves `dpnp` compatibility with Python 3.13 and enables distributing `dpnp` packages with the latest Python version.
3131
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
4444
* Updated the tests for hyperbolic and trigonometric elementwise functions to set correct tolerance for `float16` dtype [#2483](https://github.com/IntelPython/dpnp/pull/2483)
4545

4646

47-
## [0.18.0] - 06/04/2025
47+
## [0.18.0] - 2025-06-04
4848

4949
This release achieves 100% compliance with Python Array API specification (revision [2024.12](https://data-apis.org/array-api/2024.12/)).
5050
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.
9797
* 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)
9898

9999

100-
## [0.17.0] - 02/26/2025
100+
## [0.17.0] - 2025-02-26
101101

102102
This release achieves 100% compliance with Python Array API specification (revision [2023.12](https://data-apis.org/array-api/2023.12/)).
103103
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
198198
* Added a workaround to prevent a memory corruption in `dpnp.correlate` [#2333](https://github.com/IntelPython/dpnp/pull/2333)
199199

200200

201-
## [0.16.3] - 12/20/2024
201+
## [0.16.3] - 2024-12-20
202202

203203
### Fixed
204204

205205
* Bumped min version of DPC++ compiler required to support experimental SYCL properties [#2231](https://github.com/IntelPython/dpnp/pull/2231)
206206

207207

208-
## [0.16.2] - 12/20/2024
208+
## [0.16.2] - 2024-12-20
209209

210210
### Fixed
211211

212212
* Enabled `dpnp` in virtual environment on Windows platform [#2242](https://github.com/IntelPython/dpnp/pull/2242)
213213

214214

215-
## [0.16.1] - 12/06/2024
215+
## [0.16.1] - 2024-12-06
216216

217217
This is a bug-fix release.
218218

@@ -232,7 +232,7 @@ This is a bug-fix release.
232232
* Resolved a compilation error when building with DPC++ 2025.1 compiler [#2211](https://github.com/IntelPython/dpnp/pull/2211)
233233

234234

235-
## [0.16.0] - 10/14/2024
235+
## [0.16.0] - 2024-10-14
236236

237237
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.
238238
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
349349
* Resolved compilation warning and error while building in debug mode [#2066](https://github.com/IntelPython/dpnp/pull/2066)
350350
* Fixed an issue with asynchronous execution in `dpnp.fft` module [#2067](https://github.com/IntelPython/dpnp/pull/2067)
351351

352-
## [0.15.0] - 05/25/2024
352+
## [0.15.0] - 2024-05-25
353353

354354
This release completes implementation of `dpnp.linalg` module and array creation routine, adds cumulative reductions and histogram functions.
355355

@@ -418,7 +418,7 @@ and added implementation of `dpnp.mask_indices` function [#1814](https://github.
418418
* 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)
419419

420420

421-
## [0.14.0] - 02/16/2024
421+
## [0.14.0] - 2024-02-16
422422

423423
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.
424424

@@ -496,7 +496,7 @@ This release will require DPC++ `2024.1.0`, which no longer supports Intel Gen9
496496
* 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)
497497

498498

499-
## [0.13.0] - 09/29/2023
499+
## [0.13.0] - 2023-09-29
500500

501501
### Added
502502

@@ -558,7 +558,7 @@ This release will require DPC++ `2024.1.0`, which no longer supports Intel Gen9
558558
* Resolved issues with running statistics functions on a device without fp64 support [#1494](https://github.com/IntelPython/dpnp/pull/1494)
559559

560560

561-
## [0.12.1] - 07/18/2023
561+
## [0.12.1] - 2023-07-18
562562

563563
### Added
564564

@@ -591,7 +591,7 @@ This release will require DPC++ `2024.1.0`, which no longer supports Intel Gen9
591591
* Resolved a compilation warning with `std::getenv()` call on Windows [#1452](https://github.com/IntelPython/dpnp/pull/1452)
592592
* Corrected a link to OneAPI Toolkit in Installation Guide [#1445](https://github.com/IntelPython/dpnp/pull/1445)
593593

594-
## [0.12.0] - 06/15/2023
594+
## [0.12.0] - 2023-06-15
595595

596596
### Added
597597

0 commit comments

Comments
 (0)