We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd0f48 commit 18e2699Copy full SHA for 18e2699
2 files changed
Changes
@@ -1,5 +1,7 @@
1
{{$NEXT}}
2
3
+0.102 2024-09-15 20:45:44 BST
4
+
5
- list_windows now returns a list, not print to selected filehandle
6
- use PDL::Graphics::Simple for plotting
7
- add plotting-object arg to plot{,_freq}
META.json
@@ -93,6 +93,10 @@
93
"PDL::DSP::Windows" : {
94
"file" : "lib/PDL/DSP/Windows.pm",
95
"version" : "0.102"
96
+ },
97
+ "PDL::Demos::DSPWindows" : {
98
+ "file" : "lib/PDL/Demos/DSPWindows.pm",
99
+ "version" : "0.102"
100
}
101
},
102
"release_status" : "stable",
0 commit comments