Skip to content

Commit

Permalink
2.099
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 23, 2025
1 parent 41e28a3 commit 4231005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2.099 2025-01-23
- fix test that assumed acosh(0)->byte, i.e. nan()->byte, was always 0 (#514) - thanks @eserte for report
- separate PDL::Type POD documentation
- 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

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

=head1 NAME
Expand Down

0 comments on commit 4231005

Please sign in to comment.