Skip to content

Commit 00c74dc

Browse files
committed
2.100
1 parent ae1561e commit 00c74dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2.100 2025-03-27
12
- fix Math function prototypes for GCC 15 (#528) - thanks @jplesnik for report
23
- Basic::rvals to allow Centre as ndarray (#532) - thanks @wlmb
34
- now an error to qsort{,vec} complex data

lib/PDL.pm

+1-1
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.099';
7+
our $VERSION = '2.100';
88

99
=head1 NAME
1010

0 commit comments

Comments
 (0)