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 5187861 commit 5c5ab91Copy full SHA for 5c5ab91
NEWS.md
@@ -0,0 +1,8 @@
1
+# DSP v0.1.0 Release Notes
2
+
3
+- Filter coefficient types have been renamed to distinguish them from implementations (#96):
4
+ - The `Filter` abstract type is now `FilterCoefficients`
5
+ - `ZPKFilter` is now `ZeroPoleGain`
6
+ - `TFFilter` is now `PolynomialRatio`
7
+ - `BiquadFilter` is now `Biquad`
8
+ - `SOSFilter` is now `SecondOrderSections`
0 commit comments