-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67866dd
commit ee6a711
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
Mon Dec 09 2024 Łukasz Stolarczuk <[email protected]> | ||
|
||
* Version 0.10.0 | ||
|
||
In this release we introduced updates in several areas, listed below. | ||
We still don't yet guarantee a fully stable API, though. | ||
With new parameters' API we broke the compatibility, as we no longer | ||
support direct access to UMF params via (now internal) structures. | ||
|
||
Significant updates: | ||
- updated Level Zero Provider | ||
- new API to handle UMF parameters (replacing previous struct's) | ||
- extended IPC API testing | ||
- new Memtarget and Memspace API | ||
|
||
Minor updates: | ||
- multiple fixes in the source code | ||
- extended code coverage reporting | ||
- improved CI and testing | ||
- new examples | ||
- extended logging | ||
- yet more fixes in the building system | ||
|
||
Thu Sep 12 2024 Łukasz Stolarczuk <[email protected]> | ||
|
||
* Version 0.9.0 | ||
|