Skip to content

Commit 6572f97

Browse files
ZzEeKkAaadarshyoga
authored andcommitted
Add CHANGELOG.md
1 parent 71c1061 commit 6572f97

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2022 - 2023 Intel Corporation
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
7+
# Changelog
8+
All notable changes to this project will be documented in this file.
9+
10+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
12+
13+
## [0.90.0] - 2023-06-23
14+
15+
### Added
16+
* First release.
17+
* Infrastructure to run benchmarks in independent threads.
18+
* Frameworks
19+
* numpy
20+
* python
21+
* dpnp
22+
* dpcpp
23+
* numba
24+
* numb-dpex
25+
* Benchmarks
26+
* black_scholes
27+
* dbscan
28+
* gpairs
29+
* kmeans
30+
* knn
31+
* l2_norm
32+
* pairwise_distance
33+
* pca
34+
* rambo
35+
* Experimental framework
36+
* numba-mlir
37+
* Experimental benchmarks
38+
* multiple npbench benchmarks
39+
* multiple polybench benchmarks

0 commit comments

Comments
 (0)