We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92c056 commit 9f7042cCopy full SHA for 9f7042c
CHANGELOG.md
@@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [0.20.0] - MM/DD/2026
8
9
+This release changes the license from `BSD-2-Clause` to `BSD-3-Clause`.
10
+
11
### Added
12
13
* Added the docstrings to `dpnp.linalg.LinAlgError` exception [#2613](https://github.com/IntelPython/dpnp/pull/2613)
14
15
### Changed
16
17
* Silenced `pybind11` CMake message due to using compatibility mode for Python [#2614](https://github.com/IntelPython/dpnp/pull/2614)
18
+* Changed the license from `BSD-2-Clause` to `BSD-3-Clause` [#2593](https://github.com/IntelPython/dpnp/pull/2593)
19
20
### Deprecated
21
0 commit comments