Skip to content

Commit 73112fd

Browse files
Merge pull request #1925 from IntelPython/backport-changelog-from-maintenance-0-18-x
Add changes to changelog from maintenance/0.18.x branch
2 parents 567ca24 + cfcf3b3 commit 73112fd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
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.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [dev] - XXX. XX, XXXX
7+
## [dev] - XXX. XX, 2025
88

99
### Added
1010

@@ -37,6 +37,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
* Add support of CV-qualifiers in `is_complex<T>` helper [gh-1900](https://github.com/IntelPython/dpctl/pull/1900)
3838
* Tuning work for elementwise functions with modest performance gains (under 10%) [gh-1889](https://github.com/IntelPython/dpctl/pull/1889)
3939

40+
## [0.18.3] - Dec. 07, 2024
41+
42+
### Fixed
43+
44+
* Enabled `dpctl` in virtual environment on Windows platform (issue [gh-1745](https://github.com/IntelPython/dpctl/issues/1745)) [gh-1924](https://github.com/IntelPython/dpctl/pull/1924)
45+
46+
## [0.18.2] - Nov. 21, 2024
47+
48+
### Maintenance
49+
50+
* Add missing include of SYCL header to "math_utils.hpp" [gh-1899](https://github.com/IntelPython/dpctl/pull/1899)
51+
52+
### Fixed
53+
54+
* Fix for `tensor.result_type` when all inputs are Python built-in scalars [gh-1904](https://github.com/IntelPython/dpctl/pull/1904)
55+
4056
## [0.18.1] - Oct. 11, 2024
4157

4258
### Changed

0 commit comments

Comments
 (0)