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 f0536b6 commit 197350cCopy full SHA for 197350c
docs/release-notes/v0.0.md
@@ -4,6 +4,25 @@ tocdepth: 2
4
5
# v0.0
6
7
+## v0.0.22
8
+
9
+*Released July 13, 2024*
10
11
+### Changes
12
13
+- Added support for NumPy v2.
14
+- Increased required `galois` version to `v0.4.1`.
15
+- Added calculation of instantaneous power in `sdr.power()`.
16
+- Refactored `sdr.binary_code()` and `sdr.gray_code()` to accept `length`, not `degree`.
17
+- Reworked argument verification of entire public API.
18
+- Improved nuisance warning suppression.
19
+- Improved documentation.
20
+- Fixed minor bugs.
21
22
+### Contributors
23
24
+- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
25
26
## v0.0.21
27
28
*Released June 15, 2024*
0 commit comments