We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86de74c commit 5b21cfaCopy full SHA for 5b21cfa
Changes
@@ -1,5 +1,8 @@
1
Revision history for PDL-IO-Touchstone
2
3
+1.016 2024-12-20T10:39:12-08:00
4
+ - Preserve input type in _to_diagonal (PR #8)
5
+
6
1.015 2024-06-18T13:06:19-07:00
7
- Fix false-negative test error (issue #6)
8
lib/PDL/IO/Touchstone.pm
@@ -20,7 +20,7 @@
20
# respective owners and no grant or license is provided thereof.
21
22
package PDL::IO::Touchstone;
23
-our $VERSION = '1.015';
+our $VERSION = '1.016';
24
25
use 5.010;
26
use strict;
0 commit comments