File: Changes

package info (click to toggle)
libpdl-fftw3-perl 0.203-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 1,111; makefile: 3
file content (82 lines) | stat: -rw-r--r-- 1,717 bytes parent folder | download
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
0.203 2025-01-17
- fix metadata and LICENSE file to reflect new licence

0.202 2025-01-17
- relicense to same terms as PDL itself

0.201 2025-01-03
- remove workaround for type-selection fixed in PDL 2.097

0.20 2024-12-02
- remove support for PDL::Complex entirely - rfft* now same as rNfft*

0.19 2024-02-24
- fix test to not broadcast over output

0.18 2021-10-04
- opt in to upcoming PDL multi-C feature

0.17 2021-10-01
- whitespace fix for #line directive

0.16 2021-08-08
- planning now works on threaded Perl - thanks @zmughal

0.15 2021-05-08
- fix ifftn bug with native complex

0.14 2021-04-01
- real->native complex - rNfft

0.13 2021-03-31
- native complex in irfft

0.12 2021-03-23
- PDL::Complex outputs where appropriate - thanks @wlmb

0.11 2021-03-23
- support PDL 2.027+ "native complex" inputs for fftn and ifftn

0.10 2021-03-21
- fix metadata gremlin

0.09 2021-03-21
- fix setting VERSION so visible to module-loaders

0.08 2021-03-20
- allow complex inputs that are PDL::Complex

0.07 2021-02-21
- change param names from "complex" which clashes with complex.h

0.06 2019-12-09
- add licence info - thanks @manwar

0.05 2019-11-10
- update metadata to point at GitHub

0.04 2015-06-17
- updated to dep on PDL::Core

0.03 16 Jun 2015
- Moved into own repo and CPAN distro

0.02.2_02 1 Feb 2014
- portability: change `cat` to slurp
- threading improvements

0.02.2_01 20 Jan 2014
- reduce string-eval use
- check validateArguments in/out types match
- support compilers other than GCC

0.02.2 2 Nov 2013
- use CONFIGURE_REQUIRES

0.02.1 26 Oct 2013
- add deps on IPC::Run, PDL::Core::Dev, PDL::PP
- typo fix in metadata
- use parseVersion not VERSION_FROM

0.02 26 Oct 2013
- first CPAN release