Skip to content

Commit 4231005

Browse files
committed
2.099
1 parent 41e28a3 commit 4231005

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2.099 2025-01-23
12
- fix test that assumed acosh(0)->byte, i.e. nan()->byte, was always 0 (#514) - thanks @eserte for report
23
- separate PDL::Type POD documentation
34
- partly restoring pre-2.096 xform type-selection: if xform given no typed outputs, and non-available (greater than last-given type) typed inputs, use last-given (#511, https://github.com/moocow-the-bovine/PDL-CCS/issues/18)

lib/PDL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55

66
# set the version - this is the real location again
7-
our $VERSION = '2.098';
7+
our $VERSION = '2.099';
88

99
=head1 NAME
1010

0 commit comments

Comments
 (0)