-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
132 lines (90 loc) · 3.45 KB
/
Changes
File metadata and controls
132 lines (90 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{{$NEXT}}
0.103 2026-05-23 00:16:41 BST
- fix plot_freq trying to plot infinite values in Bartlett demo
0.102 2024-09-15 20:45:44 BST
- list_windows now returns a list, not print to selected filehandle
- use PDL::Graphics::Simple for plotting
- add plotting-object arg to plot{,_freq}
- add demo
0.101 2024-09-11 20:13:59 BST
Fixes:
* Make window and init fail if undefined or zero N given.
0.100 2021-11-01 20:51:14 GMT
No changes since last release
0.008006 2021-10-30 15:32:56 BST (TRIAL RELEASE)
Changes:
* Plot tests now use the 'svg' gnuplot device, and are skipped in
environments that do not support it.
0.008005 2021-10-29 17:31:53 BST (TRIAL RELEASE)
Fixes:
* Fixed scallop_loss tests in older versions of PDL
0.008004 2021-10-28 23:19:18 BST (TRIAL RELEASE)
Fixes:
* Fixed a check that would sometimes fail in Windows machines
* Fixed a long-standing issue with calculation of a window's
scalloping loss.
0.008003 2021-10-27 17:52:36 BST (TRIAL RELEASE)
Fixes:
* Fix a wrong dependency introduced in namespace test
0.008002 2021-10-26 21:36:20 BST (TRIAL RELEASE)
Changes:
* Drop dependency on namespace::clean
0.008001 2021-10-18 19:51:22 BST (TRIAL RELEASE)
Changes:
* Remove package variables deprecated in 0.007001
* Tweaked distribution packaging, removing some authoring
files from the distributed tarball
0.008 2019-12-09 19:06:23 GMT
Fixes:
* Remove remaining uses of unsupported windows for tests.
0.007005 2019-12-09 12:12:07 GMT
Fixes:
* Do not run tests on unsupported windows
0.007004 2019-12-08 21:11:30 GMT
Changes:
* Minor re-phrasing of deprecation warnings.
* Expand test coverage
0.007003 2019-11-04 22:46:43 GMT (TRIAL RELEASE)
Fixes:
* Fixed check on exception test.
0.007002 2019-11-04 22:36:26 GMT (TRIAL RELEASE)
Fixes:
* Apply fix for chebyshev window to PDL > 2.007
* Avoid using PDL::LiteF in tests, since this module started being
indexed by CPAN only with PDL 2.012.
* Add Try::Tiny to missing test dependencies.
* Re-instate support for Perl < 5.12 by removing use of non-destructive
substitutions. Minimum supported version of Perl is now 5.10.
Changes:
* Avoid using PDL::Lite and PDL::LiteF to support older PDL releases
0.007001 2019-11-01 23:33:11 GMT (TRIAL RELEASE)
Deprecated:
* Deprecate undocumented package variables: trying to read or write from
them will now trigger a warning
Fixes:
* Fix typos in plotted strings
* Fixed an error triggered when running $win->get('modfreqs')
* Fixed chebyshev window calculation with PDL >= 2.006_04
* Fixed errors triggered by using piddles in conditionals
Changes:
* Removed dependencies on PDL::Constants and base
* Move to statically generated source file instead of using
a code generator
* Move to Dist::Zilla for managing releases
* Move compwin.pl sample script to 'examples'
0.007 Fri, 27 Jul 2012 18:23:43 +0200
GJL. utf in pod
0.006 Fri, 27 Jul 2012 10:33:47 +0200
GJL. try to get cpan to display doc.
0.005 Thu, 26 Jul 2012 11:58:30 +0200
GJL. condition running tests on presence of
libraries.
0.004 Tue Jul 24 02:53:17 CEST 2012
GJL. No more trial and error with CPAN
0.003 Mon Jul 23 21:38:30 CEST 2012
GJL. Testing README README.pod .pm files with github
and cpan.
0.002 Fri, 20 Jul 2012 16:19:11 +0200
GJL. Trying new packaging scheme. Bumped version number
0.01 Date/time
First version.