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 7a34bf9 commit 8afa380Copy full SHA for 8afa380
CHANGELOG.md
@@ -30,6 +30,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
30
* Changed the license from `BSD-2-Clause` to `BSD-3-Clause` [#2593](https://github.com/IntelPython/dpnp/pull/2593)
31
* Defined explicit versions range of the Python interpreter which is needed during the build [#2634](https://github.com/IntelPython/dpnp/pull/2634)
32
* Aligned documentation with NumPy and CuPy style by using short function names [#2633](https://github.com/IntelPython/dpnp/pull/2633)
33
+* Removed wildcard imports and registered `dpnp.fft` and `dpnp.random` as explicit submodules [#2649](https://github.com/IntelPython/dpnp/pull/2649)
34
35
### Deprecated
36
0 commit comments