Skip to content

Commit 5b21cfa

Browse files
author
Eric Wheeler
committed
Release version 1.016
1 parent 86de74c commit 5b21cfa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for PDL-IO-Touchstone
22

3+
1.016 2024-12-20T10:39:12-08:00
4+
- Preserve input type in _to_diagonal (PR #8)
5+
36
1.015 2024-06-18T13:06:19-07:00
47
- Fix false-negative test error (issue #6)
58

lib/PDL/IO/Touchstone.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# respective owners and no grant or license is provided thereof.
2121

2222
package PDL::IO::Touchstone;
23-
our $VERSION = '1.015';
23+
our $VERSION = '1.016';
2424

2525
use 5.010;
2626
use strict;

0 commit comments

Comments
 (0)