We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bd658 commit 71bdbe1Copy full SHA for 71bdbe1
2 files changed
CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.16.0] - MM/DD/2024
8
+
9
+### Added
10
11
+### Change
12
13
+### Fixed
14
15
16
## [0.15.0] - 05/DD/2024
17
18
This release completes implementation of `dpnp.linalg` module and array creation routine, adds cumulative reductions and histogram functions.
CMakeLists.txt
@@ -1,6 +1,8 @@
1
cmake_minimum_required(VERSION 3.21...3.27 FATAL_ERROR)
2
3
project(dpnp
+ VERSION 0.16
+ LANGUAGES CXX
DESCRIPTION "NumPy-like API accelerated by SYCL."
)
0 commit comments