Skip to content

Commit f686a96

Browse files
Added entry to changelog for 0.18.1
1 parent 74c1e99 commit f686a96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [0.18.1] - Oct. 11, 2024
8+
9+
### Changed
10+
11+
* Updated installation instructions [gh-1862](https://github.com/IntelPython/dpctl/pull/1862)
12+
713
## [0.18.0] - Sept. 26, 2024
814

915
This release reaches an important milestone by making offloading fully asynchronous.
@@ -26,7 +32,7 @@ The full list of changes that went into this release are:
2632
* `dpctl::tensor::usm_memory` class defined in `dpctl4pybind11.hpp` adds constructor to create Python USM memory objects viewing into existing USM allocations, which can be made by an external library [gh-1782](https://github.com/IntelPython/dpctl/pull/1782)
2733
* Add support for COVERAGE build type in project's CMake script [gh-1692](https://github.com/IntelPython/dpctl/pull/1692)
2834

29-
### Change
35+
### Changed
3036

3137
* Change ownership of USM allocation by `dpctl.memory` objects, make executions of `dpctl.tensor` operations asynchronous [gh-1705](https://github.com/IntelPython/dpctl/pull/1705)
3238
* Add support for Python scalars by `tensor.where` function [gh-1719](https://github.com/IntelPython/dpctl/pull/1719)

0 commit comments

Comments
 (0)